summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk-dev-libibverbs
Commit message (Collapse)AuthorAgeFilesLines
* dpdk: Add libibverbs library to support MLX configShashwat Pandey2017-02-281-0/+17
libibverbs is a library that allows programs to use RDMA "verbs" for direct access to RDMA (currently InfiniBand and iWARP) hardware from userspace. Dpdk has some dependencies with this package to enable CONFIG_RTE_LIBRTE_MLX4_PMD config for supporting Mellanoc Connect X-3 nics with it. This config has disabled in dpdk by default. Signed-off-by: Shashwat Pandey <shashwatx.pandey@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>