[dts] [PATCH] tests pmdrss_hash: remove RSS on sctp packet test

Liu, Yong yong.liu at intel.com
Mon Aug 15 04:23:36 CEST 2016


Thanks xueqin, applied into master branch.

> -----Original Message-----
> From: xueqin.lin [mailto:xlin15 at ecsmtp.sh.intel.com]
> Sent: Friday, August 12, 2016 3:09 PM
> To: Liu, Yong; dts at dpdk.org
> Cc: Lin, Xueqin
> Subject: [dts][PATCH] tests pmdrss_hash: remove RSS on sctp packet test
> 
> From: Xueqin Lin <xueqin.lin at intel.com>
> 
> Refer to fm10k datasheet 11.27.2.30,fm10k hardware can not support RSS on
> sctp packet.
> 
> diff --git a/tests/TestSuite_pmdrss_hash.py
> b/tests/TestSuite_pmdrss_hash.py
> index ebba3e7..a53057b 100644
> --- a/tests/TestSuite_pmdrss_hash.py
> +++ b/tests/TestSuite_pmdrss_hash.py
> @@ -559,6 +559,9 @@ class TestPmdrssHash(TestCase):
>                     'ipv6-tcp': 'tcp',
>                     'ipv6-frag': 'ip'
>                     }
> +        if self.kdriver in ["fm10k"]:
> +            iptypes.pop('ipv4-sctp')
> +            iptypes.pop('ipv6-sctp')
> 
>          self.dut.kill_all()
> 
> --
> 2.5.5



More information about the dts mailing list