dpdk: don't automatically whitelist vmxnet3 PCI interfaces 52/15752/2
authorSteven <sluong@cisco.com>
Tue, 6 Nov 2018 20:32:58 +0000 (12:32 -0800)
committerDamjan Marion <dmarion@me.com>
Tue, 6 Nov 2018 22:21:31 +0000 (22:21 +0000)
commitdd04bb9538292140a4068a34aa7dccbcf5026355
tree2d440ecee3efb2a18922f339adffec1d199e580d
parent4d5b917b1a74461abaa30182d4bf5c7761572323
dpdk: don't automatically whitelist vmxnet3 PCI interfaces

If no PCI address is specified in dpdk config, the default to automatically
put all PCIs in the whitelist.
For vmxnet3 PCIs, we want to change its default to exclude the vmxnet3 PCIs.
That is to put them in the blacklist instead of whitelist.

Change-Id: I2b7061d6437910eb0e1b16df19a770cab968c602
Signed-off-by: Steven <sluong@cisco.com>
src/plugins/dpdk/device/init.c