iscsi offload boot support

2010-01-15 Thread Mike Christie
Hey, In the open-iscsi git tree there is now offload boot support. The driver must support ibft or OF. This means that bnx2i and cxgb3i are supported. If you run iscsistart -b or iscsiadm -m fw -l it will create sessions using the offload card that was used for boot. iscsiadm -m discovery

Re: iscsi offload boot support

2010-01-15 Thread Mike Christie
On 01/15/2010 02:33 AM, Mike Christie wrote: Hey, In the open-iscsi git tree there is now offload boot support. The driver must support ibft or OF. This means that bnx2i and cxgb3i are supported. If you run iscsistart -b or iscsiadm -m fw -l it will create sessions using the offload card that

Re: iscsi offload boot support

2010-01-15 Thread Pasi Kärkkäinen
On Fri, Jan 15, 2010 at 02:41:14AM -0600, Mike Christie wrote: On 01/15/2010 02:33 AM, Mike Christie wrote: Hey, In the open-iscsi git tree there is now offload boot support. The driver must support ibft or OF. This means that bnx2i and cxgb3i are supported. If you run iscsistart -b or

Re: iscsi offload boot support

2010-01-15 Thread Mike Christie
On 01/15/2010 03:33 AM, Pasi Kärkkäinen wrote: On Fri, Jan 15, 2010 at 02:41:14AM -0600, Mike Christie wrote: On 01/15/2010 02:33 AM, Mike Christie wrote: Hey, In the open-iscsi git tree there is now offload boot support. The driver must support ibft or OF. This means that bnx2i and cxgb3i

Re: iscsi offload boot support

2010-01-15 Thread Pasi Kärkkäinen
On Fri, Jan 15, 2010 at 05:43:09AM -0600, Mike Christie wrote: On 01/15/2010 03:33 AM, Pasi Kärkkäinen wrote: On Fri, Jan 15, 2010 at 02:41:14AM -0600, Mike Christie wrote: On 01/15/2010 02:33 AM, Mike Christie wrote: Hey, In the open-iscsi git tree there is now offload boot support. The

Re: [PATCH] support NIC configuration in iBFT

2010-01-15 Thread Hannes Reinecke
Mike Christie wrote: On 01/07/2010 08:16 AM, Alex Zeffertt wrote: Mike Christie wrote: Thanks for doing this. Sorry for the late reply. Just one comment on the patch. Could you move the code in the 'n' case + case 'n': + /* + * Bring up NICs required by targets in iBFT + * using IP

Re: [PATCH] support NIC configuration in iBFT

2010-01-15 Thread Alex Zeffertt
Hannes Reinecke wrote: Mike Christie wrote: On 01/07/2010 08:16 AM, Alex Zeffertt wrote: Mike Christie wrote: Thanks for doing this. Sorry for the late reply. Just one comment on the patch. Could you move the code in the 'n' case + case 'n': + /* + * Bring up NICs required by targets in

RE: iscsi offload boot support

2010-01-15 Thread Shyam_Iyer
-Original Message- From: open-iscsi@googlegroups.com [mailto:open-is...@googlegroups.com] On Behalf Of Mike Christie Sent: Friday, January 15, 2010 2:03 PM To: open-iscsi Subject: iscsi offload boot support Hey, In the open-iscsi git tree there is now offload boot support.