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 3743FA034F; Fri, 15 Oct 2021 18:27:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29015410E8; Fri, 15 Oct 2021 18:27:46 +0200 (CEST) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mails.dpdk.org (Postfix) with ESMTP id 1D3D3410E0 for ; Fri, 15 Oct 2021 18:27:45 +0200 (CEST) Received: by mail-lf1-f53.google.com with SMTP id y26so44141002lfa.11 for ; Fri, 15 Oct 2021 09:27:45 -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=fXySZhWqgY8V2M1mTmjFphY5yCRoAM9EpBpedQLXg4I=; b=RTVf9E/JTqHuFhGm7mpKh3KV9wnZPoBGaghUIqC0YHSb+YT+od1ENDV4QXLlvkftae 46jnAQuD4pKL9cyLtBwpdi9P+dmsB4U3nkr21Sbq/LCB4hYEgDPzwNOsLcbQpfWx4LfK fFzIG4hCP3yUfHCvBGFae6Qre3KwKCD6C9ub2RRLJ0wY9MZAqIlYuY2TP83M4Xdz009B /BFb0gKIcowAyK+Da3yGKCyqMrtHlAyNW3ilmcKGSy5Ls8LHMGjl/a4viq79cVNvI/Uh hZZe9yfzI1XjoLDoR5jtMpCsWvWW0hU0dAnFWa9rFzHXu0tSboeYVNC71TGpJzMSa+/T 4UQQ== 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=fXySZhWqgY8V2M1mTmjFphY5yCRoAM9EpBpedQLXg4I=; b=bARyL+gE/ccyC2aCK8H+FGrMq2/nr8+JPEycWIkYNeQd6GiQFuVRSoMpyiNjE9JupP hYwBZafdnoIlVzEHGtoqaT9ixIrMVEvKWGZC+gfv2bpXU0HSqYUoWWfVgSq6Wm6U1+fD fjRcnUZi5lvzhWG0S0FERcxY8DXtPHFf/LbKnJJfG9r9FdlOjJVfpN9z0vqc6hqCbpYh QEriDYGJSQVlcwXTvqL2AVfOkVFqZxCxcZHBJYl01MbfELJyriIG7Fzh8RmqMma7vTuS Bu/dVkvkQs2MfRWQ51oF8U41DqkPwe55Zcw4B0zOfZu4lyVl2V35x7NB53yWPigL9W7e 3hCQ== X-Gm-Message-State: AOAM530AUd6zysqVN4UCkfpecJRD4HE8zNgRapwnL1jqlZVU0WGGtxaq rvZxiK1yHg3pAi3tKMwdxZ/V5Q== X-Google-Smtp-Source: ABdhPJzyF2omd4LPPRfO55kHWryvZuAUMHQg/8anWWMMdYwBFjaqVlthc2r2+XJqeBrXH0bOFIHE1g== X-Received: by 2002:ac2:5d4b:: with SMTP id w11mr11944071lfd.676.1634315264675; Fri, 15 Oct 2021 09:27:44 -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 b3sm559219lfe.58.2021.10.15.09.27.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 09:27:44 -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: Fri, 15 Oct 2021 18:26:54 +0200 Message-Id: <20211015162701.16324-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211014201858.9571-1-mk@semihalf.com> References: <20211014201858.9571-1-mk@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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 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 | 511 ++++++++++++++++++++----- drivers/net/ena/ena_ethdev.h | 26 +- 3 files changed, 438 insertions(+), 108 deletions(-) -- 2.25.1