On Thu, Jul 28, 2022 at 05:26:33PM +0200, David Marchand wrote: > iova enum definition does not need to be defined as part of the bus API. > Move it to rte_eal.h. > With this step, rte_eal.h does not depend on rte_bus.h and rte_dev.h. > Fix existing code that was relying on these implicit inclusions. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [RFC v3 15/26] bus/ifpga: make driver-only headers privat... David Marchand
- [RFC v3 16/26] bus/pci: make driver-only headers private David Marchand
- Re: [RFC v3 16/26] bus/pci: make driver-only headers... Bruce Richardson
- Re: [RFC v3 16/26] bus/pci: make driver-only hea... Ajit Khaparde
- RE: [RFC v3 16/26] bus/pci: make driver-only headers... Xu, Rosen
- [RFC v3 17/26] bus/vdev: make driver-only headers private David Marchand
- [RFC v3 18/26] bus/vmbus: make driver-only headers privat... David Marchand
- [RFC v3 19/26] bus: move IOVA definition from header David Marchand
- Re: [RFC v3 19/26] bus: move IOVA definition from he... Bruce Richardson
- [RFC v3 20/26] bus: introduce accessors David Marchand
- Re: [RFC v3 20/26] bus: introduce accessors Bruce Richardson
- [RFC v3 21/26] bus: hide bus object David Marchand
- Re: [RFC v3 21/26] bus: hide bus object Bruce Richardson
- Re: [RFC v3 21/26] bus: hide bus object David Marchand
- Re: [RFC v3 21/26] bus: hide bus object Bruce Richardson
- Re: [RFC v3 21/26] bus: hide bus object David Marchand
- [RFC v3 22/26] dev: introduce driver accessors David Marchand
- Re: [RFC v3 22/26] dev: introduce driver accessors Bruce Richardson
- [RFC v3 23/26] dev: hide driver object David Marchand