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

Message ID 20220224112325.1488073-7-yux.jiang@intel.com (mailing list archive)
State Superseded
Headers
Series test_plans/*: modify test plan to adapt meson build |

Checks

Context Check Description
ci/Intel-dts-suite-test fail Apply issues

Commit Message

Yu Jiang Feb. 24, 2022, 11:23 a.m. UTC
  sw_hw_thash_consistence: modify test plan to adapt meson build

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

Patch

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