aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES5
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 9fee177b6..0091f24ce 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -209,6 +209,11 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ cd <odp_dir>
$ sudo ./test/performance/odp_l2fwd -i 0,1 -c 2 -m 0
+ Additionally, DPDK command line options can be passed to the application
+ using ODP_PKTIO_DPDK_PARAMS environment variable. For example, allocate
+ 1024MB of memory:
+ $ sudo ODP_PKTIO_DPDK_PARAMS="-m 1024" ./test/performance/odp_l2fwd -i 0 -c 1
+
4.0 Packages needed to build API tests
Cunit test framework version 2.1-3 is required