commit | f1122a345b96713eb6e059121c592b3c0612f5be | [log] [tgz] |
---|---|---|
author | Shradha Shah <sshah@solarflare.com> | Wed May 20 11:09:46 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu May 21 18:43:53 2015 -0400 |
tree | de9fd299b51ba63e90b0fde1ec664e4f1eea7d53 | |
parent | cfc77c2fbadf5b806fea2e35738c7437fc62f522 [diff] |
sfc: Store the efx_nic struct of the current VF in the VF data struct Initialised in efx_probe_vf and removal is dealt with in efx_ef10_remove. vf->efx is needed in future patches to change the MAC address of the VF via the parent PF, while the driver is bound to the VF. Example: ip link set dev vf NUM mac LLADDR Signed-off-by: Shradha Shah <sshah@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>