Re: [PATCH v9 06/14] net/idpf: add support for device information get

2022-10-21 Thread Andrew Rybchenko
On 10/21/22 08:18, Junfeng Guo wrote: Add dev ops dev_infos_get. You can't test neither queues setup nor configure nor start before the patch since ethdev layer uses rte_eth_dev_info_get() and fails if it is not supported. So, previous patches are not actually tested since patches order is wro

[PATCH v9 06/14] net/idpf: add support for device information get

2022-10-20 Thread Junfeng Guo
Add dev ops dev_infos_get. Signed-off-by: Beilei Xing Signed-off-by: Junfeng Guo --- drivers/net/idpf/idpf_ethdev.c | 50 ++ 1 file changed, 50 insertions(+) diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c index c25f222c5e..d1b6797d4