linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI
  2009-09-25 22:25 [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI kxie
@ 2009-09-25 22:24 ` David Miller
  2009-09-25 22:34   ` Karen Xie
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2009-09-25 22:24 UTC (permalink / raw)
  To: kxie
  Cc: michaelc, James.Bottomley, swise, divy, rakesh, linux-scsi,
	open-iscsi, linux-kernel, netdev

From: kxie@chelsio.com
Date: Fri, 25 Sep 2009 15:25:36 -0700

> From: Karen Xie <kxie@chelsio.com>
> 
> The two patches added support of private MAC address, which is derived from
> the network (i.e., public) MAC address, and provisioning packet handler for
> iSCSI traffic only.

I think I'm going to ask you to resubmit the drivers/net patch
after the necessary drivers/scsi changes get merged by the scsi
folks.

Thank you.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI
@ 2009-09-25 22:25 kxie
  2009-09-25 22:24 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: kxie @ 2009-09-25 22:25 UTC (permalink / raw)
  To: michaelc, James.Bottomley, davem
  Cc: swise, divy, rakesh, kxie, linux-scsi, open-iscsi, linux-kernel, netdev

From: Karen Xie <kxie@chelsio.com>

The two patches added support of private MAC address, which is derived from
the network (i.e., public) MAC address, and provisioning packet handler for
iSCSI traffic only.

Best regards,
Karen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI
  2009-09-25 22:24 ` David Miller
@ 2009-09-25 22:34   ` Karen Xie
  2009-09-26  7:16     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Karen Xie @ 2009-09-25 22:34 UTC (permalink / raw)
  To: David Miller
  Cc: michaelc, James.Bottomley, Steve Wise, Divy Le Ray,
	Rakesh Ranjan, linux-scsi, open-iscsi, linux-kernel, netdev

Hmm, I am wondering how could this merge activity to be coordinated? If
only the driver/scsi change is merged, then it won't compile either,
since it requires the driver/net change.

Is it possible to merge both patches to the scsi or net tree?

Thanks,
Karen

-----Original Message-----
From: David Miller [mailto:davem@davemloft.net] 
Sent: Friday, September 25, 2009 3:25 PM
To: Karen Xie
Cc: michaelc@cs.wisc.edu; James.Bottomley@HansenPartnership.com; Steve
Wise; Divy Le Ray; Rakesh Ranjan; linux-scsi@vger.kernel.org;
open-iscsi@googlegroups.com; linux-kernel@vger.kernel.org;
netdev@vger.kernel.org
Subject: Re: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC
address and provisioning packet handler for iSCSI

From: kxie@chelsio.com
Date: Fri, 25 Sep 2009 15:25:36 -0700

> From: Karen Xie <kxie@chelsio.com>
> 
> The two patches added support of private MAC address, which is derived
from
> the network (i.e., public) MAC address, and provisioning packet
handler for
> iSCSI traffic only.

I think I'm going to ask you to resubmit the drivers/net patch
after the necessary drivers/scsi changes get merged by the scsi
folks.

Thank you.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI
  2009-09-25 22:34   ` Karen Xie
@ 2009-09-26  7:16     ` David Miller
  2009-09-26 18:55       ` Karen Xie
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2009-09-26  7:16 UTC (permalink / raw)
  To: kxie
  Cc: michaelc, James.Bottomley, swise, divy, rakesh, linux-scsi,
	open-iscsi, linux-kernel, netdev

From: "Karen Xie" <kxie@chelsio.com>
Date: Fri, 25 Sep 2009 15:34:22 -0700

> Hmm, I am wondering how could this merge activity to be coordinated? If
> only the driver/scsi change is merged, then it won't compile either,
> since it requires the driver/net change.

That's rediculious, frankly.

Since they are two seperate changes you are knowingly creating
a bisection point that will not work.  That's wrong.

You need to split up the changes so that each and every one of them
are independant and the tree can be checked out at either of them and
everything can be expected to work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI
  2009-09-26  7:16     ` David Miller
@ 2009-09-26 18:55       ` Karen Xie
  0 siblings, 0 replies; 5+ messages in thread
From: Karen Xie @ 2009-09-26 18:55 UTC (permalink / raw)
  To: David Miller
  Cc: michaelc, James.Bottomley, Steve Wise, Divy Le Ray,
	Rakesh Ranjan, linux-scsi, open-iscsi, linux-kernel, netdev

Thanks, understood.

We are submitting a new version that would be isolated to changes to the
net driver only and would not affect scsi driver.

Thanks a lot.
Karen

-----Original Message-----
From: David Miller [mailto:davem@davemloft.net] 
Sent: Saturday, September 26, 2009 12:17 AM
To: Karen Xie
Cc: michaelc@cs.wisc.edu; James.Bottomley@HansenPartnership.com; Steve
Wise; Divy Le Ray; Rakesh Ranjan; linux-scsi@vger.kernel.org;
open-iscsi@googlegroups.com; linux-kernel@vger.kernel.org;
netdev@vger.kernel.org
Subject: Re: [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC
address and provisioning packet handler for iSCSI

From: "Karen Xie" <kxie@chelsio.com>
Date: Fri, 25 Sep 2009 15:34:22 -0700

> Hmm, I am wondering how could this merge activity to be coordinated?
If
> only the driver/scsi change is merged, then it won't compile either,
> since it requires the driver/net change.

That's rediculious, frankly.

Since they are two seperate changes you are knowingly creating
a bisection point that will not work.  That's wrong.

You need to split up the changes so that each and every one of them
are independant and the tree can be checked out at either of them and
everything can be expected to work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-26 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-25 22:25 [PATCH v2 0/2] cxgb3/cxgb3i: added support of private MAC address and provisioning packet handler for iSCSI kxie
2009-09-25 22:24 ` David Miller
2009-09-25 22:34   ` Karen Xie
2009-09-26  7:16     ` David Miller
2009-09-26 18:55       ` Karen Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).