Re: [dpdk-dev] [PATCH 1/5] net/mlx5: enable inlining data from multiple segments

2017-12-26 Thread Shahaf Shuler
Wednesday, December 27, 2017 5:56 AM, Yongseok Koh: > > mlx5_tx_burst() doesn't inline data from the 2nd segment. If there's still > enough room in the descriptor after inlining the 1st segment, further inlining > from the 2nd segment would be beneficial to save PCIe bandwidth. > > Signed-off-by:

[dpdk-dev] [PATCH 1/5] net/mlx5: enable inlining data from multiple segments

2017-12-26 Thread Yongseok Koh
mlx5_tx_burst() doesn't inline data from the 2nd segment. If there's still enough room in the descriptor after inlining the 1st segment, further inlining from the 2nd segment would be beneficial to save PCIe bandwidth. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 44 +++