Re: [dpdk-dev] [PATCH 5/8] test/kni: remove setting of PCI ID and address

2021-09-17 Thread Ferruh Yigit
On 9/10/2021 3:23 AM, Chenbo Xia wrote: > PCI device id and address in structure rte_kni_conf are never used > in the test and kni library. So remove the related code. > > Signed-off-by: Chenbo Xia Acked-by: Ferruh Yigit When/If you merge, please feel free to keep the ack.

Re: [dpdk-dev] [PATCH 5/8] test/kni: remove setting of PCI ID and address

2021-09-10 Thread David Marchand
On Fri, Sep 10, 2021 at 4:38 AM Chenbo Xia wrote: > > PCI device id and address in structure rte_kni_conf are never used > in the test and kni library. So remove the related code. This is probably a leftover after ethtool support removal. ea6b39b5b847 ("kni: remove ethtool support") ee3cac929ede

[dpdk-dev] [PATCH 5/8] test/kni: remove setting of PCI ID and address

2021-09-09 Thread Chenbo Xia
PCI device id and address in structure rte_kni_conf are never used in the test and kni library. So remove the related code. Signed-off-by: Chenbo Xia --- app/test/test_kni.c | 57 - 1 file changed, 57 deletions(-) diff --git a/app/test/test_kni.c b/ap