From patchwork Wed May 5 07:33:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Krawczyk X-Patchwork-Id: 92873 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 5FB14A0524; Wed, 5 May 2021 09:37:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A4824119A; Wed, 5 May 2021 09:34:32 +0200 (CEST) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by mails.dpdk.org (Postfix) with ESMTP id 6675B4118A for ; Wed, 5 May 2021 09:34:28 +0200 (CEST) Received: by mail-wm1-f47.google.com with SMTP id t11-20020a05600c198bb02901476e13296aso515661wmq.0 for ; Wed, 05 May 2021 00:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=FVgdizUB1tTGCEsTAgo9AOfYpaWETruR5AD3ovmrtYA=; b=okg/wiF9VNYQv4C4GV/ecyiRnbQLpVswSdxYRJPik0zLhtmIi7eZY7wQt03w6V9hCs 3hYO8pJZHDDLbfO0iyy9vUl7zXiSqBd5k95tjVuHaPr1xxE5U3RbYEKXF9kQFYzS8Coe ROUyFlKA0F9dpVA7ytFQ+u3n3rpZ3EoM3dqq5Ghf4fjJGXD1bGhSI7r/iSGoj4BxjSNA SY5/EE1EM4u3AIhoHott/dtR8wlQwUBAJZFIsaWTpJUGMtGshhqa/VV+OZi/HDMe7obO wioGPBt9YwDRylR93MdqAqJeiCGGCh0mxdgpRZyD4+gIiGt/L5+L7FTvRNVNEUL6Ta32 Mluw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FVgdizUB1tTGCEsTAgo9AOfYpaWETruR5AD3ovmrtYA=; b=bSADz/jxVHTSb5zZbxaVCqn/Cb8r6/oMZJN2t93Ej6uxRiIpbzV5HD9PfEuUS+Gy9N gGbFXP2X3CTmb1x8QfY1yA4iyg3fyRlGrC6+tFUSssp4xrpOKmRDZsHWPqM6MYmVPox4 DWRJ0Ylq8PYWaEJAbBncdil4fOMFUCp8kh5vqcUI9aHqbFEP/hLw1fNsZLnjeh5j/Po+ wvtUJb2NXTE6QgcDZdl8WIfFXepEBiDx++S5x9qwc1xSISRKCEf3aGbo/iJwtVDNU7dJ ofEEgpP2OHicz3vGwM6ZZ1OQzwc4ZWQ072bPDT8hPrii8mdNhSXWII/sbe1j0UHLMsR1 e/XA== X-Gm-Message-State: AOAM531F3qt1U8dH18Q3MHz7tw44FVBCC0ChKHnsQTfG9T7nzKD18FeE yism5V5eqBZEEWKQBR3MiMr7sD+UXgo1Nij0 X-Google-Smtp-Source: ABdhPJzAsyBf/Cry6BuEh/iolSazC3Jf7J00lX2ca3b93wLRQ3ivYV848qMM7lqteCsPB1LsyCMpww== X-Received: by 2002:a1c:e38a:: with SMTP id a132mr17091566wmh.135.1620200067823; Wed, 05 May 2021 00:34:27 -0700 (PDT) Received: from DESKTOP-U5LNN3J.localdomain (89-79-189-199.dynamic.chello.pl. [89.79.189.199]) by smtp.gmail.com with ESMTPSA id t17sm4679856wmq.12.2021.05.05.00.34.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 May 2021 00:34:27 -0700 (PDT) From: Michal Krawczyk To: dev@dpdk.org Cc: ndagan@amazon.com, gtzalik@amazon.com, igorch@amazon.com, upstream@semihalf.com, Michal Krawczyk Date: Wed, 5 May 2021 09:33:48 +0200 Message-Id: <20210505073348.6394-23-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210505073348.6394-1-mk@semihalf.com> References: <20210430125725.28796-1-mk@semihalf.com> <20210505073348.6394-1-mk@semihalf.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 22/22] net/ena: update version to v2.3.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 Sender: "dev" This version update contains: * memcpy mapping to the dpdk-optimized version. * ena_com (HAL) update to the latest version. * Bug fixes for the the large LLQ headers and devargs parsing. * Mbuf RSS hash presence indication. * Bug fix for the default ring size. * Various fixes for SMP mode (although ENA is not fully MP aware, yet). Signed-off-by: Michal Krawczyk --- doc/guides/rel_notes/release_21_05.rst | 13 +++++++++++++ drivers/net/ena/ena_ethdev.c | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 00a55503f0..cf12dafbc4 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -280,6 +280,19 @@ New Features * Added support for crypto adapter forward mode in octeontx2 event and crypto device driver. +* **Updated Amazon ENA PMD.** + + The new driver version (v2.3.0) introduces bug fixes and improvements, + including: + + * Changed memcpy mapping to the dpdk-optimized version. + * Updated ena_com (HAL) to the latest version. + * Fixed bugs when requesting large LLQ headers using the devargs. + * Added indication of the RSS hash presence in the mbuf. + * Fixed bug when the default ring size was set. + * Add multiple fixes for the SMP mode (although ENA is not fully MP aware, + yet). + Removed Items ------------- diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c index c5d8e7d43e..e1e086f31e 100644 --- a/drivers/net/ena/ena_ethdev.c +++ b/drivers/net/ena/ena_ethdev.c @@ -27,8 +27,8 @@ #include #define DRV_MODULE_VER_MAJOR 2 -#define DRV_MODULE_VER_MINOR 2 -#define DRV_MODULE_VER_SUBMINOR 1 +#define DRV_MODULE_VER_MINOR 3 +#define DRV_MODULE_VER_SUBMINOR 0 #define ENA_IO_TXQ_IDX(q) (2 * (q)) #define ENA_IO_RXQ_IDX(q) (2 * (q) + 1)