> -----Original Message----- > From: Qiming Chen <chenqiming_hua...@163.com> > Sent: Monday, August 30, 2021 11:32 > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.w...@intel.com>; Qiming Chen > <chenqiming_hua...@163.com>; sta...@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: sta...@dpdk.org > > Signed-off-by: Qiming Chen <chenqiming_hua...@163.com> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 1 + > 1 file changed, 1 insertion(+) >
Thanks! Acked-by: Haiyue Wang <haiyue.w...@intel.com> > -- > 2.30.1.windows.1