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

Liu, Yong yong.liu at intel.com
Thu Mar 8 12:32:02 CET 2018


Gang,
This suite is not related to csum, why you add csum tx offload flag?

Thanks,
Marvin

On 03/06/2018 03:52 PM, xu,gang wrote:
> open DEV_TX_OFFLOAD_TCP_CKSUM options
>
> 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..31f400d 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=0x00000008" % (self.mbsize))
>   
>           self.verify("Error" not in out, "launch error 1")
>   



More information about the dts mailing list