* Re: [dts] [PATCH] tests pmdrss_hash: remove RSS on sctp packet test
[not found] <1470985735-13927-1-git-send-email-xlin15@shecgisg005.sh.intel.com>
@ 2016-08-15 2:23 ` Liu, Yong
0 siblings, 0 replies; only message in thread
From: Liu, Yong @ 2016-08-15 2:23 UTC (permalink / raw)
To: xueqin.lin, dts; +Cc: Lin, Xueqin
Thanks xueqin, applied into master branch.
> -----Original Message-----
> From: xueqin.lin [mailto:xlin15@ecsmtp.sh.intel.com]
> Sent: Friday, August 12, 2016 3:09 PM
> To: Liu, Yong; dts@dpdk.org
> Cc: Lin, Xueqin
> Subject: [dts][PATCH] tests pmdrss_hash: remove RSS on sctp packet test
>
> From: Xueqin Lin <xueqin.lin@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
^ permalink raw reply [flat|nested] only message in thread