test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans: Correct some format error
@ 2019-01-11  8:33 Peng Yuan
  2019-01-15  6:04 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2019-01-11  8:33 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

Correct some format error for jumboframes_test_plan.rst

Signed-off-by: Peng Yuan <yuan.peng@intel.com>

diff --git a/test_plans/jumboframes_test_plan.rst b/test_plans/jumboframes_test_plan.rst
index 9c3dd87..71af780 100644
--- a/test_plans/jumboframes_test_plan.rst
+++ b/test_plans/jumboframes_test_plan.rst
@@ -54,7 +54,7 @@ Assuming that ports ``0`` and ``1`` of the test target are directly connected
 to the traffic generator, launch the ``testpmd`` application with the following
 arguments::
 
-  ./build/app/testpmd -cffffff -n 3 -- -i --rxd=1024 --txd=1024 \
+  ./build/app/testpmd -c ffffff -n 3 -- -i --rxd=1024 --txd=1024 \
   --burst=144 --txpt=32 --txht=0 --txfreet=0 --rxfreet=64 \
   --mbcache=200 --portmask=0x3 --mbuf-size=2048 --max-pkt-len=9600
 
@@ -175,7 +175,7 @@ Test Case: Normal frames with jumbo frame support
 
 Start testpmd with jumbo frame support enabled ::
 
-  ./testpmd -cffffff -n 3 -- -i --rxd=1024 --txd=1024 \
+  ./testpmd -c ffffff -n 3 -- -i --rxd=1024 --txd=1024 \
   --burst=144 --txpt=32 --txht=8 --txwt=8 --txfreet=0 --rxfreet=64 \
   --mbcache=200 --portmask=0x3 --mbuf-size=2048 --max-pkt-len=9600
 
-- 
2.5.0

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

* Re: [dts] [PATCH] test_plans: Correct some format error
  2019-01-11  8:33 [dts] [PATCH] test_plans: Correct some format error Peng Yuan
@ 2019-01-15  6:04 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-01-15  6:04 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Friday, January 11, 2019 4:34 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH] test_plans: Correct some format error
> 
> Correct some format error for jumboframes_test_plan.rst
> 
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>
> 
> diff --git a/test_plans/jumboframes_test_plan.rst
> b/test_plans/jumboframes_test_plan.rst
> index 9c3dd87..71af780 100644
> --- a/test_plans/jumboframes_test_plan.rst
> +++ b/test_plans/jumboframes_test_plan.rst
> @@ -54,7 +54,7 @@ Assuming that ports ``0`` and ``1`` of the test target are
> directly connected  to the traffic generator, launch the ``testpmd`` application
> with the following
>  arguments::
> 
> -  ./build/app/testpmd -cffffff -n 3 -- -i --rxd=1024 --txd=1024 \
> +  ./build/app/testpmd -c ffffff -n 3 -- -i --rxd=1024 --txd=1024 \
>    --burst=144 --txpt=32 --txht=0 --txfreet=0 --rxfreet=64 \
>    --mbcache=200 --portmask=0x3 --mbuf-size=2048 --max-pkt-len=9600
> 
> @@ -175,7 +175,7 @@ Test Case: Normal frames with jumbo frame support
> 
>  Start testpmd with jumbo frame support enabled ::
> 
> -  ./testpmd -cffffff -n 3 -- -i --rxd=1024 --txd=1024 \
> +  ./testpmd -c ffffff -n 3 -- -i --rxd=1024 --txd=1024 \
>    --burst=144 --txpt=32 --txht=8 --txwt=8 --txfreet=0 --rxfreet=64 \
>    --mbcache=200 --portmask=0x3 --mbuf-size=2048 --max-pkt-len=9600
> 
> --
> 2.5.0

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

end of thread, other threads:[~2019-01-15  6:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11  8:33 [dts] [PATCH] test_plans: Correct some format error Peng Yuan
2019-01-15  6:04 ` 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).