Re: [RFC v3 05/26] kni: stop populating PCI info in examples

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:19PM +0200, David Marchand wrote: > addr and id fields are deprecated and are not used in the kni library. > Stop populating them in the in-tree examples. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson

[RFC v3 05/26] kni: stop populating PCI info in examples

2022-07-28 Thread David Marchand
addr and id fields are deprecated and are not used in the kni library. Stop populating them in the in-tree examples. Signed-off-by: David Marchand --- app/test/test_kni.c| 30 -- examples/ip_pipeline/kni.c | 10 -- 2 files changed, 40 deletions(-) dif