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 1274043D6C for ; Thu, 28 Mar 2024 15:22:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2059410D5; Thu, 28 Mar 2024 15:22:35 +0100 (CET) Received: from smtp-fw-52005.amazon.com (smtp-fw-52005.amazon.com [52.119.213.156]) by mails.dpdk.org (Postfix) with ESMTP id 13F4E402D8; Thu, 28 Mar 2024 15:22:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1711635753; x=1743171753; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=/LvmmcosnLa+5WttpxnSd0lF+oMlm2e03693LXaXfgs=; b=Cf71lhBF2wOZg7Ez9yY3GAThjLk8t8c0Y6MChOuC7D2jHL10K/Y91nUU QbKpRRgdUc3OTknxOe7B3MiJp6wpFYozFZj5I/cyo4JtpbNJ6m4fvnDAM eOjruSCrUDNvhqcc6X4Hfe+sxc75elnvKpiwNFyXNOjREygR0seV+ZlkV k=; X-IronPort-AV: E=Sophos;i="6.07,162,1708387200"; d="scan'208";a="644287895" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO smtpout.prod.us-east-1.prod.farcaster.email.amazon.dev) ([10.43.8.6]) by smtp-border-fw-52005.iad7.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2024 14:22:30 +0000 Received: from EX19MTAEUA001.ant.amazon.com [10.0.10.100:23837] by smtpin.naws.eu-west-1.prod.farcaster.email.amazon.dev [10.0.6.57:2525] with esmtp (Farcaster) id d13bf813-63d6-480b-8bda-3a0e4c51debc; Thu, 28 Mar 2024 14:22:28 +0000 (UTC) X-Farcaster-Flow-ID: d13bf813-63d6-480b-8bda-3a0e4c51debc Received: from EX19D007EUA004.ant.amazon.com (10.252.50.76) by EX19MTAEUA001.ant.amazon.com (10.252.50.50) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.28; Thu, 28 Mar 2024 14:22:28 +0000 Received: from EX19D007EUA002.ant.amazon.com (10.252.50.68) by EX19D007EUA004.ant.amazon.com (10.252.50.76) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.28; Thu, 28 Mar 2024 14:22:28 +0000 Received: from EX19D007EUA002.ant.amazon.com ([fe80::1295:20d9:141e:47cc]) by EX19D007EUA002.ant.amazon.com ([fe80::1295:20d9:141e:47cc%3]) with mapi id 15.02.1258.028; Thu, 28 Mar 2024 14:22:28 +0000 From: "Brandes, Shai" To: "Brandes, Shai" , "ferruh.yigit@amd.com" , "bluca@debian.org" , "christian.ehrhardt@canonical.com" , "xuemingl@nvidia.com" , "ktraynor@redhat.com" CC: "stable@dpdk.org" , "dev@dpdk.org" Subject: RE: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only Thread-Topic: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only Thread-Index: AQHagRirBDisqqhXK0qDSf0YfJ2cN7FNNEOw Date: Thu, 28 Mar 2024 14:22:28 +0000 Message-ID: <4aadb08e43f542719c08b5b668c72447@amazon.com> References: <20240328140307.1291-1-shaibran@amazon.com> In-Reply-To: <20240328140307.1291-1-shaibran@amazon.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.85.143.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sorry, for some reason this appears on the wrong branch I will fix this and upload a new patch > -----Original Message----- > From: shaibran@amazon.com > Sent: Thursday, March 28, 2024 4:03 PM > To: ferruh.yigit@amd.com; bluca@debian.org; > christian.ehrhardt@canonical.com; xuemingl@nvidia.com; > ktraynor@redhat.com > Cc: stable@dpdk.org; dev@dpdk.org; Brandes, Shai > > Subject: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only >=20 > From: Shai Brandes >=20 > Hi, the fix is for a bug that was introduced in 23.11. > The fix was already merged into 24.03 indirectly as part of c8a1898f82f8 > ("net/ena: improve style and readability") and the entire function was la= ter > restructured in patch bcb1753156ac ("net/ena/base: modify customer > metrics memory management") Meaning, this issue is indirectly fixed going > forward, but we need to introduce a dedicated fix for 23.11 stable only. > I CC'ed also dev mailing list since this involves Bugzilla bug fix. > Sorry in advance in case this is not the correct procedure. >=20 > All the best, > Shai >=20 > Shai Brandes (1): > net/ena/base: fix metrics excessive memory consumption >=20 > drivers/net/ena/base/ena_com.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) >=20 > -- > 2.17.1