DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix errors with updated MSVC in github actions
@ 2025-12-04 11:29 Bruce Richardson
  2025-12-04 11:29 ` [PATCH 1/2] rcu: fix warning on Windows builds Bruce Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bruce Richardson @ 2025-12-04 11:29 UTC (permalink / raw)
  To: dev; +Cc: stable, david.marchand, Bruce Richardson

The version of MSVC in our github CI has been updated so new warnings
are appearing about "zero extending 'unsigned long' to 'uint64_t' of
greater size." These two patches ensure that the build in github is
clean again.

Bruce Richardson (2):
  rcu: fix warning on Windows builds
  net/ice: disable warning in base code for Windows builds

 drivers/net/intel/ice/base/meson.build | 1 +
 lib/rcu/rte_rcu_qsbr.h                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

--
2.51.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-04 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-04 11:29 [PATCH 0/2] Fix errors with updated MSVC in github actions Bruce Richardson
2025-12-04 11:29 ` [PATCH 1/2] rcu: fix warning on Windows builds Bruce Richardson
2025-12-04 11:29 ` [PATCH 2/2] net/ice: disable warning in base code for " Bruce Richardson
2025-12-04 16:31 ` [PATCH 0/2] Fix errors with updated MSVC in github actions Thomas Monjalon
2025-12-04 17:04   ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).