Re: [RFC v3 23/26] dev: hide driver object

2022-08-01 Thread Ajit Khaparde
On Thu, Jul 28, 2022 at 10:00 AM Bruce Richardson wrote: > > 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

RE: [RFC v3 23/26] dev: hide driver object

2022-08-01 Thread Jayatheerthan, Jay
Looks good to me. Acked-by: Jay Jayatheerthan > -Original Message- > From: David Marchand > Sent: Thursday, July 28, 2022 8:57 PM > To: dev@dpdk.org > Cc: Chautru, Nicolas ; Parav Pandit > ; Xueming Li ; Hemant > Agrawal ; Sachin Saxena ; > Stephen Hemminger ; > Long Li ; Zhang, Roy

Re: [RFC v3 23/26] dev: hide driver object

2022-07-28 Thread Bruce Richardson
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 inter