Re: [dpdk-dev] [PATCH 06/28] net/mlx5: check conditions to enable LRO

2019-07-22 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Monday, July 22, 2019 12:13 > To: Shahaf Shuler ; Yongseok Koh > ; Slava Ovsiienko > Cc: dev@dpdk.org; Dekel Peled > Subject: [PATCH 06/28] net/mlx5: check conditions to enable LRO > > From: Dekel Peled > > Use DevX API to read device L

[dpdk-dev] [PATCH 06/28] net/mlx5: check conditions to enable LRO

2019-07-22 Thread Matan Azrad
From: Dekel Peled 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