[dts] [PATCH] test_plans: Correct some format error

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 15 07:04:30 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng Yuan
> Sent: Friday, January 11, 2019 4:34 PM
> To: dts at dpdk.org
> Cc: Peng, Yuan <yuan.peng at 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 at 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



More information about the dts mailing list