[dts] [PATCH V1] add tx-offloads value to start testpmd

Liu, Yong yong.liu at intel.com
Mon Jan 29 07:35:19 CET 2018


Gang,
Please check which Tx offload flags is must. Do not enable all flags which most of them are not needed.

Thanks,
Marvin

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,gang
> Sent: Monday, January 29, 2018 2:31 PM
> To: dts at dpdk.org
> Cc: Xu, GangX <gangx.xu at intel.com>
> Subject: [dts] [PATCH V1] add tx-offloads value to start testpmd
> 
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
>  tests/TestSuite_scatter.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
> index 74fc08f..8a7a3b7 100644
> --- a/tests/TestSuite_scatter.py
> +++ b/tests/TestSuite_scatter.py
> @@ -105,7 +105,7 @@ class TestScatter(TestCase):
>          """
>          out = self.pmdout.start_testpmd(
>              "1S/2C/1T", "--mbcache=200 --mbuf-size=%d --portmask=0x1 "
> -            "--max-pkt-len=9000 --port-topology=loop" % (self.mbsize))
> +            "--max-pkt-len=9000 --port-topology=loop --tx-
> offloads=0x8ffe" % (self.mbsize))
> 
>          self.verify("Error" not in out, "launch error 1")
> 
> --
> 1.9.3



More information about the dts mailing list