Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear

2021-08-31 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Wang, Haiyue > Sent: Monday, August 30, 2021 12:32 PM > To: Qiming Chen ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear > > > -Origin

Re: [dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear

2021-08-29 Thread Wang, Haiyue
> -Original Message- > From: Qiming Chen > Sent: Monday, August 30, 2021 11:32 > To: dev@dpdk.org > Cc: Wang, Haiyue ; Qiming Chen > ; 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

[dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear

2021-08-29 Thread Qiming Chen
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-of