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

Wang, Haiyue haiyue.wang at intel.com
Mon Aug 30 06:32:25 CEST 2021


> -----Original Message-----
> From: Qiming Chen <chenqiming_huawei at 163.com>
> Sent: Monday, August 30, 2021 11:32
> To: dev at dpdk.org
> Cc: Wang, Haiyue <haiyue.wang at intel.com>; Qiming Chen <chenqiming_huawei at 163.com>; stable at 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 at dpdk.org
> 
> Signed-off-by: Qiming Chen <chenqiming_huawei at 163.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Thanks!

Acked-by: Haiyue Wang <haiyue.wang at intel.com>

> --
> 2.30.1.windows.1



More information about the dev mailing list