Re: [dpdk-dev] [PATCH v6] examples: fix RSS hash function configuration

2018-07-05 Thread Ferruh Yigit
On 7/5/2018 10:30 AM, Hunt, David wrote: > Hi Ferruh, > > > On 4/7/2018 9:02 PM, Ferruh Yigit wrote: >> ethdev layer introduced checks for application requested RSS hash >> functions and returns error for ones unsupported by hardware >> >> This check breaks some sample applications which blindly

Re: [dpdk-dev] [PATCH v6] examples: fix RSS hash function configuration

2018-07-05 Thread Hunt, David
Hi Ferruh, On 4/7/2018 9:02 PM, Ferruh Yigit wrote: ethdev layer introduced checks for application requested RSS hash functions and returns error for ones unsupported by hardware This check breaks some sample applications which blindly configures RSS hash functions without checking underlying

Re: [dpdk-dev] [PATCH v6] examples: fix RSS hash function configuration

2018-07-05 Thread Zhao, MeijuanX
Nikhilesh Subject: [dpdk-dev] [PATCH v6] examples: fix RSS hash function configuration ethdev layer introduced checks for application requested RSS hash functions and returns error for ones unsupported by hardware This check breaks some sample applications which blindly configures RSS hash

[dpdk-dev] [PATCH v6] examples: fix RSS hash function configuration

2018-07-04 Thread Ferruh Yigit
ethdev layer introduced checks for application requested RSS hash functions and returns error for ones unsupported by hardware This check breaks some sample applications which blindly configures RSS hash functions without checking underlying hardware support. Updated examples to mask out unsuppor