Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/cxgb3i
Mike Christie 10eb0f013c [SCSI] iscsi: pass ep connect shost
When we create the tcp/ip connection by calling ep_connect, we currently
just go by the routing table info.

I think there are two problems with this.

1. Some drivers do not have access to a routing table. Some drivers like
qla4xxx do not even know about other ports.

2. If you have two initiator ports on the same subnet, the user may have
set things up so that session1 was supposed to be run through port1. and
session2 was supposed to be run through port2. It looks like we could
end with both sessions going through one of the ports.

Fixes for cxgb3i from Karen Xie.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-05-23 15:44:09 -05:00
..
cxgb3i.h [SCSI] iscsi: pass ep connect shost 2009-05-23 15:44:09 -05:00
cxgb3i_ddp.c [SCSI] cxgb3i: fix ddp map overrun 2009-04-27 10:11:07 -05:00
cxgb3i_ddp.h [SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module 2009-04-03 09:23:13 -05:00
cxgb3i_init.c [SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module 2009-04-03 09:23:13 -05:00
cxgb3i_iscsi.c [SCSI] iscsi: pass ep connect shost 2009-05-23 15:44:09 -05:00
cxgb3i_offload.c [SCSI] iscsi: pass ep connect shost 2009-05-23 15:44:09 -05:00
cxgb3i_offload.h [SCSI] iscsi: pass ep connect shost 2009-05-23 15:44:09 -05:00
cxgb3i_pdu.c [SCSI] cxgb3i: fix cpu use abuse during writes 2009-04-27 10:10:06 -05:00
cxgb3i_pdu.h [SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGS 2009-02-21 20:29:37 -06:00
Kbuild [SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module 2009-04-03 09:23:13 -05:00
Kconfig [SCSI] cxgb3i: fix select/depend problem 2008-12-30 13:09:12 -06:00