linux/drivers/net/ethernet/broadcom/bnxt
Michael Chan 001154eb24 bnxt_en: Call firmware to approve the random VF MAC address.
After generating the random MAC address for VF, call the firmware to
approve it.  This step serves 2 purposes.  Some hypervisor (e.g. ESX)
wants to approve the MAC address.  2nd, the call will setup the
proper forwarding database in the internal switch.

We need to unlock the hwrm_cmd_lock mutex before calling bnxt_approve_mac().
We can do that because we are at the end of the function and all the
previous firmware response data has been copied.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-19 21:32:25 -04:00
..
bnxt_ethtool.c bnxt_en: Fix ethtool -l|-L inconsistent channel counts. 2016-09-19 21:32:25 -04:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Added support for Secure Firmware Update 2016-09-19 21:32:24 -04:00
bnxt_hsi.h bnxt_en: Update to firmware interface spec 1.5.1. 2016-09-19 21:32:24 -04:00
bnxt_nvm_defs.h bnxt_en: Add support for updating flash more securely 2016-07-02 14:52:35 -04:00
bnxt_sriov.c bnxt_en: Add function for VF driver to query default VLAN. 2016-06-14 19:16:13 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt.c bnxt_en: Call firmware to approve the random VF MAC address. 2016-09-19 21:32:25 -04:00
bnxt.h bnxt_en: Added support for Secure Firmware Update 2016-09-19 21:32:24 -04:00
Makefile