1. 12 5月, 2016 1 次提交
    • Y
      qed: Add VF->PF channel infrastructure · 37bff2b9
      Yuval Mintz 提交于
      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: NYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      37bff2b9
  2. 02 5月, 2016 1 次提交
  3. 26 4月, 2016 2 次提交
  4. 16 4月, 2016 4 次提交
  5. 14 4月, 2016 1 次提交
  6. 03 3月, 2016 1 次提交
  7. 02 3月, 2016 1 次提交
  8. 26 2月, 2016 3 次提交
  9. 18 2月, 2016 1 次提交
  10. 08 12月, 2015 1 次提交
  11. 02 12月, 2015 1 次提交
  12. 28 10月, 2015 3 次提交