VPP-189 Addtional fixes for last coverity fix in linux_pci.c 58/1958/3
authorJohn Lo <loj@cisco.com>
Wed, 13 Jul 2016 22:13:02 +0000 (18:13 -0400)
committerJohn Lo <loj@cisco.com>
Thu, 14 Jul 2016 03:07:20 +0000 (23:07 -0400)
commite282121d144cda3eb429b55804c9ee2218b33ccb
tree96dd5f969f3bb694160829d66c74c2d80bb3db95
parent2f653d08f4647905b241508e282a491794a54285
VPP-189 Addtional fixes for last coverity fix in linux_pci.c

Fix VPP startup problem where it cannot attach to a combination
of 3 Intel igb 1GE ports and 2 Intel ixgbe 10GE ports whose PCI
addresses are specified in the DPDK section of VPP startup
config file as follows:
dpdk { dev 0000:02:00.1 dev 0000:02:00.2 dev 0000:02:00.3
       dev 0000:05:00.0 dev 0000:05:00.1 }

Change-Id: Ibb12f9e9a9184d00da51a49961772ac3a42a2d1d
Signed-off-by: John Lo <loj@cisco.com>
vlib/vlib/pci/linux_pci.c