From patchwork Tue Oct 24 10:21:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Brandes, Shai" X-Patchwork-Id: 133265 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: 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 E3D06431EF; Tue, 24 Oct 2023 12:22:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A51AA427E0; Tue, 24 Oct 2023 12:22:21 +0200 (CEST) Received: from smtp-fw-80008.amazon.com (smtp-fw-80008.amazon.com [99.78.197.219]) by mails.dpdk.org (Postfix) with ESMTP id DCFC242D68 for ; Tue, 24 Oct 2023 12:22:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1698142940; x=1729678940; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=9l1pSdmCcAJUNr9uvRwi8wt6Rsj4E/3qUC3WC3TEtVg=; b=A06AE/9eSKKg8etkpPiMG9y/7PMt6sZZ+7Kh2SIE33yeZvowzgfO0htg 6QwOk+lP0iJ8MoOt+jLm+OcwPjgaXoL8d6MXHWC3gzLC3Hk3EcRq8PY9a VH5S2aRZB4kvqJAfKgPcTZfU9geNNfDiJEhb7MzcS4jIQudvhuYEfNKH2 c=; X-IronPort-AV: E=Sophos;i="6.03,247,1694736000"; d="scan'208";a="38060971" Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-pdx-2b-m6i4x-0ec33b60.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-80008.pdx80.corp.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2023 10:22:17 +0000 Received: from smtpout.prod.us-west-2.prod.farcaster.email.amazon.dev (pdx2-ws-svc-p26-lb5-vlan2.pdx.amazon.com [10.39.38.66]) by email-inbound-relay-pdx-2b-m6i4x-0ec33b60.us-west-2.amazon.com (Postfix) with ESMTPS id F08D6A0987; Tue, 24 Oct 2023 10:22:16 +0000 (UTC) Received: from EX19MTAEUA001.ant.amazon.com [10.0.17.79:33126] by smtpin.naws.eu-west-1.prod.farcaster.email.amazon.dev [10.0.21.0:2525] with esmtp (Farcaster) id 67a91298-643d-4c87-982e-e4254ad4ac3b; Tue, 24 Oct 2023 10:22:15 +0000 (UTC) X-Farcaster-Flow-ID: 67a91298-643d-4c87-982e-e4254ad4ac3b Received: from EX19D017EUA001.ant.amazon.com (10.252.50.71) 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.1118.39; Tue, 24 Oct 2023 10:22:13 +0000 Received: from EX19MTAUWB001.ant.amazon.com (10.250.64.248) by EX19D017EUA001.ant.amazon.com (10.252.50.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.39; Tue, 24 Oct 2023 10:22:12 +0000 Received: from HFA15-CG15235BS.amazon.com (10.85.143.172) by mail-relay.amazon.com (10.250.64.254) with Microsoft SMTP Server id 15.2.1118.39 via Frontend Transport; Tue, 24 Oct 2023 10:22:10 +0000 From: To: CC: , Shai Brandes , Michal Krawczyk , Evgeny Schemeilin , Igor Chauskin , Ron Beider Subject: [PATCH 5/5] net/ena: update ena version to 2.8.0 Date: Tue, 24 Oct 2023 13:21:28 +0300 Message-ID: <20231024102128.16832-6-shaibran@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20231024102128.16832-1-shaibran@amazon.com> References: <20231024102128.16832-1-shaibran@amazon.com> MIME-Version: 1.0 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 From: Shai Brandes This release introduces: * Upgraded ENA HAL. * Support for connection tracking allowance utilization metric. * Support for reporting rx overrun errors in xstats. * Support for ENA-express metrics. Signed-off-by: Shai Brandes Reviewed-by: Amit Bernstein --- drivers/net/ena/ena_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c index 59cb2792d4..591bdf864f 100644 --- a/drivers/net/ena/ena_ethdev.c +++ b/drivers/net/ena/ena_ethdev.c @@ -21,7 +21,7 @@ #include #define DRV_MODULE_VER_MAJOR 2 -#define DRV_MODULE_VER_MINOR 7 +#define DRV_MODULE_VER_MINOR 8 #define DRV_MODULE_VER_SUBMINOR 0 #define __MERGE_64B_H_L(h, l) (((uint64_t)h << 32) | l)