[dts] [PATCH] test_plans: fix name of a parameter in VF offload test plan

Rami Rosen ramirose at gmail.com
Tue Mar 5 21:40:34 CET 2019


   Testpmd has no longer a paramater called enable-rx-checksum,
    it should be: enable-rx-cksum. This patch fixes it in the
    VF offload test plan.
    
    See:
    https://git.dpdk.org/dpdk/tree/app/test-pmd/parameters.c#n134

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 test_plans/vf_offload_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/vf_offload_test_plan.rst b/test_plans/vf_offload_test_plan.rst
index 59c54c4..5313bc9 100644
--- a/test_plans/vf_offload_test_plan.rst
+++ b/test_plans/vf_offload_test_plan.rst
@@ -51,7 +51,7 @@ launch the ``testpmd`` with the following arguments::
 
   ./build/app/testpmd -cffffff -n 1 -- -i --burst=1 --txpt`=32 \
   --txht=8 --txwt=0 --txfreet=0 --rxfreet=64 --mbcache=250 --portmask=0x5
-  enable-rx-checksum
+  enable-rx-cksum
 
 Set the verbose level to 1 to display information for each received packet::
 
-- 
2.19.2



More information about the dts mailing list