> 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> > Acked-by: Jay Jayatheerthan <jay.jayatheert...@intel.com> > Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> Acked-by: Akhil Goyal <gak...@marvell.com>
- [PATCH v5 15/27] bus/ifpga: make driver-only headers ... David Marchand
- [PATCH v5 16/27] bus/pci: make driver-only headers pr... David Marchand
- [PATCH v5 17/27] bus/vdev: make driver-only headers p... David Marchand
- [PATCH v5 18/27] bus/vmbus: make driver-only headers ... David Marchand
- [PATCH v5 19/27] bus: move IOVA definition from heade... David Marchand
- [PATCH v5 20/27] bus: introduce accessors David Marchand
- [PATCH v5 21/27] bus: hide bus object David Marchand
- [PATCH v5 22/27] dev: introduce driver accessors David Marchand
- [PATCH v5 24/27] dev: introduce device accessors David Marchand
- [PATCH v5 23/27] dev: hide driver object David Marchand
- RE: [EXT] [PATCH v5 23/27] dev: hide driver obje... Akhil Goyal
- RE: [PATCH v5 23/27] dev: hide driver object Gujjar, Abhinandan S
- [PATCH v5 25/27] dev: provide bus specific informatio... David Marchand
- [PATCH v5 26/27] bus/pci: fill bus specific informati... David Marchand
- [PATCH v5 27/27] dev: hide device object David Marchand