[PATCH] mbuf: de-inline sanity checking a reinitialized mbuf
Stephen Hemminger
stephen at networkplumber.org
Mon Jul 21 17:00:36 CEST 2025
On Sat, 19 Jul 2025 16:14:42 +0200
Morten Brørup <mb at smartsharesystems.com> wrote:
Good to see this a not inline.
> Exporting the new APIs as non-experimental (i.e. using RTE_EXPORT_SYMBOL() instead of RTE_EXPORT_EXPERIMENTAL_SYMBOL() in the C file, and omitting __rte_experimental in the header file, as shown below) works, but is that acceptable?
These can be exported without being experimental.
Experimental is optional for new symbols, to allow for future API changes.
But this has been around for a long time.
More information about the dev
mailing list