|
@@ -2664,6 +2664,7 @@ static int ixgbevf_sw_init(struct ixgbevf_adapter *adapter)
|
|
dev_info(&pdev->dev, "Assigning random MAC address\n");
|
|
dev_info(&pdev->dev, "Assigning random MAC address\n");
|
|
eth_hw_addr_random(netdev);
|
|
eth_hw_addr_random(netdev);
|
|
ether_addr_copy(hw->mac.addr, netdev->dev_addr);
|
|
ether_addr_copy(hw->mac.addr, netdev->dev_addr);
|
|
|
|
+ ether_addr_copy(hw->mac.perm_addr, netdev->dev_addr);
|
|
}
|
|
}
|
|
|
|
|
|
/* Enable dynamic interrupt throttling rates */
|
|
/* Enable dynamic interrupt throttling rates */
|