Re: [dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration

2020-10-23 Thread Xie, WeiX
ta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration > > This patch configured RSS for sctp with IP address and port as input set. > > Fixes: 4717a12cfaf1 ("net/ice: initialize and update RSS based on user > config") > Cc: sta...@dpdk.org &g

Re: [dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration

2020-10-20 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Junyu Jiang > Sent: Tuesday, October 20, 2020 4:51 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Su, Simei ; > Jiang, JunyuX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration > > Th

[dpdk-dev] [PATCH] net/ice: fix SCTP RSS configuration

2020-10-20 Thread Junyu Jiang
This patch configured RSS for sctp with IP address and port as input set. Fixes: 4717a12cfaf1 ("net/ice: initialize and update RSS based on user config") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- drivers/net/ice/ice_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di