Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-13 Thread Thomas Monjalon
04/06/2018 09:56, Shahaf Shuler: > Sunday, June 3, 2018 5:15 PM, Ferruh Yigit: > > Subject: Re: [PATCH] ethdev: force RSS offload rules again > > > > On 6/3/2018 11:41 AM, Shahaf Shuler wrote: > > > Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: > > >> Subject: [PATCH] ethdev: force RSS offload rul

Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-04 Thread Shahaf Shuler
Sunday, June 3, 2018 5:15 PM, Ferruh Yigit: > Subject: Re: [PATCH] ethdev: force RSS offload rules again > > On 6/3/2018 11:41 AM, Shahaf Shuler wrote: > > Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: > >> Subject: [PATCH] ethdev: force RSS offload rules again > >> > >> PMDs should provide suppor

Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-03 Thread Ferruh Yigit
On 6/3/2018 11:41 AM, Shahaf Shuler wrote: > Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: >> Subject: [PATCH] ethdev: force RSS offload rules again >> >> PMDs should provide supported RSS hash functions via >> dev_info.flow_type_rss_offloads variable. >> >> There is a check in ethdev if requested

Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-03 Thread Shahaf Shuler
Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: > Subject: [PATCH] ethdev: force RSS offload rules again > > PMDs should provide supported RSS hash functions via > dev_info.flow_type_rss_offloads variable. > > There is a check in ethdev if requested RSS hash function is supported by > PMD or not. >

[dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-05-31 Thread Ferruh Yigit
PMDs should provide supported RSS hash functions via dev_info.flow_type_rss_offloads variable. There is a check in ethdev if requested RSS hash function is supported by PMD or not. This check has been relaxed in previous release to not return an error when a non supported has function requested [1