[PATCH v2 0/7] Fix build with Gcc-16
Stephen Hemminger
stephen at networkplumber.org
Tue Dec 30 19:55:08 CET 2025
This is a collection of previous patches and a couple of new
ones which allow building DPDK with latest Gcc 16.
v2 - remove accidental temporary file
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() bug
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 | 14 ++-
lib/pcapng/rte_pcapng.c | 38 +++++---
6 files changed, 130 insertions(+), 57 deletions(-)
--
2.51.0
More information about the dev
mailing list