Fix: unnecesary uio binding for Mellanox NIC 43/8543/2
authorSteve Shin <jonshin@cisco.com>
Tue, 26 Sep 2017 17:07:58 +0000 (10:07 -0700)
committerJohn Lo <loj@cisco.com>
Wed, 27 Sep 2017 17:12:44 +0000 (17:12 +0000)
commit45c40dbb2c1fcafce17d5c901c9b317cde4b5cde
tree5252e6a8f2230a55496b27cbd39dbffba14be2a2
parent879ace3d3b238ec8db80f52ebfd556aa6f12b4c7
Fix: unnecesary uio binding for Mellanox NIC

UIO binding is not required for Mellanox NIC and calling vlib_pci_bind_to_uio()
should be skipped.

Change-Id: I10ea457bc3c8d4be8117dec51d5bd940ee416a44
Signed-off-by: Steve Shin <jonshin@cisco.com>
src/plugins/dpdk/device/init.c