Message ID | 20240328140307.1291-1-shaibran@amazon.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9EE343D6C; Thu, 28 Mar 2024 15:03:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFA7D402E7; Thu, 28 Mar 2024 15:03:20 +0100 (CET) Received: from smtp-fw-9105.amazon.com (smtp-fw-9105.amazon.com [207.171.188.204]) by mails.dpdk.org (Postfix) with ESMTP id D33AF402D8; Thu, 28 Mar 2024 15:03:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1711634600; x=1743170600; h=from:to:cc:subject:date:message-id:mime-version; bh=tHbjmNNt4HEv02TW8/QwrIA8x6uZx59gvP3lkq+OeY4=; b=AHN2tFNCd/rEOdkR7QvsxUmlHTs5+YqkNscJaP8Yg91lmb17F9b7HIXe rvH64HPe5ddJ61EgixBd+2IIMiT293PSSNr7qkmCRuxRCgo8nDwTZqXzt 6QnN00rchF3BMiYtPcF+vDJbzZeH9Liw+YFRerqjVJ0UPHysjsQWPk85c Y=; X-IronPort-AV: E=Sophos;i="6.07,162,1708387200"; d="scan'208";a="715099639" Received: from pdx4-co-svc-p1-lb2-vlan2.amazon.com (HELO smtpout.prod.us-west-2.prod.farcaster.email.amazon.dev) ([10.25.36.210]) by smtp-border-fw-9105.sea19.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2024 14:03:14 +0000 Received: from EX19MTAEUC002.ant.amazon.com [10.0.10.100:41213] by smtpin.naws.eu-west-1.prod.farcaster.email.amazon.dev [10.0.12.23:2525] with esmtp (Farcaster) id 1d6543f6-bce3-4d77-84de-e98812c1597f; Thu, 28 Mar 2024 14:03:12 +0000 (UTC) X-Farcaster-Flow-ID: 1d6543f6-bce3-4d77-84de-e98812c1597f Received: from EX19D007EUB004.ant.amazon.com (10.252.51.85) by EX19MTAEUC002.ant.amazon.com (10.252.51.245) 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:03:12 +0000 Received: from EX19MTAUWC001.ant.amazon.com (10.250.64.145) by EX19D007EUB004.ant.amazon.com (10.252.51.85) 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:03:11 +0000 Received: from HFA15-CG15235BS.amazon.com (10.85.143.172) by mail-relay.amazon.com (10.250.64.145) with Microsoft SMTP Server id 15.2.1258.28 via Frontend Transport; Thu, 28 Mar 2024 14:03:09 +0000 From: <shaibran@amazon.com> 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>, Shai Brandes <shaibran@amazon.com> Subject: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only Date: Thu, 28 Mar 2024 16:03:06 +0200 Message-ID: <20240328140307.1291-1-shaibran@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Series |
net/ena/base: bug fix for 23.11 stable only
|
|
Message
Brandes, Shai
March 28, 2024, 2:03 p.m. UTC
From: Shai Brandes <shaibran@amazon.com>
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 later 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.
All the best,
Shai
Shai Brandes (1):
net/ena/base: fix metrics excessive memory consumption
drivers/net/ena/base/ena_com.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Comments
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 <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 > <shaibran@amazon.com> > Subject: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only > > From: Shai Brandes <shaibran@amazon.com> > > 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 later > 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. > > All the best, > Shai > > Shai Brandes (1): > net/ena/base: fix metrics excessive memory consumption > > drivers/net/ena/base/ena_com.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > -- > 2.17.1
Please see https://core.dpdk.org/contribute/ for instructions on sending patches for stable releases, otherwise they will be missed On Thu, 28 Mar 2024 at 14:22, Brandes, Shai <shaibran@amazon.com> wrote: > > 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 <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 > > <shaibran@amazon.com> > > Subject: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only > > > > From: Shai Brandes <shaibran@amazon.com> > > > > 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 later > > 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. > > > > All the best, > > Shai > > > > Shai Brandes (1): > > net/ena/base: fix metrics excessive memory consumption > > > > drivers/net/ena/base/ena_com.c | 8 +++++--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > -- > > 2.17.1 >