Re: iSCSI resets and raid1

2009-04-23 Thread Ulrich Windl
On 23 Apr 2009 at 4:48, Omko wrote: The situation: I have 2 sans (brand is: open-e, runs open-iscsi I think). on both san's I create a target. I have 1 server. the recieves the targets from both san's. next the server does a raid1 on the two iSCSI disks. I do run multipath to the san

Re: iSCSI resets and raid1

2009-04-23 Thread Tomasz Chmielewski
Omko schrieb: The situation: I have 2 sans (brand is: open-e, runs open-iscsi I think). on both san's I create a target. I have 1 server. the recieves the targets from both san's. next the server does a raid1 on the two iSCSI disks. I do run multipath to the san and this works like a

[PATCH 1/4] bnx2: Add support for CNIC driver.

2009-04-23 Thread Michael Chan
Add interface and functions to support a new CNIC driver to drive the hardware for iSCSI offload. Signed-off-by: Michael Chan mc...@broadcom.com --- drivers/net/bnx2.c | 193 +++- drivers/net/bnx2.h | 18 + 2 files changed, 208

[PATCH 3/4] iscsi class, libiscsi: Add net config.

2009-04-23 Thread Michael Chan
Add ISCSI_NETLINK messages to set/get iSCSI network parameters and vendor specific information. Signed-off-by: Anil Veerabhadrappa ani...@broadcom.com Signed-off-by: Michael Chan mc...@broadcom.com Signed-off-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/scsi_transport_iscsi.c | 87

[PATCH 0/4] Add bnx2 iSCSI support.

2009-04-23 Thread Michael Chan
New Broadcom iSCSI driver for review. Compared to the last version we posted in 2008, we've changed it to use a separate and private MAC address/IP address for iSCSI. We are creating a UIO interface to handle the non-offloaded packets such as ARP, etc. in user space. Thanks.