Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dpdk: Disable build for MUSL | Saul Wold | 2017-06-20 | 1 | -0/+1 |
| | | | | | | | Until the libibverbs package is fixed for MUSL disable both dpdk and ibverbs Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
* | dpdk: Add libibverbs library to support MLX config | Shashwat Pandey | 2017-02-28 | 1 | -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> |