dpdk: patch to support bonded interface for MLX NIC
authorSteve Shin <[email protected]>
Mon, 9 Oct 2017 22:04:56 +0000 (15:04 -0700)
committerDamjan Marion <[email protected]>
Sat, 14 Oct 2017 09:14:11 +0000 (09:14 +0000)
commitb5518bedd95bea9c30cebcd5b0db76bd00f30a80
tree1b076f5c34cb14c4dadb1cb120643ab8739bfe3e
parentabc914b7da7ec7da9c6e5f4738b14d984a2edcb1
dpdk: patch to support bonded interface for MLX NIC

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 <[email protected]>
(cherry picked from commit 268e64e312257b0ab36e0d5b9124cc3f2a1841a7)
dpdk/Makefile
dpdk/dpdk-17.08_patches/0001-net-bonding-support-for-mlx.patch [new file with mode: 0644]