Re: [RFC v3 24/26] dev: introduce device accessors

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:38PM +0200, David Marchand wrote: > Prepare for making the device object opaque by adding accessors. > Update existing "external" users. > > Signed-off-by: David Marchand > --- > Changes since RFC v2: > - added rte_dev_devargs, > - updated testpmd, > Acked-by: Bruce

[RFC v3 24/26] dev: introduce device accessors

2022-07-28 Thread David Marchand
Prepare for making the device object opaque by adding accessors. Update existing "external" users. Signed-off-by: David Marchand --- Changes since RFC v2: - added rte_dev_devargs, - updated testpmd, --- app/proc-info/main.c | 6 +-- app/test-pmd/config.c | 18 +++