dpdk: add base-virtaddr config option
[vpp.git] / src / plugins / dpdk / device / dpdk_priv.h
index 46b8751..a5a8a2a 100644 (file)
@@ -40,6 +40,7 @@ _(nchannels, n)                                 \
 _(mem-alloc-request, m)                         \
 _(force-ranks, r)
 
+/* clang-format off */
 /* These args are preceded by "--" and followed by a single string */
 #define foreach_eal_double_hyphen_arg           \
 _(huge-dir)                                     \
@@ -47,7 +48,9 @@ _(proc-type)                                    \
 _(file-prefix)                                  \
 _(vdev)                                         \
 _(log-level)                                    \
-_(iova-mode)
+_(iova-mode)                                    \
+_(base-virtaddr)
+/* clang-format on */
 
 static inline void
 dpdk_get_xstats (dpdk_device_t * xd)