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

2015-07-06 Thread leeopop
missing features such as virtual functions, VLAN stripping, support for mlx5 NICs, and etc. We enable this PMD by default, as it only relies on the new eal/persistent library without external dependencies. Signed-off-by: leeopop --- config/common_linuxapp | 10 + drivers

[dpdk-dev] [PATCH 1/2] eal/persistent: new library to hold memory region after program exit

2015-07-06 Thread leeopop
applications. It also manages physically contiguous memory regions. Signed-off-by: leeopop --- drivers/net/mlnx_uio/LICENSE | 30 lib/Makefile | 1 + lib/librte_eal/common/Makefile | 3 + lib/librte_eal

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices

2015-07-06 Thread leeopop
separated GPL sources. The GPL affected source codes reside in the mlnx_uio/kernel directory. leeopop (2): eal/persistent: new library to hold memory region after program exit mlnx_uio: new poll mode driver config/common_linuxapp | 10 + drivers/net/Makefile