On Tue, Nov 10, 2015 at 11:32:57PM -0200, Victor Detoni wrote: > Hi, > > is there some way to pin what port I want to use? For example, eth0 is my > port 1 and eth1 is my port 0? > > Thanks > Victor
Hi Victor, the ports will always be in pci address order inside DPDK, since the port numbers are allocated during the pci scan. /Bruce