[dpdk-dev] [PATCH v2] app/testpmd: fix forwarding between non consecutive ports

2017-11-07 Thread Ophir Munk
When defining two failsafe devices in testpmd the port numbers of the failsafe devices may not be consecutive. For example: if failsafe device includes a PCI device and a TAP device then failsafe port numbers would be 0 and 3. Port 0 - failsafe #1 device Port 1 - PCI #1 device Port 2 - TAP #1 devic

[dpdk-dev] [PATCH v2] app/testpmd: fix forwarding between non consecutive ports

2017-11-07 Thread Ophir Munk
When defining two failsafe devices in testpmd the port numbers of the failsafe devices may not be consecutive. For example: if failsafe device includes a PCI device and a TAP device then failsafe port numbers would be 0 and 3. Port 0 - failsafe #1 device Port 1 - PCI #1 device Port 2 - TAP #1 devic

[dpdk-dev] [PATCH v2] app/testpmd: fix forwarding between non consecutive ports

2017-11-07 Thread Ophir Munk
When defining two failsafe devices in testpmd the port numbers of the failsafe devices may not be consecutive. For example: if failsafe device includes a PCI device and a TAP device then failsafe port numbers would be 0 and 3. Port 0 - failsafe #1 device Port 1 - PCI #1 device Port 2 - TAP #1 devic