> -----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 27/28] net/mlx5: adjust the maximum LRO message size > > LRO message is contained in the MPRQ strides. > While the LRO message size cannot be bigger than 65280 according to the > PRM, the strides which contain it may be bigger than the maximum buffer > size allowed in dpdk mbuf - 0xFFFF. > > Adjust the maximum LRO message size to avoid buffer length overflow. > > Signed-off-by: Matan Azrad <ma...@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>