qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response. The messages themselves are TLV-based - allowing easier backward/forward compatibility. This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF. It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages. Signed-off-by:Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/qlogic/qed/qed.h 6 additions, 0 deletionsdrivers/net/ethernet/qlogic/qed/qed.h
- drivers/net/ethernet/qlogic/qed/qed_dev_api.h 24 additions, 3 deletionsdrivers/net/ethernet/qlogic/qed/qed_dev_api.h
- drivers/net/ethernet/qlogic/qed/qed_hsi.h 1 addition, 1 deletiondrivers/net/ethernet/qlogic/qed/qed_hsi.h
- drivers/net/ethernet/qlogic/qed/qed_hw.c 38 additions, 6 deletionsdrivers/net/ethernet/qlogic/qed/qed_hw.c
- drivers/net/ethernet/qlogic/qed/qed_main.c 9 additions, 1 deletiondrivers/net/ethernet/qlogic/qed/qed_main.c
- drivers/net/ethernet/qlogic/qed/qed_spq.c 12 additions, 4 deletionsdrivers/net/ethernet/qlogic/qed/qed_spq.c
- drivers/net/ethernet/qlogic/qed/qed_sriov.c 385 additions, 0 deletionsdrivers/net/ethernet/qlogic/qed/qed_sriov.c
- drivers/net/ethernet/qlogic/qed/qed_sriov.h 53 additions, 0 deletionsdrivers/net/ethernet/qlogic/qed/qed_sriov.h
- drivers/net/ethernet/qlogic/qed/qed_vf.h 52 additions, 0 deletionsdrivers/net/ethernet/qlogic/qed/qed_vf.h
- include/linux/qed/common_hsi.h 5 additions, 0 deletionsinclude/linux/qed/common_hsi.h
Loading
Please register or sign in to comment