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

Tu, Lijuan lijuan.tu at intel.com
Thu Mar 7 11:34:00 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Wednesday, March 6, 2019 4:41 AM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] test_plans: fix name of a parameter in VF offload test
> plan
> 
>    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