[dpdk-dev] [PATCH] ixgbe: fix multi-process support

2014-12-05 Thread Qiu, Michael
On 12/4/2014 7:49 PM, Bruce Richardson wrote: > When using multiple processes, the TX function used in all processes > should be the same, otherwise the secondary processes cannot transmit > more than tx-ring-size - 1 packets. > To achieve this, we extract out the code to select the ixgbe TX functi

[dpdk-dev] [PATCH] ixgbe: fix multi-process support

2014-12-04 Thread Bruce Richardson
When using multiple processes, the TX function used in all processes should be the same, otherwise the secondary processes cannot transmit more than tx-ring-size - 1 packets. To achieve this, we extract out the code to select the ixgbe TX function to be used into a separate function inside the ixgb