summaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-17.08_patches/0001-net-bonding-support-for-mlx.patch
AgeCommit message (Collapse)AuthorFilesLines
2018-06-07Add support for DPDK 18.05Damjan Marion1-63/+0
Change-Id: I205932bc727c990011bbbe1dc6c0cf5349d19806 Signed-off-by: Damjan Marion <damarion@cisco.com>
2017-10-10dpdk: patch to support bonded interface for MLX NICSteve Shin1-0/+63
At present, creating bonding devices using --vdev is broken for PMD like mlx5 as it is neither UIO nor VFIO based and hence PMD driver is unknown to find_port_id_by_pci_addr(). This DPDK patch fixes parsing PCI ID from bonding device params by verifying it in RTE PCI bus, rather than checking dev->kdrv. Change-Id: If575f63ef31733102566610d769ddd212d74736a Signed-off-by: Steve Shin <jonshin@cisco.com>