On Thu, Jul 23, 2026 at 02:55:56PM +0200, David Marchand wrote: > Internal APIs may be used for validating the internals of some > component, but in general, it should be discouraged. > > Let's not allow globally internal API in the unit tests. > > Signed-off-by: David Marchand <[email protected]> > --- > app/test/meson.build | 3 --- > app/test/process.c | 2 ++ > app/test/test_devargs.c | 2 ++ > app/test/test_external_mem.c | 2 ++ > app/test/test_malloc.c | 2 ++ > app/test/test_mempool.c | 2 ++ > app/test/test_pdump.c | 3 +++ > app/test/virtual_pmd.c | 2 ++ > 8 files changed, 15 insertions(+), 3 deletions(-) > Acked-by: Bruce Richardson <[email protected]>
- [PATCH v2 1/9] bbdev: add per-queue statistics API David Marchand
- [PATCH v2 2/9] hash: fix GFNI stubs export David Marchand
- [PATCH v2 3/9] test: uninline helper for forking David Marchand
- [PATCH v2 4/9] test/bonding: get MAC address with public ... David Marchand
- Re: [PATCH v2 4/9] test/bonding: get MAC address wit... Bruce Richardson
- [PATCH v2 5/9] test/devargs: rely on net null driver David Marchand
- Re: [PATCH v2 5/9] test/devargs: rely on net null dr... Bruce Richardson
- [PATCH v2 6/9] test/vdev: find device with public API David Marchand
- [PATCH v2 8/9] ci: make ABI reference generation faster David Marchand
- [PATCH v2 7/9] test: limit internal API usage David Marchand
- Re: [PATCH v2 7/9] test: limit internal API usage Bruce Richardson
- RE: [PATCH v2 7/9] test: limit internal API usage Morten Brørup
- [PATCH v2 9/9] ci: run reference binaries against current... David Marchand

