test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans: fix name of a parameter in VF offload test plan
@ 2019-03-05 20:40 Rami Rosen
  2019-03-07 10:34 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-03-05 20:40 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

   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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-07 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 20:40 [dts] [PATCH] test_plans: fix name of a parameter in VF offload test plan Rami Rosen
2019-03-07 10:34 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).