DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix build with gcc-16
@ 2025-12-28 18:40 Stephen Hemminger
  2025-12-28 18:40 ` [PATCH 1/7] pcapng: use alloca instead of fixed buffer Stephen Hemminger
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Stephen Hemminger @ 2025-12-28 18:40 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

This is a collection of previous patches and a couple of new
ones which allow building DPDK with latesg Gcc 16.

Stephen Hemminger (7):
  pcapng: use alloca instead of fixed buffer
  pcapng: add additional mbuf if space required on copy
  test: add more tests for comments in pcapng
  test: vary size of packets in pcapng test
  net/bnxt: fix uninitialized warning
  common/cnxk: fix array out of bounds
  examples/fips_validation: avoid rte_memcpy alignment restriction

 app/test/test_pcapng.c                   |  116 +-
 drivers/common/cnxk/roc_nix_inl_dev.c    |   10 +-
 drivers/net/bnxt/tf_ulp/ulp_mapper.c     |    5 +
 drivers/net/bnxt/tf_ulp/ulp_mapper_tfc.c |    4 +
 examples/fips_validation/#main.c#        | 3082 ++++++++++++++++++++++
 examples/fips_validation/main.c          |   14 +-
 lib/pcapng/rte_pcapng.c                  |   38 +-
 7 files changed, 3212 insertions(+), 57 deletions(-)
 create mode 100644 examples/fips_validation/#main.c#

-- 
2.51.0


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

end of thread, other threads:[~2025-12-28 18:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-28 18:40 [PATCH 0/7] Fix build with gcc-16 Stephen Hemminger
2025-12-28 18:40 ` [PATCH 1/7] pcapng: use alloca instead of fixed buffer Stephen Hemminger
2025-12-28 18:40 ` [PATCH 2/7] pcapng: add additional mbuf if space required on copy Stephen Hemminger
2025-12-28 18:40 ` [PATCH 3/7] test: add more tests for comments in pcapng Stephen Hemminger
2025-12-28 18:40 ` [PATCH 4/7] test: vary size of packets in pcapng test Stephen Hemminger
2025-12-28 18:40 ` [PATCH 5/7] net/bnxt: fix uninitialized warning Stephen Hemminger
2025-12-28 18:40 ` [PATCH 6/7] common/cnxk: fix array out of bounds Stephen Hemminger
2025-12-28 18:40 ` [PATCH 7/7] examples/fips_validation: avoid rte_memcpy alignment restriction Stephen Hemminger

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