2004-01-19 20:23:17

by Santiago Leon

[permalink] [raw]
Subject: [PATCH] IBM PowerPC Virtual Ethernet Driver

Here's a patch that adds the inter-partition Virtual Ethernet driver for
newer IBM iSeries and pSeries systems:

http://www-124.ibm.com/linux/patches/ppc64/ibmveth.patch

The patch applies against the 2.4.25-pre6 tree...

Jeff, can you formally add this driver to 2.4?... I'm waiting for some
ppc64 architectural addition to send out the driver for 2.6...

Comments and suggestions are always welcome...
--
Santiago A. Leon
Power Linux Development
IBM Linux Technology Center


2004-01-19 20:56:37

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] IBM PowerPC Virtual Ethernet Driver

On Mon, Jan 19, 2004 at 03:24:10PM -0500, Santiago Leon wrote:
> Here's a patch that adds the inter-partition Virtual Ethernet driver for
> newer IBM iSeries and pSeries systems:
>
> http://www-124.ibm.com/linux/patches/ppc64/ibmveth.patch
>
> The patch applies against the 2.4.25-pre6 tree...

Usually patches are subitted inline to ease review..

> Jeff, can you formally add this driver to 2.4?... I'm waiting for some
> ppc64 architectural addition to send out the driver for 2.6...

I think we shouldn't accept new drivers in 2.4 anymore unless they're
already in 2.6

2004-01-19 21:58:23

by Santiago Leon

[permalink] [raw]
Subject: Re: [PATCH] IBM PowerPC Virtual Ethernet Driver

Christoph Hellwig wrote:

>>http://www-124.ibm.com/linux/patches/ppc64/ibmveth.patch
>>
>>The patch applies against the 2.4.25-pre6 tree...
>
>
> Usually patches are subitted inline to ease review..
>

That was my original intention, however section 4, question 1 in the FAQ
states:
"If your patch is on the large size (say larger than 500 lines) consider
posting a URL pointing to the patch along with the patch description,
instead of the whole patch."
This patch was 1300+ lines.

> I think we shouldn't accept new drivers in 2.4 anymore unless they're
> already in 2.6

Sure, it makes sense... I just wanted to get this driver out since the
2.4 tree has some architectural features that 2.6 doesn't have yet...
I'm not sure how those features made it to 2.4 before 2.6 though!...

--
Santiago A. Leon
Power Linux Development
IBM Linux Technology Center

2004-01-25 00:15:17

by Jeff Garzik

[permalink] [raw]
Subject: Re: [PATCH] IBM PowerPC Virtual Ethernet Driver

Christoph Hellwig wrote:
> On Mon, Jan 19, 2004 at 03:24:10PM -0500, Santiago Leon wrote:
>>Jeff, can you formally add this driver to 2.4?... I'm waiting for some
>>ppc64 architectural addition to send out the driver for 2.6...
>
>
> I think we shouldn't accept new drivers in 2.4 anymore unless they're
> already in 2.6


The architectural dependency is queued for 2.6 and in 2.4, so I'm OK
with it.

Jeff