commit | 8d9ac297d18dbe05b6e7cb4378da51e67143b452 | [log] [tgz] |
---|---|---|
author | Ariel Elior <ariele@broadcom.com> | Tue Jan 01 05:22:27 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 02 01:45:05 2013 -0800 |
tree | ca3c8f89c5ce4d131bf7b89a03be70eac8885040 | |
parent | ad5afc89365e981cffafc241a4c46f56ca943370 [diff] |
bnx2x: Add init, setup_q, set_mac to VF <-> PF channel 'init' - init an acquired VF. Supply allocation GPAs to PF. 'setup_q' - PF to allocate a queue in device on behalf of the VF. 'set_mac' - PF to configure a mac in device on behalf of the VF. VF driver uses these requests in the VF <-> PF channel in nic_load flow. Signed-off-by: Ariel Elior <ariele@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>