kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c
.. .. @@ -69,6 +69,10 @@ 69 69 params->lro_en = false; 70 70 params->hard_mtu = MLX5_IB_GRH_BYTES + MLX5_IPOIB_HARD_LEN; 71 71 params->tunneled_offload_en = false; 72 +73 + /* CQE compression is not supported for IPoIB */74 + params->rx_cqe_compress_def = false;75 + MLX5E_SET_PFLAG(params, MLX5E_PFLAG_RX_CQE_COMPRESS, params->rx_cqe_compress_def);72 76 } 73 77 74 78 /* Called directly after IPoIB netdevice was created to initialize SW structs */