From patchwork Fri Oct 30 11:31:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Krawczyk X-Patchwork-Id: 82929 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E581BA04B5; Fri, 30 Oct 2020 12:33:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BB17C922; Fri, 30 Oct 2020 12:31:56 +0100 (CET) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by dpdk.org (Postfix) with ESMTP id 35E33C8D4 for ; Fri, 30 Oct 2020 12:31:44 +0100 (CET) Received: by mail-lj1-f176.google.com with SMTP id x16so6534308ljh.2 for ; Fri, 30 Oct 2020 04:31:44 -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=RFF2La58iDQcgyrdVlCaalN8KSPVFR1+ii4yIX0BtwM=; b=RfEJ9D3GenRAy+6+6l/J6p8NiXYNVEBgFCPRJXInUSKizYW9wygUNbAZTsVwGRrNxI nDtjyBPQkNrqVlxDW5x3CELS+f58yOEsJTSW5ADUzsZNc+tHBHGalT5TvtlW6qRBEQ6o TffivY5vrcsoOh1XqlFTYFtfMf0QoK67sdWonKTgqKDUxe8lSxpbJFPZ1h5FBAzDRNj2 F2sfjEozumXCFiqiA/MBLab8sBBFssQn5XG1KTc2C5QEFCb/wGWh/qb2YhShklHis9Rq tvdcw5Kg5SUPoA8pRrhUgSmAtsytPgPYbUFnwKGbrk8kU3+dVBb88jGMVVnYsbqfqYpQ 3jaQ== 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=RFF2La58iDQcgyrdVlCaalN8KSPVFR1+ii4yIX0BtwM=; b=JtvT0XCiKbGjPHJvudX7x0ccfE7PJwDS/xn6dBitjXx3Gq0e1ORDKgBt3TuhiT2QPf KWACLRrTo0hF+O1vlSCh+Vs3QBKY6NyH+1o+KLAaf4oA0TRL8xAxlQ2WPz5cZTgHxwS6 mltLepAO5BN53m1R7A10pQCYM1jyhfrzloWqBQ4L22b46GtSvskvOSHCuRUEnJrAkvmd 06oKPZ0AfC78T8i0m0ebjPEmnsWwEsqwHRnC+ld1YytRHavo8/kxFbof2EwCvPSODGBJ ErKDsTeTIMco6/MjRWUKjIcg13sXYGpBdOzagUh+a+JRpg6Cx7Qcp8alUoc2U6IjYe+U O5PQ== X-Gm-Message-State: AOAM533cEpgF3K7fxa8ay1QVbhUUtufSlfqjqF18frLJSDZTP8xO9CQi yQyJGvKeZ5DTbOBe3dVrTMxL4WEeAhWXEA== X-Google-Smtp-Source: ABdhPJyEXmreAAWb3XzQDxu/kMjwZenbsypCg+yBM5CZZqDvOOcvj8l7oTA2/n0UHpZgv9EbShAFew== X-Received: by 2002:a2e:8e83:: with SMTP id z3mr762221ljk.341.1604057502566; Fri, 30 Oct 2020 04:31:42 -0700 (PDT) Received: from mkPC.int.semihalf.com (193-106-246-138.noc.fibertech.net.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id m11sm596965lfa.112.2020.10.30.04.31.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Oct 2020 04:31:41 -0700 (PDT) From: Michal Krawczyk To: dev@dpdk.org Cc: mw@semihalf.com, igorch@amazon.com, gtzalik@amazon.com, Michal Krawczyk Date: Fri, 30 Oct 2020 12:31:21 +0100 Message-Id: <20201030113121.1310305-7-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201030113121.1310305-1-mk@semihalf.com> References: <20201030113121.1310305-1-mk@semihalf.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 6/6] net/ena: upgrade driver version to v2.2.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" The v2.2.0 adds support for network interface metrics, includes some bug fixes and updates HAL to the latest version. Signed-off-by: Michal Krawczyk Reviewed-by: Igor Chauskin Reviewed-by: Guy Tzalik --- doc/guides/rel_notes/release_20_11.rst | 7 +++++++ drivers/net/ena/ena_ethdev.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index c242d7409f..6148a0c2f5 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -373,6 +373,13 @@ New Features leverage IOAT DMA channel with vhost asynchronous APIs. See the :doc:`../sample_app_ug/vhost` for more details. +* **Updated the Amazon ena driver.** + + Updated the ena PMD with new features and improvements, including: + + * Added network interface metrics which can be read using xstats. + + Removed Items ------------- diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c index b1c215b63e..20ff3653c6 100644 --- a/drivers/net/ena/ena_ethdev.c +++ b/drivers/net/ena/ena_ethdev.c @@ -27,7 +27,7 @@ #include #define DRV_MODULE_VER_MAJOR 2 -#define DRV_MODULE_VER_MINOR 1 +#define DRV_MODULE_VER_MINOR 2 #define DRV_MODULE_VER_SUBMINOR 0 #define ENA_IO_TXQ_IDX(q) (2 * (q))