From: <shaibran@amazon.com>
To: <ferruh.yigit@amd.com>
Cc: <dev@dpdk.org>, <rbeider@amazon.com>, <atrwajee@amazon.com>,
<amitbern@amazon.com>, <shaibran@amazon.com>
Subject: [PATCH v3 5/5] net/ena: update ena version to 2.8.0
Date: Thu, 26 Oct 2023 17:21:35 +0300 [thread overview]
Message-ID: <20231026142135.19967-6-shaibran@amazon.com> (raw)
In-Reply-To: <20231026142135.19967-1-shaibran@amazon.com>
From: Shai Brandes <shaibran@amazon.com>
This release introduces:
* Upgraded ENA HAL.
* Support for connection tracking allowance utilization metric.
* Support for reporting rx overrun errors in xstats.
* Support for ENA-express metrics.
Signed-off-by: Shai Brandes <shaibran@amazon.com>
Reviewed-by: Amit Bernstein <amitbern@amazon.com>
---
drivers/net/ena/ena_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c
index 009ee425fe..bb0a645a30 100644
--- a/drivers/net/ena/ena_ethdev.c
+++ b/drivers/net/ena/ena_ethdev.c
@@ -21,7 +21,7 @@
#include <ena_eth_io_defs.h>
#define DRV_MODULE_VER_MAJOR 2
-#define DRV_MODULE_VER_MINOR 7
+#define DRV_MODULE_VER_MINOR 8
#define DRV_MODULE_VER_SUBMINOR 0
#define __MERGE_64B_H_L(h, l) (((uint64_t)h << 32) | l)
--
2.17.1
next prev parent reply other threads:[~2023-10-26 14:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-26 14:21 [PATCH v3 0/5] net/ena: v2.8.0 driver release shaibran
2023-10-26 14:21 ` [PATCH v3 1/5] net/ena: hal upgrade shaibran
2023-10-26 14:21 ` [PATCH v3 2/5] net/ena: add support for connection tracking metric shaibran
2023-10-26 14:21 ` [PATCH v3 3/5] net/ena: report Rx overrun errors in xstats shaibran
2023-10-26 14:21 ` [PATCH v3 4/5] net/ena: add support for ena-express metrics shaibran
2023-10-26 14:21 ` shaibran [this message]
2023-10-27 16:33 ` [PATCH v3 0/5] net/ena: v2.8.0 driver release Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231026142135.19967-6-shaibran@amazon.com \
--to=shaibran@amazon.com \
--cc=amitbern@amazon.com \
--cc=atrwajee@amazon.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@amd.com \
--cc=rbeider@amazon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.