> -----Original Message----- > From: Matan Azrad <ma...@mellanox.com> > Sent: Monday, July 22, 2019 12:13 > To: Shahaf Shuler <shah...@mellanox.com>; Yongseok Koh > <ys...@mellanox.com>; Slava Ovsiienko <viachesl...@mellanox.com> > Cc: dev@dpdk.org; Dekel Peled <dek...@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 <ma...@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>