Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Thursday, February 4, 2021 6:07 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; ferruh.yi...@intel.com; Slava > Ovsiienko <viachesl...@nvidia.com> > 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 <akozy...@nvidia.com> > ---
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 Kindest regards, Raslan Darawsheh