Re: [dpdk-dev] [PATCH v3 3/7] ethdev: make device operations struct private

2020-09-09 Thread Ferruh Yigit
On 9/9/2020 12:12 PM, Ferruh Yigit wrote: > Hiding the 'struct eth_dev_ops' from applications. > > Removing relevant deprecation notice. > > Signed-off-by: Ferruh Yigit > Acked-by: Andrew Rybchenko <...> > --- a/doc/guides/rel_notes/release_20_11.rst > +++ b/doc/guides/rel_notes/release_20_11

[dpdk-dev] [PATCH v3 3/7] ethdev: make device operations struct private

2020-09-09 Thread Ferruh Yigit
Hiding the 'struct eth_dev_ops' from applications. Removing relevant deprecation notice. Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko --- Cc: David Marchand v3: * release note updated --- doc/guides/rel_notes/deprecation.rst | 9 - doc/guides/rel_notes/release_20_11.rst |