Re: [PATCH v2 3/3] net/tap: remove unnecessary checks in configure

2024-10-12 Thread Ferruh Yigit
On 10/12/2024 3:17 AM, Stephen Hemminger wrote: > The ethdev layer already validates that the number of requested > queues is less than the reported max queues. > > Signed-off-by: Stephen Hemminger > Acked-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.

[PATCH v2 3/3] net/tap: remove unnecessary checks in configure

2024-10-11 Thread Stephen Hemminger
The ethdev layer already validates that the number of requested queues is less than the reported max queues. Signed-off-by: Stephen Hemminger --- drivers/net/tap/rte_eth_tap.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte