> -----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 23/28] net/mlx5: replace the external mbuf shared memory > > As an arrangement to the LRO support when a packet can consume all the > stride memory, the external mbuf shared information cannot be anymore in > the end of the stride, because the HW may write the packet data to all the > stride memory. > > Move the shared information memory from the stride to the control memory > of the external mbuf. > > Signed-off-by: Matan Azrad <ma...@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>