On Thu, Jul 28, 2022 at 9:47 AM Bruce Richardson wrote: > > On Thu, Jul 28, 2022 at 05:26:30PM +0200, David Marchand wrote: > > The pci bus interface is for drivers only. > > Mark as internal and move the header in the driver headers list. > > > > While at it, cleanup the code: > > - fix indentation, > > - remove unneeded reference to bus specific singleton object, > > - remove unneeded list head structure type, > > - reorder the definitions and macro manipulating the bus singleton object, > > - remove inclusion of rte_bus.h and fix the code that relied on implicit > > inclusion, > > > > Signed-off-by: David Marchand > > --- > > Changes since RFC v2: > > - squashed cleanup for this bus code from other patches, > > - updated release notes, > > > It's a bit harder to review squashed IMHO, but the changes probably do > belong together. > > Acked-by: Bruce Richardson Acked-by: Ajit Khaparde