[dts][PATCH V2 6/6] test_plans/sw_hw_thash_consistence: modify test plan to adapt meson build

Yu Jiang yux.jiang at intel.com
Thu Feb 24 12:23:25 CET 2022


sw_hw_thash_consistence: modify test plan to adapt meson build

Signed-off-by: Yu Jiang <yux.jiang at intel.com>
---
 test_plans/sw_hw_thash_consistence_test_plan.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/test_plans/sw_hw_thash_consistence_test_plan.rst b/test_plans/sw_hw_thash_consistence_test_plan.rst
index a263b3d2..979b21fc 100644
--- a/test_plans/sw_hw_thash_consistence_test_plan.rst
+++ b/test_plans/sw_hw_thash_consistence_test_plan.rst
@@ -44,13 +44,14 @@ First apply a DPDK patch, which provide an example for calling rte_hash ::
 
 Compile the example ::
 
-    export RTE_SDK=<dpdk>
-    cd <dpdk>/examples/thash
-    make
+    CC=gcc meson -Denable_kmods=True -Dlibdir=lib  --default-library=static <build_target>
+    ninja -C <build_target>
+    meson configure -Dexamples=thash <build_target>
+    ninja -C <build_target>
 
 Run thash example, which supported format: thash_test TYPE(ipv4|ipv4-udp|ipv4-tcp) IP_DST IP_SRC PORT_DST PORT_SRC ::
 
-    ./build/thash_test ipv6 ::22 ::11 1234 4321
+    ./<build_target>/examples/dpdk-thash_test ipv6 ::22 ::11 1234 4321
     # The output
     ipv6
     ::22
-- 
2.25.1



More information about the dts mailing list