[dpdk-dev] [PATCH 25/28] net/mlx5: handle LRO packets in Rx queue

Slava Ovsiienko viacheslavo at mellanox.com
Mon Jul 22 11:26:13 CEST 2019


> -----Original Message-----
> From: Matan Azrad <matan at mellanox.com>
> Sent: Monday, July 22, 2019 12:13
> To: Shahaf Shuler <shahafs at mellanox.com>; Yongseok Koh
> <yskoh at mellanox.com>; Slava Ovsiienko <viacheslavo at mellanox.com>
> Cc: dev at dpdk.org; Dekel Peled <dekelp at mellanox.com>
> Subject: [PATCH 25/28] net/mlx5: handle LRO packets in Rx queue
> 
> When LRO offload is configured in Rx queue, the HW may coalesce TCP
> packets from same TCP connection into single packet.
> 
> In this case the SW should fix the relevant packet headers because the HW
> doesn't update them according to the new created packet characteristics.
> 
> Add update header code to the mprq Rx burst function to support LRO
> feature.
> 
> Signed-off-by: Matan Azrad <matan at mellanox.com>

Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>



More information about the dev mailing list