[dts] [PATCH] test_plans checksum_offload: fix name of a parameter

Rami Rosen ramirose at gmail.com
Sun Mar 3 17:07:52 CET 2019


Testpmd has no longer a paramater called enable-rx-checksum, 
it should be: enable-rx-cksum. This patch fixes it in the 
checksum 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/checksum_offload_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/checksum_offload_test_plan.rst b/test_plans/checksum_offload_test_plan.rst
index 710b98a..82fd12f 100644
--- a/test_plans/checksum_offload_test_plan.rst
+++ b/test_plans/checksum_offload_test_plan.rst
@@ -56,7 +56,7 @@ On the TX side:
 RX side, the L3/L4 checksum offload by hardware can be enabled with the
 following command of the ``testpmd`` application::
 
-   enable-rx-checksum
+   enable-rx-cksum
 
 TX side, the insertion of a L3/L4 checksum by hardware can be enabled with the
 following command of the ``testpmd`` application and running in a dedicated
@@ -93,7 +93,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::
 
-- 
1.8.3.1



More information about the dts mailing list