Re: [PATCH v7 1/5] dev: hide driver export macros

2025-06-11 Thread Andre Muezerie
On Wed, Jun 11, 2025 at 11:45:28AM +0200, David Marchand wrote: > The macros for tagging/exporting informations about a driver do not need > to be exported in the public API. > Move this to driver only header. > > Signed-off-by: David Marchand > --- Acked-by: Andre Muezerie

[PATCH v7 1/5] dev: hide driver export macros

2025-06-11 Thread David Marchand
The macros for tagging/exporting informations about a driver do not need to be exported in the public API. Move this to driver only header. Signed-off-by: David Marchand --- lib/eal/include/dev_driver.h | 41 lib/eal/include/rte_dev.h| 41