patch 'net/ice/base: disable MSVC warning' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:08:04 CET 2026
Hi,
FYI, your patch has been queued to stable release 25.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/02/26. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/453edbb94aecc0c2deedee5c2c2ceffc079e1b47
Thanks.
Kevin
---
>From 453edbb94aecc0c2deedee5c2c2ceffc079e1b47 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Thu, 4 Dec 2025 11:29:03 +0000
Subject: [PATCH] net/ice/base: disable MSVC warning
[ upstream commit 80b3e9cad7599ce01f94cd6f8f966401a77e29c1 ]
Disable warning about
"zero extending 'unsigned long' to 'u64' of greater size"
in base code builds.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
drivers/net/intel/ice/base/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/intel/ice/base/meson.build b/drivers/net/intel/ice/base/meson.build
index f46dbb265f..fd079c41cf 100644
--- a/drivers/net/intel/ice/base/meson.build
+++ b/drivers/net/intel/ice/base/meson.build
@@ -36,4 +36,5 @@ if is_ms_compiler
'/wd4101', # unreferenced local variable
'/wd4334', # result of 32-bit shift implicitly converted to 64 bits
+ '/wd4319', # zero extending 'unsigned long' to 'u64' of greater size
]
else
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:47.294595812 +0000
+++ 0002-net-ice-base-disable-MSVC-warning.patch 2026-02-26 10:16:46.879422533 +0000
@@ -1 +1 @@
-From 80b3e9cad7599ce01f94cd6f8f966401a77e29c1 Mon Sep 17 00:00:00 2001
+From 453edbb94aecc0c2deedee5c2c2ceffc079e1b47 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 80b3e9cad7599ce01f94cd6f8f966401a77e29c1 ]
+
@@ -9,2 +10,0 @@
-
-Cc: stable at dpdk.org
More information about the stable
mailing list