Re: [dpdk-dev] [PATCH v1 04/48] net/mlx4: remove useless compilation checks

2017-09-01 Thread Adrien Mazarguil
Hi Ferruh, On Fri, Aug 18, 2017 at 02:39:18PM +0100, Ferruh Yigit wrote: > On 8/1/2017 5:53 PM, Adrien Mazarguil wrote: > > Verbs support for RSS, inline receive and extended device query calls has > > not been optional for a while. Their absence is untested and is therefore > > unsupported. > >

Re: [dpdk-dev] [PATCH v1 04/48] net/mlx4: remove useless compilation checks

2017-08-18 Thread Ferruh Yigit
On 8/1/2017 5:53 PM, Adrien Mazarguil wrote: > Verbs support for RSS, inline receive and extended device query calls has > not been optional for a while. Their absence is untested and is therefore > unsupported. > > Remove the related compilation checks and assume Mellanox OFED is up to > date, as

[dpdk-dev] [PATCH v1 04/48] net/mlx4: remove useless compilation checks

2017-08-01 Thread Adrien Mazarguil
Verbs support for RSS, inline receive and extended device query calls has not been optional for a while. Their absence is untested and is therefore unsupported. Remove the related compilation checks and assume Mellanox OFED is up to date, as described in the documentation. Use this opportunity to