Re: [dpdk-dev] [PATCH v2] drivers/common: mark all symbols as internal

2020-10-05 Thread Thomas Monjalon
01/10/2020 10:00, Kinsella, Ray: > On 01/10/2020 08:55, David Marchand wrote: > > Now that we have the internal tag, let's avoid confusion with exported > > symbols in common drivers that were using the experimental tag as a > > workaround. > > There is also no need to put internal API symbols in t

Re: [dpdk-dev] [PATCH v2] drivers/common: mark all symbols as internal

2020-10-01 Thread Kinsella, Ray
On 01/10/2020 08:55, David Marchand wrote: > Now that we have the internal tag, let's avoid confusion with exported > symbols in common drivers that were using the experimental tag as a > workaround. > There is also no need to put internal API symbols in the public stable > ABI. > > Signed-off-

[dpdk-dev] [PATCH v2] drivers/common: mark all symbols as internal

2020-10-01 Thread David Marchand
Now that we have the internal tag, let's avoid confusion with exported symbols in common drivers that were using the experimental tag as a workaround. There is also no need to put internal API symbols in the public stable ABI. Signed-off-by: David Marchand Acked-by: Anoob Joseph --- Changes sinc