From patchwork Tue Oct 19 10:56:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Krawczyk X-Patchwork-Id: 102187 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 4915DA0C43; Tue, 19 Oct 2021 12:56:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE41E40683; Tue, 19 Oct 2021 12:56:47 +0200 (CEST) Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) by mails.dpdk.org (Postfix) with ESMTP id 4D5644003E for ; Tue, 19 Oct 2021 12:56:46 +0200 (CEST) Received: by mail-lj1-f174.google.com with SMTP id e19so5303231ljk.12 for ; Tue, 19 Oct 2021 03:56:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=t3539jL7AqHsPn0TDEkazygnBThzanfZYFsw5dIXOIM=; b=zg6yitqYIhBV2wIEkPvimJD9hif6kfqQY8VQz8S7oz/VSqjA131TKAHmUPO+0WB/J5 E7+JF6eknJQeOlDxkbTsEwynU8ZuPEDajUt9hZli2ssKSf5HJFBqzdiC0LhpAVFT7Ba9 hCW3Tjwu2cT+J+OUwnP21wpyWRb82cVrxoBDplh4hY2NRrsGcsd29Rhps5bX5xN/J3rJ GgEw1e1gF5sG8l9LdYysTCl1qQLKJrkX3Zi0nTzIhoaR6/jORtIKuaUp+eY1Cp00cRD/ dnFauHjjm45XdsNo6pEHIKp5fvb84v5FAOkfy0H7cvrzo5W5HJaK43fnkCSuN6Gb5JFc 3IRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=t3539jL7AqHsPn0TDEkazygnBThzanfZYFsw5dIXOIM=; b=x0256XJOiOZpsrAa1aTSHBSsMjzlx8UwXRihAHzXzYfo7vEQs0+N3FROCBwYKyjPXM I6xHbadPedd+onwATPuKOe1IjTobVhQYx2s+KubiP6ZNC7Tfgn2qFcWrAb75dEK4TJYc +cSLB9QyE3DEhUAaT7BOifN9xMhD2sEa/MNF6KwdAp7IPva+CSFqaxPiQHyo58jwKKN4 lwGs91lKk45e9AtP/qnZmkViEY5yrds799NrQCktcRNK4roj+HWzg5aO/qemNpV/WRV5 4S3ZgPFPndv6ewrA5YUxe0tYDWqSrzKPhdRsqvwpw/naTH7TC/qUlPYYoR1xfdALtaUR AtrA== X-Gm-Message-State: AOAM533FcVMo2gtB1zwggMznHu+zYIS03uC7uRJECmyFh+WtGV57N+/A WPVdELCInZ20DuWhhQqZF3xiEw== X-Google-Smtp-Source: ABdhPJyYYeYGHq44N9ZJ1pKUd/g9FIYKB6QzGC5Vrs2Vu98W2GqGmHYd8mcplN1JigvgMP8PfJx9mQ== X-Received: by 2002:a2e:9b0e:: with SMTP id u14mr5934970lji.247.1634641005749; Tue, 19 Oct 2021 03:56:45 -0700 (PDT) Received: from DESKTOP-U5LNN3J.localdomain (89-79-181-52.dynamic.chello.pl. [89.79.181.52]) by smtp.gmail.com with ESMTPSA id bn17sm1496058ljb.4.2021.10.19.03.56.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Oct 2021 03:56:45 -0700 (PDT) From: Michal Krawczyk To: ferruh.yigit@intel.com Cc: dev@dpdk.org, upstream@semihalf.com, shaibran@amazon.com, ndagan@amazon.com, igorch@amazon.com, Michal Krawczyk Date: Tue, 19 Oct 2021 12:56:22 +0200 Message-Id: <20211019105629.11731-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211015162701.16324-1-mk@semihalf.com> References: <20211015162701.16324-1-mk@semihalf.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 0/7] net/ena: update ENA PMD to v2.5.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.5.0. It mainly focuses on fixing the offload flags fixes. Other features included in this patchset are: * NUMA aware allocations for the queue specific structures * New watchdog - check for missing Tx completions * Support for [tr]x_free_thresh configuration parameters Regards, Michal v3: * Rebase series on top of recent changed to resolve conflicts regarding the driver's offload flags (especially the DEV_RX_OFFLOAD_JUMBO_FRAME). Michal Krawczyk (7): net/ena: fix verification of the offload capabilities net/ena: support Tx/Rx free thresholds net/ena: fix per-queue offload capabilities net/ena: indicate missing scattered Rx capability net/ena: add NUMA aware allocations net/ena: add check for missing Tx completions net/ena: update version to 2.5.0 doc/guides/rel_notes/release_21_11.rst | 9 + drivers/net/ena/ena_ethdev.c | 512 ++++++++++++++++++++----- drivers/net/ena/ena_ethdev.h | 26 +- 3 files changed, 440 insertions(+), 107 deletions(-) --- 2.25.1