[dpdk-dev] [PATCH 2/2] mlx4: new poll mode driver

2015-01-29 Thread Adrien Mazarguil
On Thu, Jan 29, 2015 at 03:37:39PM +, Stephen Hemminger wrote: > On Thu, 29 Jan 2015 16:20:46 +0100 > Adrien Mazarguil wrote: > > > This PMD manages all variants of Mellanox ConnectX-3 (EN 40, EN 10, Pro EN > > 40) as well as their virtual functions in SR-IOV context through IB Verbs > > (lib

[dpdk-dev] [PATCH 2/2] mlx4: new poll mode driver

2015-01-29 Thread Adrien Mazarguil
This PMD manages all variants of Mellanox ConnectX-3 (EN 40, EN 10, Pro EN 40) as well as their virtual functions in SR-IOV context through IB Verbs (libibverbs) and the dedicated user-space driver (libmlx4). It is disabled by default due to dependencies on these libraries and only supports Linux

[dpdk-dev] [PATCH 2/2] mlx4: new poll mode driver

2015-01-29 Thread Stephen Hemminger
On Thu, 29 Jan 2015 16:20:46 +0100 Adrien Mazarguil wrote: > This PMD manages all variants of Mellanox ConnectX-3 (EN 40, EN 10, Pro EN > 40) as well as their virtual functions in SR-IOV context through IB Verbs > (libibverbs) and the dedicated user-space driver (libmlx4). Are these available wi