mlx4: new poll mode driver
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Wed, 25 Feb 2015 13:52:05 +0000 (14:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Feb 2015 15:07:57 +0000 (16:07 +0100)
commit7fae69eeff1328324c7121bbfdd512a8a91b074a
tree18fcc5545a6d7178150ce88c26360266e6dd043a
parent41a766a66156bdb22984edb04c84db5bb6a8d7d4
mlx4: new poll mode driver

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 userland at the moment partly because /sys (sysfs) support is
required.

Also claim responsibility in the MAINTAINERS file.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Olga Shern <olgas@mellanox.com>
MAINTAINERS
config/common_bsdapp
config/common_linuxapp
lib/Makefile
lib/librte_pmd_mlx4/Makefile [new file with mode: 0644]
lib/librte_pmd_mlx4/mlx4.c [new file with mode: 0644]
lib/librte_pmd_mlx4/mlx4.h [new file with mode: 0644]
lib/librte_pmd_mlx4/rte_pmd_mlx4_version.map [new file with mode: 0644]
mk/rte.app.mk