* [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
@ 2008-12-07 7:09 Karen Xie
2008-12-07 7:53 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Karen Xie @ 2008-12-07 7:09 UTC (permalink / raw)
To: linux-scsi, open-iscsi; +Cc: michaelc, James.Bottomley, kxie
[PATCH 0/3 2.6.29] cxgb3i -- open-iscsi initiator acceleration
From: Karen Xie <kxie@chelsio.com>
Hi, everyone,
This patchset is for 2.6.29.
It is based on the cxgb3i branch of Mike's linux-2.6-iscsi tree. It needs the
patch Mike sent several days ago on preparing the iscsi core libary for pdu
offload (http://marc.info/?l=linux-scsi&m=122819956917473).
The cxgb3i driver, especially the part handles the offloaded iscsi tcp
connection mangement, has gone through the netdev review (
http://marc.info/?l=linux-netdev&m=121944339211552,
http://marc.info/?l=linux-netdev&m=121989660016124).
The cxgb3i driver provides iscsi acceleration (PDU offload and payload data
direct placement) to the open-iscsi initiator. It accesses the hardware through
the cxgb3 module.
Thanks.
Karen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
2008-12-07 7:09 [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates Karen Xie
@ 2008-12-07 7:53 ` David Miller
2008-12-07 23:05 ` Karen Xie
0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2008-12-07 7:53 UTC (permalink / raw)
To: kxie; +Cc: linux-scsi, open-iscsi, michaelc, James.Bottomley
From: Karen Xie <kxie@chelsio.com>
Date: Sat, 6 Dec 2008 23:09:36 -0800
> It is based on the cxgb3i branch of Mike's linux-2.6-iscsi tree. It needs the
> patch Mike sent several days ago on preparing the iscsi core libary for pdu
> offload (http://marc.info/?l=linux-scsi&m=122819956917473).
If this dependency exists I probably can't pull this into the
net-next-2.6 then, just FYI but you probably already understand
this :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
2008-12-07 7:53 ` David Miller
@ 2008-12-07 23:05 ` Karen Xie
2008-12-08 15:56 ` Mike Christie
0 siblings, 1 reply; 5+ messages in thread
From: Karen Xie @ 2008-12-07 23:05 UTC (permalink / raw)
To: David Miller; +Cc: linux-scsi, open-iscsi, michaelc, James.Bottomley
Hi, Dave & Mike,
I guess I need some clarification on how this driver code could be merged.
The cxgb3i driver addition consists of 2 parts:
1. the new cxgb3i driver. It resides under drivers/scsi, this part has the dependency on the open-iscsi core changes I referred in the previous email. I was under the impression this goes into scsi-misc?
2. some iscsi related changes in cxgb3 driver (driver/net). This part does not have any dependency. Dave, I suppose this part goes into net-next? If so, this does not need Mike's patch at all.
Thanks a lot.
Karen
-----Original Message-----
From: David Miller [mailto:davem@davemloft.net]
Sent: Sat 12/6/2008 11:53 PM
To: Karen Xie
Cc: linux-scsi@vger.kernel.org; open-iscsi@googlegroups.com; michaelc@cs.wisc.edu; James.Bottomley@HansenPartnership.com
Subject: Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
From: Karen Xie <kxie@chelsio.com>
Date: Sat, 6 Dec 2008 23:09:36 -0800
> It is based on the cxgb3i branch of Mike's linux-2.6-iscsi tree. It needs the
> patch Mike sent several days ago on preparing the iscsi core libary for pdu
> offload (http://marc.info/?l=linux-scsi&m=122819956917473).
If this dependency exists I probably can't pull this into the
net-next-2.6 then, just FYI but you probably already understand
this :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
2008-12-07 23:05 ` Karen Xie
@ 2008-12-08 15:56 ` Mike Christie
2008-12-08 17:47 ` Karen Xie
0 siblings, 1 reply; 5+ messages in thread
From: Mike Christie @ 2008-12-08 15:56 UTC (permalink / raw)
To: Karen Xie; +Cc: David Miller, linux-scsi, open-iscsi, James.Bottomley
Karen Xie wrote:
> Hi, Dave & Mike,
>
> I guess I need some clarification on how this driver code could be merged.
>
I think you want to send a patch with the entire driver like you were
before. Do not send against my branch so James and others do not have to
dig around in there.
> The cxgb3i driver addition consists of 2 parts:
>
> 1. the new cxgb3i driver. It resides under drivers/scsi, this part has the dependency on the open-iscsi core changes I referred in the previous email. I was under the impression this goes into scsi-misc?
>
> 2. some iscsi related changes in cxgb3 driver (driver/net). This part does not have any dependency. Dave, I suppose this part goes into net-next? If so, this does not need Mike's patch at all.
>
There is no dependency with network stuff right (just the cxgb3 driver
which is upstream already)? If so I think it would be easier to just
send the driver through James.
> Thanks a lot.
> Karen
>
> -----Original Message-----
> From: David Miller [mailto:davem@davemloft.net]
> Sent: Sat 12/6/2008 11:53 PM
> To: Karen Xie
> Cc: linux-scsi@vger.kernel.org; open-iscsi@googlegroups.com; michaelc@cs.wisc.edu; James.Bottomley@HansenPartnership.com
> Subject: Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
>
> From: Karen Xie <kxie@chelsio.com>
> Date: Sat, 6 Dec 2008 23:09:36 -0800
>
>> It is based on the cxgb3i branch of Mike's linux-2.6-iscsi tree. It needs the
>> patch Mike sent several days ago on preparing the iscsi core libary for pdu
>> offload (http://marc.info/?l=linux-scsi&m=122819956917473).
>
> If this dependency exists I probably can't pull this into the
> net-next-2.6 then, just FYI but you probably already understand
> this :-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
2008-12-08 15:56 ` Mike Christie
@ 2008-12-08 17:47 ` Karen Xie
0 siblings, 0 replies; 5+ messages in thread
From: Karen Xie @ 2008-12-08 17:47 UTC (permalink / raw)
To: Mike Christie; +Cc: David Miller, linux-scsi, open-iscsi, James.Bottomley
Hi, Mike,
Thanks for the reply.
True, there is no dependency on the network driver part.
I will send out the new patch with the entire driver soon.
Thanks,
Karen
-----Original Message-----
From: Mike Christie [mailto:michaelc@cs.wisc.edu]
Sent: Monday, December 08, 2008 7:57 AM
To: Karen Xie
Cc: David Miller; linux-scsi@vger.kernel.org;
open-iscsi@googlegroups.com; James.Bottomley@HansenPartnership.com
Subject: Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
Karen Xie wrote:
> Hi, Dave & Mike,
>
> I guess I need some clarification on how this driver code could be
merged.
>
I think you want to send a patch with the entire driver like you were
before. Do not send against my branch so James and others do not have to
dig around in there.
> The cxgb3i driver addition consists of 2 parts:
>
> 1. the new cxgb3i driver. It resides under drivers/scsi, this part has
the dependency on the open-iscsi core changes I referred in the previous
email. I was under the impression this goes into scsi-misc?
>
> 2. some iscsi related changes in cxgb3 driver (driver/net). This part
does not have any dependency. Dave, I suppose this part goes into
net-next? If so, this does not need Mike's patch at all.
>
There is no dependency with network stuff right (just the cxgb3 driver
which is upstream already)? If so I think it would be easier to just
send the driver through James.
> Thanks a lot.
> Karen
>
> -----Original Message-----
> From: David Miller [mailto:davem@davemloft.net]
> Sent: Sat 12/6/2008 11:53 PM
> To: Karen Xie
> Cc: linux-scsi@vger.kernel.org; open-iscsi@googlegroups.com;
michaelc@cs.wisc.edu; James.Bottomley@HansenPartnership.com
> Subject: Re: [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates
>
> From: Karen Xie <kxie@chelsio.com>
> Date: Sat, 6 Dec 2008 23:09:36 -0800
>
>> It is based on the cxgb3i branch of Mike's linux-2.6-iscsi tree. It
needs the
>> patch Mike sent several days ago on preparing the iscsi core libary
for pdu
>> offload (http://marc.info/?l=linux-scsi&m=122819956917473).
>
> If this dependency exists I probably can't pull this into the
> net-next-2.6 then, just FYI but you probably already understand
> this :-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-12-08 17:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07 7:09 [PATCH 0/3 2.6.29] cxgb3i -- driver fixes & updates Karen Xie
2008-12-07 7:53 ` David Miller
2008-12-07 23:05 ` Karen Xie
2008-12-08 15:56 ` Mike Christie
2008-12-08 17:47 ` Karen Xie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox