dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Mellanox ConnectX-3 PMD
@ 2015-01-29 15:20 Adrien Mazarguil
       [not found] ` <1422544846-10697-1-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Adrien Mazarguil @ 2015-01-29 15:20 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This PMD adds support for Mellanox ConnectX-3-based adapters through the
verbs framework. It relies on external libraries (libibverbs and user space
driver libmlx4) and kernel support to do so.

While these libraries and kernel modules are available on OpenFabrics
Alliance's website [1] and provided by package managers on most
distributions, this PMD requires Ethernet extensions that may not be
supported at the moment (this is a work in progress).

Mellanox OFED [2] includes the necessary support and should be used in the
meantime. For DPDK, only libibverbs, libmlx4 and mlnx-ofed-kernel packages
are required from that distribution.

The following kernel modules must be loaded before using this PMD:

- mlx4_core (hardware driver, does global initialization)
- mlx4_en (Ethernet device driver)
- mlx4_ib (InfiniBand device driver)
- ib_uverbs (user space driver for verbs)

Actual documentation will be added in V2.

[1] https://www.openfabrics.org/
[2] http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers

Adrien Mazarguil (2):
  scripts: add auto-config-h.sh
  mlx4: new poll mode driver

 config/common_bsdapp         |   11 +
 config/common_linuxapp       |   11 +
 lib/Makefile                 |    1 +
 lib/librte_pmd_mlx4/Makefile |  119 ++
 lib/librte_pmd_mlx4/mlx4.c   | 4739 ++++++++++++++++++++++++++++++++++++++++++
 lib/librte_pmd_mlx4/mlx4.h   |  166 ++
 mk/rte.app.mk                |    8 +
 scripts/auto-config-h.sh     |  137 ++
 8 files changed, 5192 insertions(+)
 create mode 100755 lib/librte_pmd_mlx4/Makefile
 create mode 100755 lib/librte_pmd_mlx4/mlx4.c
 create mode 100644 lib/librte_pmd_mlx4/mlx4.h
 create mode 100755 scripts/auto-config-h.sh

-- 
2.1.0

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-03-02 17:45 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 15:20 [PATCH 0/2] Mellanox ConnectX-3 PMD Adrien Mazarguil
     [not found] ` <1422544846-10697-1-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-01-29 15:20   ` [PATCH 1/2] scripts: add auto-config-h.sh Adrien Mazarguil
2015-01-29 15:20   ` [PATCH 2/2] mlx4: new poll mode driver Adrien Mazarguil
     [not found]     ` <1422544846-10697-3-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-01-29 15:37       ` Stephen Hemminger
     [not found]         ` <20150129153739.38def5d5-CA4OZQ/Yy2Lykuyl+CZolw@public.gmane.org>
2015-01-29 15:45           ` Adrien Mazarguil
2015-02-21  4:16   ` [PATCH v2 0/4] Mellanox ConnectX-3 PMD Adrien Mazarguil
     [not found]     ` <1424492174-27072-1-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-02-21  4:16       ` [PATCH v2 1/4] scripts: add auto-config-h.sh Adrien Mazarguil
2015-02-25 13:52       ` [PATCH v3 0/3] Mellanox ConnectX-3 PMD Adrien Mazarguil
     [not found]         ` <1424872326-17930-1-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-02-25 13:52           ` [PATCH v3 1/3] scripts: check features to generate configuration header Adrien Mazarguil
2015-02-25 13:52           ` [PATCH v3 2/3] mlx4: new poll mode driver Adrien Mazarguil
2015-02-25 13:52           ` [PATCH v3 3/3] doc: add librte_pmd_mlx4 documentation Adrien Mazarguil
     [not found]             ` <1424872326-17930-4-git-send-email-adrien.mazarguil-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-02 17:45               ` Butler, Siobhan A
2015-02-25 15:13           ` [PATCH v3 0/3] Mellanox ConnectX-3 PMD Thomas Monjalon
2015-02-26 11:51           ` Gleb Natapov
     [not found]             ` <20150226115137.GU3806-RmZWMc9puTNJc61us3aD9laTQe2KTcn/@public.gmane.org>
2015-02-26 13:36               ` Thomas Monjalon
2015-02-26 13:49                 ` Gleb Natapov
     [not found]                   ` <20150226134907.GV3806-RmZWMc9puTNJc61us3aD9laTQe2KTcn/@public.gmane.org>
2015-02-26 14:18                     ` Adrien Mazarguil
     [not found]                       ` <20150226141834.GX23569-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-02-26 15:03                         ` Gleb Natapov
2015-02-27 18:38                     ` Adrien Mazarguil
     [not found]                       ` <20150227183859.GD23569-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-03-01 11:07                         ` Gleb Natapov
2015-02-21  4:17   ` [PATCH v2 2/4] mlx4: new poll mode driver Adrien Mazarguil
2015-02-21  4:17   ` [PATCH v2 3/4] maintainers: claim responsibility for mlx4 PMD Adrien Mazarguil
2015-02-21  4:17   ` [PATCH v2 4/4] doc: add librte_pmd_mlx4 documentation Adrien Mazarguil
2015-03-01 11:15   ` [PATCH 0/2] Mellanox ConnectX-3 PMD Keunhong Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).