Hi all, I followed the dpdk ubuntu step (https://help.ubuntu.com/16.04/serverguide/DPDK.html) and I have successfully binded my two 10G port to dpdk and added then in ovs.
However, I'm trying to figure out how the mapping is working between the pci addresses (ex:0000:06:00.0 & 0000:06:00.1) and dpdk ports (dpdk0 & dpdk1). How can I display the association link between the pci address and the dpdk port? How do I know that "0000:06:00.0" is really binded to dpdk0? Thanks, JonathanG
