Re: [dpdk-dev] [RFC v2 2/8] test/virtual_pmd: enable getting device operations

2023-08-22 Thread Stephen Hemminger
Looking at this old patch. On Fri, 16 Jul 2021 15:27:54 +0100 Ferruh Yigit wrote: > diff --git a/app/test/virtual_pmd.c b/app/test/virtual_pmd.c > index 6098e633f35a..17f28c5a304c 100644 > --- a/app/test/virtual_pmd.c > +++ b/app/test/virtual_pmd.c > @@ -355,8 +355,8 @@ virtual_ethdev_rx_burst_s

[dpdk-dev] [RFC v2 2/8] test/virtual_pmd: enable getting device operations

2021-07-16 Thread Ferruh Yigit
This will be used to overwrite the dev_ops for various tests. Signed-off-by: Ferruh Yigit --- app/test/virtual_pmd.c | 14 -- app/test/virtual_pmd.h | 6 ++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/test/virtual_pmd.c b/app/test/virtual_pmd.c index 6098