Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14f806a0 authored by Yuval Mintz's avatar Yuval Mintz Committed by David S. Miller
Browse files

bnx2x: VF clean statistics



During statistics initialization of a VF we need to clean its statistics.

Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: default avatarAriel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ea36475a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1629,6 +1629,11 @@ void bnx2x_stats_init(struct bnx2x *bp)
	int /*abs*/port = BP_PORT(bp);
	int mb_idx = BP_FW_MB_IDX(bp);

	if (IS_VF(bp)) {
		bnx2x_memset_stats(bp);
		return;
	}

	bp->stats_pending = 0;
	bp->executer_idx = 0;
	bp->stats_counter = 0;