Re: [dpdk-dev] [PATCH] doc: mark internal symbols in ethdev

2020-07-10 Thread Ferruh Yigit
On 7/10/2020 3:20 PM, Thomas Monjalon wrote: > 26/06/2020 10:49, Kinsella, Ray: >> On 23/06/2020 14:49, Ferruh Yigit wrote: >>> The APIs are marked in the doxygen comment but better to mark the >>> symbols too. This is planned for v20.11 release. >>> >>> Signed-off-by: Ferruh Yigit >>> --- >>> +*

Re: [dpdk-dev] [PATCH] doc: mark internal symbols in ethdev

2020-07-10 Thread Thomas Monjalon
26/06/2020 10:49, Kinsella, Ray: > On 23/06/2020 14:49, Ferruh Yigit wrote: > > The APIs are marked in the doxygen comment but better to mark the > > symbols too. This is planned for v20.11 release. > > > > Signed-off-by: Ferruh Yigit > > --- > > +* ethdev: Some internal APIs for driver usage are

Re: [dpdk-dev] [PATCH] doc: mark internal symbols in ethdev

2020-06-26 Thread Kinsella, Ray
On 23/06/2020 14:49, Ferruh Yigit wrote: > The APIs are marked in the doxygen comment but better to mark the > symbols too. This is planned for v20.11 release. > > Signed-off-by: Ferruh Yigit > --- > doc/guides/rel_notes/deprecation.rst | 6 ++ > 1 file changed, 6 insertions(+) > > diff

Re: [dpdk-dev] [PATCH] doc: mark internal symbols in ethdev

2020-06-23 Thread Andrew Rybchenko
On 6/23/20 4:49 PM, Ferruh Yigit wrote: > The APIs are marked in the doxygen comment but better to mark the > symbols too. This is planned for v20.11 release. > > Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH] doc: mark internal symbols in ethdev

2020-06-23 Thread Ferruh Yigit
The APIs are marked in the doxygen comment but better to mark the symbols too. This is planned for v20.11 release. Signed-off-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel