> -----Original Message----- > From: Qiming Chen <[email protected]> > Sent: Monday, August 30, 2021 11:32 > To: [email protected] > Cc: Wang, Haiyue <[email protected]>; Qiming Chen > <[email protected]>; [email protected] > 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: [email protected] > > Signed-off-by: Qiming Chen <[email protected]> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 1 + > 1 file changed, 1 insertion(+) >
Thanks! Acked-by: Haiyue Wang <[email protected]> > -- > 2.30.1.windows.1

