RE: [PATCH 1/3] forcedeth: Add vlan support

2006-02-21 Thread Ayaz Abdulla
@vger.kernel.org; Manfred Spraul Subject: Re: [PATCH 1/3] forcedeth: Add vlan support On Mon, Feb 20, 2006 at 05:31:23PM -0500, Jeff Garzik wrote: > On current upstream (not including these three patches), my dmesg is > filled with the following from forcedeth 0.49: > > eth0: too many itera

Re: [PATCH 1/3] forcedeth: Add vlan support

2006-02-20 Thread John W. Linville
On Mon, Feb 20, 2006 at 05:31:23PM -0500, Jeff Garzik wrote: > On current upstream (not including these three patches), my dmesg is > filled with the following from forcedeth 0.49: > > eth0: too many iterations (6) in nv_nic_irq. There is a module option that you can bump to quiet that. It isn'

Re: [PATCH 1/3] forcedeth: Add vlan support

2006-02-20 Thread Jeff Garzik
On current upstream (not including these three patches), my dmesg is filled with the following from forcedeth 0.49: eth0: too many iterations (6) in nv_nic_irq. eth0: too many iterations (6) in nv_nic_irq. eth0: too many iterations (6) in nv_nic_irq. eth0: too many iterations (6) in nv_nic_irq.

Re: [PATCH 1/3] forcedeth: Add vlan support

2006-02-20 Thread Jeff Garzik
Ayaz Abdulla wrote: This forcedeth patch adds support for vlan stripping/inserting in hardware. Signed-off-By: Ayaz Abdulla <[EMAIL PROTECTED]> applied 1-3 to #upstream - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majo

[PATCH 1/3] forcedeth: Add vlan support

2006-02-04 Thread Ayaz Abdulla
This forcedeth patch adds support for vlan stripping/inserting in hardware. Signed-off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig-2.6/drivers/net/forcedeth.c2006-01-21 23:33:01.0 -0500 +++ new-2.6/drivers/net/forcedeth.c 2006-01-21 23:33:08.0 -0500 @@ -102,6 +102,7 @@