Re: [dpdk-dev] [PATCH] doc: announce kernel driver enum removal

2020-08-05 Thread Thomas Monjalon
04/08/2020 16:44, Gaëtan Rivet: > On 04/08/20 15:29 +0100, Bruce Richardson wrote: > > On Tue, Aug 04, 2020 at 04:07:52PM +0200, David Marchand wrote: > > > rte_kernel_driver is only used by the PCI subsystem and has polluted > > > ethdev for no reason. > > > Hide it in the PCI bus driver. > > > >

Re: [dpdk-dev] [PATCH] doc: announce kernel driver enum removal

2020-08-04 Thread Gaëtan Rivet
On 04/08/20 15:29 +0100, Bruce Richardson wrote: > On Tue, Aug 04, 2020 at 04:07:52PM +0200, David Marchand wrote: > > rte_kernel_driver is only used by the PCI subsystem and has polluted > > ethdev for no reason. > > Hide it in the PCI bus driver. > > > > Signed-off-by: David Marchand > > --- >

Re: [dpdk-dev] [PATCH] doc: announce kernel driver enum removal

2020-08-04 Thread Bruce Richardson
On Tue, Aug 04, 2020 at 04:07:52PM +0200, David Marchand wrote: > rte_kernel_driver is only used by the PCI subsystem and has polluted > ethdev for no reason. > Hide it in the PCI bus driver. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 7 +++ > 1 file cha

[dpdk-dev] [PATCH] doc: announce kernel driver enum removal

2020-08-04 Thread David Marchand
rte_kernel_driver is only used by the PCI subsystem and has polluted ethdev for no reason. Hide it in the PCI bus driver. Signed-off-by: David Marchand --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/