Re: [dpdk-dev] [PATCH 4/7] ethdev: mark internal functions

2020-08-29 Thread Andrew Rybchenko
On 8/24/20 12:40 PM, Ferruh Yigit wrote: > Some ethdev functions are for drivers only, not for applications. > > Since we have '__rte_internal' tag available now, marking internal > functions with it and moving functions to INTERNAL section in linker > script. > This is also good for documenting t

[dpdk-dev] [PATCH 4/7] ethdev: mark internal functions

2020-08-24 Thread Ferruh Yigit
Some ethdev functions are for drivers only, not for applications. Since we have '__rte_internal' tag available now, marking internal functions with it and moving functions to INTERNAL section in linker script. This is also good for documenting the internal functions. Some internal APIs seems mark