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 7F9AFA0C47; Thu, 14 Oct 2021 22:19:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4530A40041; Thu, 14 Oct 2021 22:19:33 +0200 (CEST) Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) by mails.dpdk.org (Postfix) with ESMTP id 2A7604003C for ; Thu, 14 Oct 2021 22:19:32 +0200 (CEST) Received: by mail-lf1-f52.google.com with SMTP id u21so28838120lff.8 for ; Thu, 14 Oct 2021 13:19:32 -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:mime-version :content-transfer-encoding; bh=fXySZhWqgY8V2M1mTmjFphY5yCRoAM9EpBpedQLXg4I=; b=UQPHpR+dF0lfZdOnRKalmpDZSuOuqNnLbytPT/5zgKmraojyjH3gAPTdYgp2+zKwf8 K43MoDTnLI/79SUqF8iRaxVwlrRclvTdfUx5s8dh2D2PY1b1dofDgLL6odUVhpaPoIvI FKM9UxSXsXSSgbFcmF9KO1BYAB2cUA1NP4zgRtNkIGJ9yYI5ZprrpgPq7sdonuus22Hx BTeRFNmZyz2k56dbjxmh9f50p+wGzj5r7Mi1d+Z0vuMAd+0wb5JGyVIjQGRyAksL8ySv fciVY0T42ZMGR81XM9oD3103Wptci0EbbbGxardXqMr85XMRAs0oSzgToDm9ZJSSrDvo wjrg== 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:mime-version :content-transfer-encoding; bh=fXySZhWqgY8V2M1mTmjFphY5yCRoAM9EpBpedQLXg4I=; b=Hio8aGOCAmkG6ChSWdV4qMT0E1BuCgGTFrsVjzljiKH6I4Bt5ovfYtnEDLNBOZ8EYo N1PF677etE72LkP3cMj0UPENvin1s48hTVUdOByZPKrX0d8qqwzc1O3G+1fgjSbLqVMY 36b23FgER2wxvFdGYjOFDKN6c6ie0sAKvUmuAsB3QOv3cBvD/AfwlP93lBrNAxO0EyB8 5Zfxc3z+OJH3gKwNe20ZmYts3nlLI7x0qNPs7nzLoBXwbPCwB+1mJ4QboegsMQ9S3tb5 2ptv+aggP6XghdAjUEpPX7Et0MzkGefEG09hM1bwN7RYNfrrQfrPgCYq7aneaoD1IqEp Cy6A== X-Gm-Message-State: AOAM530uXp9Jt+yllW0KZzzFsIYKQcZY+KytKj3I+I7vcDB6CkeHVLsj T0ISChCYIZlQLV2ZaAMINa/86g== X-Google-Smtp-Source: ABdhPJxvEXNPM/AOjRFqktrI7Bkhu28Dnz01qxyVwv+kKq88Lnd6R/L2zm6cPot5juv9kahyeMF7HQ== X-Received: by 2002:a19:6441:: with SMTP id b1mr6835032lfj.73.1634242771693; Thu, 14 Oct 2021 13:19:31 -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 y25sm308073lfg.179.2021.10.14.13.19.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 13:19:31 -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: Thu, 14 Oct 2021 22:18:51 +0200 Message-Id: <20211014201858.9571-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 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