> -----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 06/28] net/mlx5: check conditions to enable LRO > > From: Dekel Peled <dek...@mellanox.com> > > Use DevX API to read device LRO capabilities. > Check if LRO is supported and can be enabled. > Check if MPRQ is supported and can be used. > Enable MPRQ for LRO use if not enabled by user. > Added note for mlx5_mprq_enabled(), to emphasize that LRO enables MPRQ. > Disable CQE compression and CRC stripping if LRO is enabled. > > Signed-off-by: Dekel Peled <dek...@mellanox.com> > Acked-by: Matan Azrad <ma...@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>