On Thu, Jul 28, 2022 at 05:26:37PM +0200, David Marchand wrote: > Make rte_driver opaque for non internal users. > This will make extending this object possible without breaking the ABI. > > Introduce a new driver header and move rte_driver definition. > Update drivers and library to use the internal header. > > Some applications may have been dereferencing rte_driver objects, mark > this object's accessors as stable. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [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 objec... 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
- Re: [RFC v3 23/26] dev: hide driver object Bruce Richardson
- Re: [RFC v3 23/26] dev: hide driver object Ajit Khaparde
- RE: [RFC v3 23/26] dev: hide driver object Jayatheerthan, Jay
- [RFC v3 24/26] dev: introduce device accessors David Marchand
- Re: [RFC v3 24/26] dev: introduce device accessors Bruce Richardson
- [RFC v3 25/26] dev: provide Bus specific information David Marchand
- Re: [RFC v3 25/26] dev: provide Bus specific infor... Bruce Richardson
- Re: [RFC v3 25/26] dev: provide Bus specific i... David Marchand
- [RFC v3 26/26] dev: hide device object David Marchand
- Re: [RFC v3 26/26] dev: hide device object Bruce Richardson
- Re: [RFC v3 00/26] Bus and device cleanup for 22.11 Harris, James R