Re: [PATCH v2 7/9] test: limit internal API usage
Bruce Richardson <[email protected]> Thu, 23 Jul 2026 14:33:33 +0100
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
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]>