1. 20 7月, 2012 3 次提交
  2. 28 3月, 2012 1 次提交
  3. 19 2月, 2012 1 次提交
  4. 16 1月, 2012 1 次提交
  5. 01 11月, 2011 1 次提交
  6. 31 10月, 2011 2 次提交
  7. 03 10月, 2011 1 次提交
  8. 29 8月, 2011 2 次提交
  9. 28 7月, 2011 2 次提交
  10. 30 6月, 2011 1 次提交
    • K
      [SCSI] libfc:Fix for exchange/seq loopup failure when FCoE stack is used as... · e3e65c69
      Kiran Patil 提交于
      [SCSI] libfc:Fix for exchange/seq loopup failure when FCoE stack is used as target and connected to windows initaitor
      
      Problem: Linux based SW target (TCM) connected to windows initiator
      was unable to satisfy write request of size > 2K.
      
      Fix: Existing linux implememtation of FCoE stack is expecting sequence
      number to match w.r.t incoming framme. When DDP is used on target in
      response to write request from initiator, SW stack is notified only
      when last data frame arrives and only the pakcket header of last data
      frame is posted to NetRx queue of storage. When that last packet was
      processed in libfc:Exchange layer, implementation was expecting
      sequence number to match, but in this case sequence number which is
      embedded in FC Header is assigned by windows initaitor, hence due to
      sequence number mismatch post-processing which shall result into
      sending RSP is not done. Enhanced the code to utilize the sequence
      number of incoming last frame and process the packet so that, it will
      eventually complete the write request by sending write response (RSP)
      GOOD.
      
      Notes/Dependencies: This patch is validated using windows and linux
      initiator to make sure, it doesn't break anything.
      Signed-off-by: NKiran Patil <kiran.patil@intel.com>
      Signed-off-by: NRobert Love <robert.w.love@intel.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      e3e65c69
  11. 25 5月, 2011 2 次提交
  12. 31 3月, 2011 1 次提交
  13. 01 3月, 2011 2 次提交
  14. 13 2月, 2011 4 次提交
  15. 22 12月, 2010 5 次提交
  16. 28 7月, 2010 3 次提交
  17. 20 7月, 2010 1 次提交
  18. 17 5月, 2010 2 次提交
  19. 12 4月, 2010 1 次提交
  20. 11 4月, 2010 4 次提交