mirror of https://gitee.com/openkylin/linux.git
cnic: Re-init dev->stats_addr after chip reset
because bnx2x frees the old and allocates new memory during chip reset. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eb10192447
commit
a9e0a4f2ca
|
@ -4869,6 +4869,7 @@ static int cnic_start_bnx2x_hw(struct cnic_dev *dev)
|
|||
int func = CNIC_FUNC(cp), ret;
|
||||
u32 pfid;
|
||||
|
||||
dev->stats_addr = ethdev->addr_drv_info_to_mcp;
|
||||
cp->port_mode = CHIP_PORT_MODE_NONE;
|
||||
|
||||
if (BNX2X_CHIP_IS_E2_PLUS(cp->chip_id)) {
|
||||
|
|
Loading…
Reference in New Issue