Re: [PATCH] net/mana: set the correct queue state
On 7/7/2023 7:53 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > Set the queue state when queue is started/stopped > > Signed-off-by: Long Li > Applied to dpdk-next-net/main, thanks.
[PATCH] net/mana: set the correct queue state
From: Long Li Set the queue state when queue is started/stopped Signed-off-by: Long Li --- drivers/net/mana/rx.c | 15 +++ drivers/net/mana/tx.c | 13 + 2 files changed, 28 insertions(+) diff --git a/drivers/net/mana/rx.c b/drivers/net/mana/rx.c index 220b372b15..1047a