aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-17.08_patches
AgeCommit message (Collapse)AuthorFilesLines
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>