Re: [PATCH] net/mana: fix stats for txq bytes sent

2023-07-21 Thread Ferruh Yigit
On 7/20/2023 11:42 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > Bytes should be calculated using the packet length, not the mbuf segment > data length. > > Fixes: 517ed6e2d590 ("net/mana: add basic driver with build environment") > Cc: sta...@dpdk.org > > Signed-off-by: Long Li > Ap

[PATCH] net/mana: fix stats for txq bytes sent

2023-07-20 Thread longli
From: Long Li Bytes should be calculated using the packet length, not the mbuf segment data length. Fixes: 517ed6e2d590 ("net/mana: add basic driver with build environment") Cc: sta...@dpdk.org Signed-off-by: Long Li --- drivers/net/mana/tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(