On 2/4/2021 4:50 PM, Raslan Darawsheh wrote:
Hi,
-----Original Message-----
From: Alexander Kozyrev <[email protected]>
Sent: Thursday, February 4, 2021 6:07 PM
To: [email protected]
Cc: Raslan Darawsheh <[email protected]>; [email protected]; Slava
Ovsiienko <[email protected]>
Subject: [PATCH] net/mlx5: fix default CQE compression config
CQE compression must be enabled by default unless the rxq_cqe_comp_en
devarg is set to 0 or FW cannot support CQE compression for some reason.
The latest commit that introduced checks for FW capabilities for new
CQE zipping formats disables the CQE compression unless the devarg is 1.
Revert this logic and enable CQE compression by default again.
Please squash this fix with the original commit.
Fixes: f5ae0d46b9 ("net/mlx5: check FW miniCQE format capabilities")
Signed-off-by: Alexander Kozyrev <[email protected]>
---
Patch applied to next-net-mlx,
Ferruh,
Can you kindly squash it into next-net since I see you already pulled the
original patch that it fixes
sure,
Squashed into relevant commit in next-net, thanks.