Re: [RFC v3 26/26] dev: hide device object

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:40PM +0200, David Marchand wrote: > Make rte_device opaque for non internal users. > This will make extending this object possible without breaking the ABI. > > Some applications may have been dereferencing rte_device objects, mark > this object's accessors as stable.

[RFC v3 26/26] dev: hide device object

2022-07-28 Thread David Marchand
Make rte_device opaque for non internal users. This will make extending this object possible without breaking the ABI. Some applications may have been dereferencing rte_device objects, mark this object's accessors as stable. Signed-off-by: David Marchand --- Changes since RFC v2: - updated relea