Re: [dpdk-dev] [PATCH v2 00/51] net/mlx4: trim and refactor entire PMD

2017-09-05 Thread Ferruh Yigit
On 9/1/2017 9:06 AM, Adrien Mazarguil wrote: > The main purpose of this large series is to relieve the mlx4 PMD from its > dependency on Mellanox OFED to instead rely on the standard rdma-core > package provided by Linux distributions. > > While compatibility with Mellanox OFED is preserved, all n

Re: [dpdk-dev] [PATCH v2 00/51] net/mlx4: trim and refactor entire PMD

2017-09-01 Thread Adrien Mazarguil
On Fri, Sep 01, 2017 at 12:24:40PM +0100, Ferruh Yigit wrote: > Hi Adrien, > > On 9/1/2017 9:06 AM, Adrien Mazarguil wrote: > > The main purpose of this large series is to relieve the mlx4 PMD from its > > dependency on Mellanox OFED to instead rely on the standard rdma-core > > package provided b

Re: [dpdk-dev] [PATCH v2 00/51] net/mlx4: trim and refactor entire PMD

2017-09-01 Thread Ferruh Yigit
Hi Adrien, On 9/1/2017 9:06 AM, Adrien Mazarguil wrote: > The main purpose of this large series is to relieve the mlx4 PMD from its > dependency on Mellanox OFED to instead rely on the standard rdma-core > package provided by Linux distributions. > > While compatibility with Mellanox OFED is pres

[dpdk-dev] [PATCH v2 00/51] net/mlx4: trim and refactor entire PMD

2017-09-01 Thread Adrien Mazarguil
The main purpose of this large series is to relieve the mlx4 PMD from its dependency on Mellanox OFED to instead rely on the standard rdma-core package provided by Linux distributions. While compatibility with Mellanox OFED is preserved, all nonstandard functionality has to be stripped from the PM