Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear
From: Wang, Haiyue <hidden>
Date: 2021-08-30 04:32:32
From: Wang, Haiyue <hidden>
Date: 2021-08-30 04:32:32
-----Original Message-----
From: Qiming Chen <redacted>
Sent: Monday, August 30, 2021 11:32
To: dev@dpdk.org
Cc: Wang, Haiyue <redacted>; Qiming Chen <redacted>; stable@dpdk.org
Subject: [PATCH] net/ixgbe: fix rx multicst count isn't clear
In the implementation of the vf driver ixgbevf_update_stats to obtain
statistics, the multicast count hw_stats->vfmprc has been obtained,
but it is not cleared in the corresponding ixgbevf_dev_stats_reset
interface.
Fixes: abf7275bbaa2 ("ixgbe: move to drivers/net/")
Cc: stable@dpdk.org
Signed-off-by: Qiming Chen <redacted>
---
drivers/net/ixgbe/ixgbe_ethdev.c | 1 +
1 file changed, 1 insertion(+)Thanks! Acked-by: Haiyue Wang <redacted>
-- 2.30.1.windows.1