net/bnxt: reset VF stats during initialization
This patch resets the VF stats during initialization
Fixes: b7778e8a1c
("net/bnxt: refactor to properly allocate resources for PF/VF")
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
parent
645ad4d586
commit
b5b6ff6190
@ -2306,6 +2306,7 @@ int bnxt_hwrm_allocate_vfs(struct bnxt *bp, int num_vfs)
|
||||
|
||||
reserve_resources_from_vf(bp, &req, i);
|
||||
bp->pf.active_vfs++;
|
||||
bnxt_hwrm_func_clr_stats(bp, bp->pf.vf_info[i].fid);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user