[dpdk-dev] [PATCH v4 1/3] bnx2x: refactor Tx routine for single doorbell mechanism

2016-05-11 Thread Harish Patil
>On Tue, May 03, 2016 at 10:38:20PM -0700, Rasesh Mody wrote: >> Change the Tx routine logic to ring the doorbell once per burst and not >> on every Tx packet. This driver-level optimization is necessary to >>achieve >> line rates for larger frame sizes (1k or more). >> >> Fixes: 540a211084a7

[dpdk-dev] [PATCH v4 1/3] bnx2x: refactor Tx routine for single doorbell mechanism

2016-05-06 Thread Bruce Richardson
On Tue, May 03, 2016 at 10:38:20PM -0700, Rasesh Mody wrote: > Change the Tx routine logic to ring the doorbell once per burst and not > on every Tx packet. This driver-level optimization is necessary to achieve > line rates for larger frame sizes (1k or more). > > Fixes: 540a211084a7 ("bnx2x:

[dpdk-dev] [PATCH v4 1/3] bnx2x: refactor Tx routine for single doorbell mechanism

2016-05-03 Thread Rasesh Mody
Change the Tx routine logic to ring the doorbell once per burst and not on every Tx packet. This driver-level optimization is necessary to achieve line rates for larger frame sizes (1k or more). Fixes: 540a211084a7 ("bnx2x: driver core") Signed-off-by: Rasesh Mody Signed-off-by: Harish Patil