Re: [PATCH] net/mana: fix incorrectly reported counters in stats

2023-02-28 Thread Ferruh Yigit
On 2/22/2023 11:27 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > For per port counters and we should report summed values from all queues. > > Cc: sta...@dpdk.org Fixes: e350b56889bb ("net/mana: report queue statistics") Cc: sta...@dpdk.org > Signed-off-by: Long Li Acked-by

[PATCH] net/mana: fix incorrectly reported counters in stats

2023-02-22 Thread longli
From: Long Li For per port counters and we should report summed values from all queues. Cc: sta...@dpdk.org Signed-off-by: Long Li --- drivers/net/mana/mana.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/mana/mana.c b/drivers/net/mana/mana.c inde