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

2014-12-17 Thread Thomas Monjalon
2014-12-11 17:07, Bruce Richardson: > On Thu, Dec 11, 2014 at 04:58:42PM +, Pattan, Reshma wrote: > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > > > When using multiple processes, the TX function used in all processes > > > should be > > > the same, otherwise th

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

2014-12-11 Thread Bruce Richardson
On Thu, Dec 11, 2014 at 04:58:42PM +, Pattan, Reshma wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > > Sent: Friday, December 5, 2014 1:46 PM > > To: dev at dpdk.org > > Subject: [d

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

2014-12-11 Thread Pattan, Reshma
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, December 5, 2014 1:46 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] ixgbe: fix multi-process support > > When using multiple processes, the TX

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

2014-12-10 Thread Thomas Monjalon
2014-12-05 13:46, 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

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

2014-12-05 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