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

