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 6A2EDA09E4; Fri, 29 Jan 2021 16:15:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2BEA74067B; Fri, 29 Jan 2021 16:15:21 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 43C9F40395 for ; Fri, 29 Jan 2021 16:15:19 +0100 (CET) IronPort-SDR: t9CI8UI34cNq0qXg5lJLjtPfQrzLWNSgoYEmndKPz1bVGcIfo1SqZFQWRr1KDfNrv4bSuIgnuW cTRKMGzdevIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9878"; a="179657710" X-IronPort-AV: E=Sophos;i="5.79,385,1602572400"; d="scan'208";a="179657710" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 07:15:17 -0800 IronPort-SDR: gs/bTzTu8tv/fobIvMPfj83rvCklUj6ZK5WA0XY/LbPsGx7qYl6mnmY16vJ4T6HzLeea3q1tig m6nDNNKFOxvA== X-IronPort-AV: E=Sophos;i="5.79,385,1602572400"; d="scan'208";a="389334703" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.197.204]) ([10.213.197.204]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 07:15:16 -0800 To: =?UTF-8?Q?Micha=c5=82_Krawczyk?= Cc: dev@dpdk.org, "Tzalik, Guy" , "Chauskin, Igor" , Marcin Wojtas References: <20210126183226.2420903-1-mk@semihalf.com> <65e2914c-b71a-c431-9474-b5ce72eab221@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 29 Jan 2021 15:15:12 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 0/5] net/ena: minor bug fixes and improvements 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 1/29/2021 12:33 PM, Michał Krawczyk wrote: > pt., 29 sty 2021 o 13:17 Ferruh Yigit napisał(a): >> >> On 1/26/2021 6:32 PM, Michal Krawczyk wrote: >>> Hi, >>> >>> this patchset contains few bug fixes for the ENA PMD and the version >>> upgrade to v2.2.1. Besides that, the validation of the Rx req ID was >>> optimized. >>> >>> Best regards, >>> Michal >>> >>> --- >>> v2: >>> * Add patch preventing double doorbell on Tx. >>> >>> Amit Bernstein (1): >>> net/ena: Tx doorbell statistics fix >>> >>> Ido Segev (1): >>> net/ena: flush Rx buffers memory pool cache >>> >>> Igor Chauskin (2): >>> net/ena: fix Tx sq free space assessment >>> net/ena: prevent double doorbell >>> >>> Michal Krawczyk (1): >>> net/ena: validate Rx req id upon acquiring the desc >>> >> >> For first three patches, >> Applied to dpdk-next-net/main, thanks. >> >> >> For 4/5 & 5/5 waiting for fixes line, no need to send new version for them, if >> you can provide them, I can add in next-net. > > Patch 4/5 fixline: > > Fixes: 2061fe41f212 ("net/ena: linearize Tx mbuf") > Cc: stable@dpdk.org > > Patch 5/5 fixline: > > Fixes: c7519ea5eb8d ("net/ena: call additional doorbells if needed") > Cc: stable@dpdk.org > For both, Applied to dpdk-next-net/main, thanks.