Re: [RFC v2 v2 00/29] Bus and device cleanup for 22.11

2022-07-11 Thread Bruce Richardson
On Sat, Jul 09, 2022 at 10:26:15AM +0200, David Marchand wrote: > This is a PoC for hiding the rte_bus, rte_driver and rte_device objects. > And mark associated driver only API as internal. > > A good amount of the patches are preparation work on rte_bus.h, > rte_dev.h, rte_devargs.h and rte_eal.h

Re: [RFC v2 v2 00/29] Bus and device cleanup for 22.11

2022-07-09 Thread Stephen Hemminger
On Sat, 9 Jul 2022 10:26:15 +0200 David Marchand wrote: > This is a PoC for hiding the rte_bus, rte_driver and rte_device objects. > And mark associated driver only API as internal. > > A good amount of the patches are preparation work on rte_bus.h, > rte_dev.h, rte_devargs.h and rte_eal.h head

[RFC v2 v2 00/29] Bus and device cleanup for 22.11

2022-07-09 Thread David Marchand
This is a PoC for hiding the rte_bus, rte_driver and rte_device objects. And mark associated driver only API as internal. A good amount of the patches are preparation work on rte_bus.h, rte_dev.h, rte_devargs.h and rte_eal.h headers, removing dependencies between them. This is something I had in s