From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 51239A0524; Thu, 4 Feb 2021 18:29:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0F722406FD; Thu, 4 Feb 2021 18:29:27 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 4AFD22406F3 for ; Thu, 4 Feb 2021 18:29:26 +0100 (CET) IronPort-SDR: rVFFQ3i1J7stVvAd9lYIhPI4vC4b2O0SMCwM9nFX/iVZEhII8Kw2NDDgpMoigooEcp1sqL6OYB 4frzbSHrxDFQ== X-IronPort-AV: E=McAfee;i="6000,8403,9885"; a="245360206" X-IronPort-AV: E=Sophos;i="5.81,401,1610438400"; d="scan'208";a="245360206" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 09:29:25 -0800 IronPort-SDR: UNATDQ8WXEcUfWzzrbVefRnY/pN3KpsI6c5HclDuMZtbCX3TKytkcCv8nLEq0LQU2A8RO1pLGB BJ27CY6r+R+A== X-IronPort-AV: E=Sophos;i="5.81,401,1610438400"; d="scan'208";a="393288319" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.211.210]) ([10.213.211.210]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 09:29:23 -0800 To: Raslan Darawsheh , Alexander Kozyrev , "dev@dpdk.org" Cc: Slava Ovsiienko References: <20210204160728.16048-1-akozyrev@nvidia.com> From: Ferruh Yigit Message-ID: <7ab89ac0-8fd9-e416-afb2-d98be4eaf80d@intel.com> Date: Thu, 4 Feb 2021 17:29:20 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix default CQE compression config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/4/2021 4:50 PM, Raslan Darawsheh wrote: > Hi, > >> -----Original Message----- >> From: Alexander Kozyrev >> Sent: Thursday, February 4, 2021 6:07 PM >> To: dev@dpdk.org >> Cc: Raslan Darawsheh ; ferruh.yigit@intel.com; Slava >> Ovsiienko >> 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 >> --- > > 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.