DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] enable dmadev lib to be compiled with MSVC
@ 2024-12-06 19:27 Andre Muezerie
  2024-12-06 19:27 ` [PATCH 1/2] lib/dmadev: eliminate undefined behavior Andre Muezerie
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andre Muezerie @ 2024-12-06 19:27 UTC (permalink / raw)
  Cc: dev, Andre Muezerie

The first patch eliminates undefined behavior in the dmadev lib:

lib\dmadev\rte_dmadev_trace_fp.h(36):
    warning C5101: use of preprocessor directive in
    function-like macro argument list is undefined behavior

The second patch enables the dmadev library to be compiled with MSVC.

Andre Muezerie (2):
  lib/dmadev: eliminate undefined behavior
  lib/dmadev: enable dmadev lib to be compiled with MSVC

 lib/dmadev/meson.build           |  6 ----
 lib/dmadev/rte_dmadev_trace.h    | 62 ++++++++++++++++++++++++++++----
 lib/dmadev/rte_dmadev_trace_fp.h | 52 +++++++++++++++++++++++----
 3 files changed, 102 insertions(+), 18 deletions(-)

--
2.47.0.vfs.0.3


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

end of thread, other threads:[~2025-01-24 11:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-06 19:27 [PATCH 0/2] enable dmadev lib to be compiled with MSVC Andre Muezerie
2024-12-06 19:27 ` [PATCH 1/2] lib/dmadev: eliminate undefined behavior Andre Muezerie
2024-12-09 12:58   ` Bruce Richardson
2024-12-09 23:21     ` [EXTERNAL] " Jerin Jacob
2024-12-10  0:58       ` fengchengwen
2025-01-24 11:13         ` David Marchand
2024-12-06 19:27 ` [PATCH 2/2] lib/dmadev: enable dmadev lib to be compiled with MSVC Andre Muezerie
2024-12-09  1:53 ` [PATCH 0/2] " fengchengwen

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).