[dpdk-dev] [PATCH 1/3] mlx4: improve RX performance with better prefetching
Series applied, thanks
[dpdk-dev] [PATCH 1/3] mlx4: improve RX performance with better prefetching
From: Nelio Laranjeiro Prefetching initial bytes of mbuf structures earlier and in two cache lines instead of one improves performance of mlx4_rx_burst(), which accesses the mbuf->next field not present in the first 128 bytes. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx4/mlx4.c | 11 ++