[dpdk-dev] [PATCH 0/2] Mellanox ConnectX-3 PMD

Keunhong Lee dlrmsghd at gmail.com
Sun Mar 1 12:15:22 CET 2015


How fast does this driver perform?
Is it capable for sending/receiving 64B packets at 40G line rate?
I'm using another version of user driver and it is not scalable for line
rate, regardless of the number of TX cores.

Keunhong.
2015. 1. 30. 오전 12:22에 "Adrien Mazarguil" <adrien.mazarguil at 6wind.com>님이 작성:

> 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
>
>


More information about the dev mailing list