dpdk: patch to support bonded interface for MLX NIC 22/8722/2
authorSteve Shin <jonshin@cisco.com>
Mon, 9 Oct 2017 22:04:56 +0000 (15:04 -0700)
committerJohn Lo <loj@cisco.com>
Tue, 10 Oct 2017 16:35:35 +0000 (16:35 +0000)
commit268e64e312257b0ab36e0d5b9124cc3f2a1841a7
treeb8a6d4df74f1b318d8f3619a485845b99ddea3de
parent50ec72111983ac4b3bf1d15d4382d9dca62d14ca
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 <jonshin@cisco.com>
dpdk/Makefile
dpdk/dpdk-17.08_patches/0001-net-bonding-support-for-mlx.patch [new file with mode: 0644]