v1: This series is a follow-up of the new datapath implementation introduced in RC1. It is dedicated to Tx and improves the performance.
v2: Change uint32_t be_lkey to rte_be32_t lkey Matan Azrad (4): net/mlx4: remove error flows from Tx fast path net/mlx4: merge Tx path functions net/mlx4: remove unnecessary variables in Tx burst net/mlx4: improve performance of one Tx segment Ophir Munk (3): net/mlx4: inline more Tx functions net/mlx4: save lkey in big-endian format net/mlx4: separate Tx for multi-segments drivers/net/mlx4/mlx4_rxtx.c | 343 +++++++++++++++++++++++-------------------- drivers/net/mlx4/mlx4_rxtx.h | 56 ++++++- 2 files changed, 234 insertions(+), 165 deletions(-) -- 2.7.4