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

Shahaf Shuler shahafs at mellanox.com
Wed Dec 27 07:06:20 CET 2017


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: Yongseok Koh <yskoh at mellanox.com>
> ---
>  drivers/net/mlx5/mlx5_rxtx.c | 44 +++++++++++++++++++++++++-----------
> --------
>  1 file changed, 25 insertions(+), 19 deletions(-)
> 

Series applied to next-net-mlx, thanks.


More information about the dev mailing list