RE: [PATCH v2 7/9] test: limit internal API usage
Morten Brørup <[email protected]> Thu, 23 Jul 2026 17:04:52 +0200
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
> From: David Marchand [mailto:[email protected]] > Sent: Thursday, 23 July 2026 14.56 > > 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]> > --- Acked-by: Morten Brørup <[email protected]>