1. 27 12月, 2013 2 次提交
  2. 19 11月, 2013 1 次提交
    • D
      bnx2x: prevent CFC attention · ffa1cb96
      Dmitry Kravkov 提交于
      During VF load, prior to sending messages on HW channel to PF the VF
      checks its bulletin board to see whether the PF indicated it has closed;
      If a closed PF is encountered, the VF skips sending the message.
      
      Due to incorrect return values, there's a possible scenario in which the VF
      finishes loading "successfully", while the PF hasn't actually fully configured
      FW/HW for the VFs supposed configuration.
      Once VF tries to send Tx packets, HW will raise an attention (and FW possibly
      will start treat the VF as malicious).
      
      The patch fails the loading process in such a scenario.
      Signed-off-by: NDmitry Kravkov <dmitry@broadcom.com>
      Signed-off-by: NYuval Mintz <yuvalmin@broadcom.com>
      Signed-off-by: NAriel Elior <ariele@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ffa1cb96
  3. 22 10月, 2013 1 次提交
  4. 10 10月, 2013 1 次提交
  5. 24 9月, 2013 1 次提交
  6. 06 9月, 2013 2 次提交
  7. 24 6月, 2013 1 次提交
  8. 03 6月, 2013 2 次提交
  9. 28 5月, 2013 1 次提交
  10. 25 4月, 2013 1 次提交
  11. 28 3月, 2013 2 次提交
  12. 25 2月, 2013 1 次提交
  13. 24 1月, 2013 1 次提交
    • A
      bnx2x: SR-IOV version compatibility bugfix · 4c133c39
      Ariel Elior 提交于
      When posting a message on the bulletin board, the PF calculates crc
      over the message and places the result in the message. When the VF
      samples the Bulletin Board it copies the message aside and validates
      this crc. The length of the message is crucial here and must be the
      same in both parties. Since the PF is running in the Hypervisor and
      the VF is running in a Vm, they can possibly be of different versions.
      As the Bulletin Board is designed to grow forward in future versions,
      in the VF the length must not be the size of the message structure
      but instead it should be a field in the message itself.
      Signed-off-by: NAriel Elior <ariele@broadcom.com>
      Signed-off-by: NYuval Mintz <yuvalmin@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4c133c39
  14. 16 1月, 2013 1 次提交
  15. 08 1月, 2013 1 次提交
  16. 02 1月, 2013 11 次提交