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 DF10EA0C41; Tue, 11 May 2021 08:46:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DE3840697; Tue, 11 May 2021 08:46:12 +0200 (CEST) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mails.dpdk.org (Postfix) with ESMTP id DA1504003C for ; Tue, 11 May 2021 08:46:10 +0200 (CEST) Received: by mail-lf1-f45.google.com with SMTP id r5so9858664lfr.5 for ; Mon, 10 May 2021 23:46:10 -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=qHaqeCitXA8fZ0ixEPVJUM0nWg8mzo4U3NypKyct4jU=; b=H3z80MJJC7J1wsJU431h/v9WbO6STB6/qM8UlEL/CE/992K99Y8/cbsjA0/OF2JNzy WvkwORZI1LP/eLr3D6WCIJGTgwGzqWzNzhAyniMmNkpEHX41Nhm0RdfBTD3fKc7htzYB W5gBm0BvnGD198a0hUAsPPz0lTcC083wr5KMit1WW7FHS26AlnM5SULT2G9Tp2IEXLOS g+jTLehH5yPhD101BA0tDF8BPVNcYIdL0HKmsyA/2FRLfKABy9R+N6R/Nbz8uZWgMltU els6/RBqQjVd19SvAOKZ4SEpHr3jcBLpEQJu51HOe3ho5kbXQEdjjCSuaAMOO2Cr4Pgz LDkg== 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=qHaqeCitXA8fZ0ixEPVJUM0nWg8mzo4U3NypKyct4jU=; b=hWEqvWwJVAwodsfq4KQ12e/BgP6VcNnCI8kUcYc6/oR+y7zUCb6AMBYdrtb8xJNaY/ E0kf6UxzpQWM4pxM4NKfAFUvtYSbkMZNLF4XSY1ihok8SjavVSSrJuxBqivomAKfSHs/ 7FMj407heK85mmAp0y/Jus4dLdhlw6YKJcQxsshSV4Krjc34pluXPN43iYgetghgzhkm +PpKKlUofCtAM14cgHO4S8RRPgRm6lhme5f5vOAIfQ7IOY9vCxQSvBjtw8Vycr5GJr2y m5YkzfVzHIxzJQzy/g8oD/OVhy6tUT10LPrTMVKT5tTtBleiLEIyqWnT8oikmZE9pKEN iCIg== X-Gm-Message-State: AOAM531Wg5A2B0IOSXcL1wCPGufwcdqQYEzhyv57XuW0OD4KbmYn/CBa FA6QWDXj/sBKUklMHCTc+n7jSw== X-Google-Smtp-Source: ABdhPJy7Couq33OLy7PrKRz/cUY05JO0aRvYvP+RhAIaSxGaIYlS5VfTM4bQSnS23yVyus3IqVbsDg== X-Received: by 2002:a19:c748:: with SMTP id x69mr20059398lff.37.1620715570386; Mon, 10 May 2021 23:46:10 -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 v20sm2496776lfd.92.2021.05.10.23.46.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 23:46:09 -0700 (PDT) From: Michal Krawczyk To: ferruh.yigit@intel.com Cc: dev@dpdk.org, ndagan@amazon.com, gtzalik@amazon.com, igorch@amazon.com, upstream@semihalf.com, Michal Krawczyk Date: Tue, 11 May 2021 08:45:35 +0200 Message-Id: <20210511064554.10656-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <87e65a42-4ae5-1a81-8f8e-74759fc14999@intel.com> References: <87e65a42-4ae5-1a81-8f8e-74759fc14999@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 00/19] net/ena: update ENA PMD 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" Hi, this version updates the driver to version 2.3.0, which fixes multiple bugs, contains part of the work on making the ENA PMD fully MP aware, and also updates HAL to the latest version. More detailed list of changes: * memcpy mapping to the dpdk-optimized version. * ena_com (HAL) update to the latest version. * Bug fixes for the large LLQ headers and devargs parsing. * Mbuf RSS hash presence indication. * Bug fix for the default ring size. * Various fixes for the SMP mode. v4: * Remove patches adding shared memory for SMP: - net/ena: move default RSS key to shared mem - net/ena: support SMP for mz alloc counter * Move release notes to the related patches. * Squash HAL version update patch with the same commit for the core driver. * Change names fo the macros arguments in the "net/ena/base: destroy multiple "wait events" patch. * Removed call to the rte_panic(). * Squashed ena_com version update with the driver version update. * Fix multiple checkpatch warnings. * Fix issues found in the commit logs. v3: * Fix build of the PMD with the debug flags enabled. * Fix typo in the commit log of the version upgrade patch. v2: * Fix nested declaration of the rte_memcpy on arm64 architecture. Amit Bernstein (1): net/ena/base: adjust changes to lastest ena-com Igor Chauskin (2): net/ena: switch memcpy to dpdk-optimized version net/ena: fix parsing of large LLQ header devarg Michal Krawczyk (11): net/ena/base: unify arg names for the functions net/ena/base: add dev arg to the logging macros net/ena/base: style and comments improvements net/ena/base: fix issues from the static code scan net/ena/base: destroy multiple "wait events" net/ena/base: remove indir table from ENA feat ctx net/ena/base: remove mutable RSS from the host info net/ena/base: use rte prefetch0 write net/ena: terminate devargs allowed keys with null net/ena: indicate Rx RSS hash presence net/ena: update version to v2.3.0 Stanislaw Kardach (5): net/ena: remove endian swap functions net/ena: handle spurious wakeups in ENA wait event net/ena: make ethdev references SMP safe net/ena: disable dev ops not supported in SMP net/ena: report default ring size doc/guides/rel_notes/release_21_05.rst | 11 + drivers/net/ena/base/ena_com.c | 379 +++++++++--------- drivers/net/ena/base/ena_com.h | 24 +- .../net/ena/base/ena_defs/ena_admin_defs.h | 98 ++--- drivers/net/ena/base/ena_defs/ena_gen_info.h | 4 +- drivers/net/ena/base/ena_eth_com.c | 94 +++-- drivers/net/ena/base/ena_eth_com.h | 17 +- drivers/net/ena/base/ena_plat_dpdk.h | 337 ++++++++-------- drivers/net/ena/ena_ethdev.c | 124 +++--- drivers/net/ena/ena_ethdev.h | 5 +- drivers/net/ena/ena_platform.h | 12 - 11 files changed, 600 insertions(+), 505 deletions(-) -- 2.25.1