[PATCH] cxgb3 - Tag driver version

2007-02-27 Thread divy
From: Divy Le Ray <[EMAIL PROTECTED]> This patch adds a "-ko" tag to the driver version. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/version.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/cxgb3/version.h b/drivers/net/cxgb3/versi

[PATCH 2.6.20] kobject net ifindex + rename

2007-02-27 Thread Jean Tourrilhes
Hi all, Various hotplug packages have had trouble dealing with network interface being renamed. I've decided to tackle this issue from two angles : o export ifindex to those apps, as ifindex is persistent. o expose interface renaming as a hotplug eve

Re: [NET]: Handle disabled preemption in gfp_any()

2007-02-27 Thread Paul E. McKenney
On Tue, Feb 27, 2007 at 09:56:57AM -0800, David Miller wrote: > From: Patrick McHardy <[EMAIL PROTECTED]> > Date: Tue, 27 Feb 2007 18:48:19 +0100 > > > [NET]: Handle disabled preemption in gfp_any() > > > > ctnetlink uses netlink_unicast from an atomic_notifier_chain > > (which is called within a

[NET] Add support for Seeq 8003 on Challenge S Mezz board.

2007-02-27 Thread Ralf Baechle
From: Ladislav Michl <[EMAIL PROTECTED]> Thanks to Jö Fahlke for donating hardware. Signed-off-by: Ladislav Michl <[EMAIL PROTECTED]> Forward porting of Ladis' 2.4 patch. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index 52ed522..b

Re: [PATCH] bcm43xx: Fix code for spec changes of 2/7/2007

2007-02-27 Thread Gavin McCullagh
Hi, On Sat, 10 Feb 2007, Matthew Garrett wrote: > On Sat, Feb 10, 2007 at 06:55:50AM +0100, Michael Buesch wrote: > > > It's likely that old cards still work with v4 firmware, but we don't know > > and > > it has to be tested. > > > > Care to do so? > > I'll check the revision of my 4306, but

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread Arnaldo Carvalho de Melo
On 2/27/07, David Miller <[EMAIL PROTECTED]> wrote: From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 21:20:01 +0300 > On Tue, Feb 27, 2007 at 09:14:25PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > > On Tue, Feb 27, 2007 at 10:00:52AM -0800, David Miller ([EMAIL PROTECT

Re: D-Link DGE-528T (r8159) autonegotation of 1000 Mbps link does not work

2007-02-27 Thread H. Peter Anvin
Petri T. Koistinen wrote: Hi! I just brought two D-Link DGE-528T (uses r8159 driver) network adapters to have nice 1 Gbps home network between two computers. I have gigabit crossover cable that is connected like this... Pin Connector #1 Connector #2 1white/orange white/green 2orange

Re: need some help on a backport of r8169

2007-02-27 Thread Francois Romieu
k the API. I'll give it a try tomorrow evening. > Hmm... you wrote this mail at 00 h 48 this morning, what did you mean by > tomorrow evening? 1. I mean now. See: http://www.fr.zoreil.com/people/francois/backport/r8169/20070227-00 (big patch or serie of 54 pieces). 2. Compiled, untes

[PATCH] net: Convert xtime.tv_sec to get_seconds()

2007-02-27 Thread James Morris
Where appropriate, convert references to xtime.tv_sec to the get_seconds() helper function. Signed-off-by: James Morris <[EMAIL PROTECTED]> --- Please review & apply if ok. include/net/tcp.h|4 ++-- net/ipv4/route.c |2 +- net/ipv4/tcp_input.c |6 +++--- net/ipv4

[PATCH 4/4] pktgen: fix device name handling

2007-02-27 Thread Stephen Hemminger
Since devices can change name and other wierdness, don't hold onto a copy of device name, instead use pointer to output device. Fix a couple of leaks in error handling path as well. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/pktgen.c | 137 +++

[PATCH 1/4] pktgen: use pr_debug

2007-02-27 Thread Stephen Hemminger
Remove private debug macro and replace with standard version Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/pktgen.c | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) --- pktgen.orig/net/core/pktgen.c 2007-02-26 13:21:54.0

[PATCH 2/4] pktgen: use random32

2007-02-27 Thread Stephen Hemminger
Can use random32() now. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/pktgen.c | 52 +++- 1 file changed, 19 insertions(+), 33 deletions(-) --- pktgen.orig/net/core/pktgen.c 2007-02-26 14:34:36.0 -0800 +++ pktge

[PATCH 3/4] pktgen: don't use __constant_htonl()

2007-02-27 Thread Stephen Hemminger
The existing htonl() macro is smart enough to do the same code as using __constant_htonl() and it looks cleaner. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/core/pktgen.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) --- pktgen.orig/net/core

[PATCH] sk98lin: handle pci_enable_device() return value in skge_resume() [resend]

2007-02-27 Thread Dmitriy Monakhov
Signed-off-by: Monakhov Dmitriy <[EMAIL PROTECTED]> --- drivers/net/sk98lin/skge.c | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c index e94ab25..eea753a 100644 --- a/drivers/net/sk98lin/skge.c ++

another tulip typo (Fw: Unaligned accesses in ip_rcv and ip_fast_csum)

2007-02-27 Thread David Miller
Another one of those __sparc_ --> __sparc__ typos in Tulip, Jeff please apply. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> --- Begin Message --- > We have a report (Debian bug #409313 [0]) of the following unaligned > accesses, occuring every 5-6 seconds on Netra X1 and SunFire v100 with >

RE: [PATCH 1/2] NET: Multiple queue network device support

2007-02-27 Thread Waskiewicz Jr, Peter P
Dave, Thanks for the feedback. Please see below for my comments / questions. PJ Waskiewicz Intel Corporation > > From: Peter Waskiewicz Jr <[EMAIL PROTECTED]> > > > > Added an API and associated supporting routines for > multiqueue network > > devices. This allows network devices sup

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread Evgeniy Polyakov
On Tue, Feb 27, 2007 at 09:14:25PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > On Tue, Feb 27, 2007 at 10:00:52AM -0800, David Miller ([EMAIL PROTECTED]) > wrote: > > It's unfortunately an easy mistake to make since kfree() accepts any > > pointer type without warning. > > > > What woul

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread David Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 21:20:01 +0300 > On Tue, Feb 27, 2007 at 09:14:25PM +0300, Evgeniy Polyakov ([EMAIL > PROTECTED]) wrote: > > On Tue, Feb 27, 2007 at 10:00:52AM -0800, David Miller ([EMAIL PROTECTED]) > > wrote: > > > It's unfortunately an easy mi

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread Evgeniy Polyakov
On Tue, Feb 27, 2007 at 10:00:52AM -0800, David Miller ([EMAIL PROTECTED]) wrote: > It's unfortunately an easy mistake to make since kfree() accepts any > pointer type without warning. > > What would be really nice is if someone could come up with a way for > kfree() to disallow being passed obje

[PATCH] jmr3927: do not call tc35815_killall().

2007-02-27 Thread Ralf Baechle
No need to stop tc35815 before resetting the board. This fixes the build of tc35815 as a module. This also means there is no caller of tc35815_killall left, so remove that function also. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> diff --git a/arch/mips/jmr3927/rbhma3100/setup.c b/arch/mip

Re: [PATCH 2/2] [TCP] Sysctl documentation: tcp_frto_response

2007-02-27 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 17:50:39 +0200 (EET) > In addition, fixed minor things in tcp_frto sysctl. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Applied to tcp-2.6, thank you. - To unsubscribe from this list: send the line "unsubscribe netdev" in t

Re: [PATCH 1/2] [TCP]: Add two new spurious RTO responses to FRTO

2007-02-27 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 17:50:06 +0200 (EET) > New sysctl tcp_frto_response is added to select amongst these > responses: > - Rate halving based; reuses CA_CWR state (default) > - Very conservative; used to be the only one available (=1) >

Re: [PATCH 1/3] TCP sysctl documentation: tcp_moderate_rcvbuf

2007-02-27 Thread David Miller
From: John Heffner <[EMAIL PROTECTED]> Date: Mon, 26 Feb 2007 20:09:32 -0500 > Document sysctl tcp_moderate_rcvbuf. > > Signed-off-by: John Heffner <[EMAIL PROTECTED]> Thanks John. I rolled all 3 patches into one commit and applied to net-2.6 GIT. Thanks again! - To unsubscribe from this list:

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread David Miller
From: Paul Moore <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 12:35:22 -0500 > On Tuesday, February 27 2007 12:06:32 pm Patrick McHardy wrote: > > diff --git a/net/netlabel/netlabel_unlabeled.c > > b/net/netlabel/netlabel_unlabeled.c index 5bc3718..b931ede 100644 > > --- a/net/netlabel/netlabel_unla

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 18:06:32 +0100 > [NET]: Fix kfree(skb) > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Applied, thanks for the round of fixes today Patrick :) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body

Re: [NET]: Handle disabled preemption in gfp_any()

2007-02-27 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 18:48:19 +0100 > [NET]: Handle disabled preemption in gfp_any() > > ctnetlink uses netlink_unicast from an atomic_notifier_chain > (which is called within a RCU read side critical section) > without holding further locks. netlink_un

Re: sky2 stable in 2.6.12-rc1 (but still performance problem)...

2007-02-27 Thread Stephen Hemminger
On Tue, 27 Feb 2007 11:31:58 + "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > Hi Stephen, > > 2.6.21-rc1 is the first kernel where my SysKonnect Yukon 2 hardware > with the sky2 v1.13 driver is stable under moderate load. Before a few > GBs of data going over my GigE network quickly with NFS

Re: [PATCH 3+/4] bridge: fix locking of set path cost

2007-02-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 27 Feb 2007 09:52:51 -0800 > This change goes with earlier change to get rid of > work queue for path cost. Now stp_set_path_cost does its own > locking. This is to allow it to call br_path_cost() which calls > ethtool interfaces (might sleep

[PATCH 3+/4] bridge: fix locking of set path cost

2007-02-27 Thread Stephen Hemminger
This change goes with earlier change to get rid of work queue for path cost. Now stp_set_path_cost does its own locking. This is to allow it to call br_path_cost() which calls ethtool interfaces (might sleep). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/bridge/br_ioctl.c |3

[NET]: Handle disabled preemption in gfp_any()

2007-02-27 Thread Patrick McHardy
[NET]: Handle disabled preemption in gfp_any() ctnetlink uses netlink_unicast from an atomic_notifier_chain (which is called within a RCU read side critical section) without holding further locks. netlink_unicast calls netlink_trim with the result of gfp_any() for the gfp flags, which are passed d

Re: [SKGE]: Fix deadlock in skge_tx_timeout

2007-02-27 Thread Stephen Hemminger
On Sat, 24 Feb 2007 20:08:23 +0100 Patrick McHardy <[EMAIL PROTECTED]> wrote: This looks correct. Probably never hit it since the hardware for skge is more stable and doesn't timeout. -- Stephen Hemminger <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in

Re: [NET]: Fix kfree(skb)

2007-02-27 Thread Paul Moore
On Tuesday, February 27 2007 12:06:32 pm Patrick McHardy wrote: > diff --git a/net/netlabel/netlabel_unlabeled.c > b/net/netlabel/netlabel_unlabeled.c index 5bc3718..b931ede 100644 > --- a/net/netlabel/netlabel_unlabeled.c > +++ b/net/netlabel/netlabel_unlabeled.c > @@ -173,7 +173,7 @@ static int n

Re: [PATCH 1/3] remove irq_sem from atl1

2007-02-27 Thread Chris Snook
Jeff Garzik wrote: Chris Snook wrote: From: Chris Snook <[EMAIL PROTECTED]> Remove unnecessary irq_sem code from atl1 driver. Tested with no problems. Signed-off-by: Chris Snook <[EMAIL PROTECTED]> Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> ACK, but patch does not apply: Applying 'r

[NET]: Fix kfree(skb)

2007-02-27 Thread Patrick McHardy
[NET]: Fix kfree(skb) Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> --- commit ddab8d6f231e068c78fb6b1a987a576bc81363f9 tree f724269dd5ac7f125159614ce4482b1b98a5192f parent 01363220f5d23ef68276db8974e46a502e43d01d author Patrick McHardy <[EMAIL PROTECTED]> Tue, 27 Feb 2007 18:02:52 +0100 com

Re: [PATCH 2/2] ehea: NAPI multi queue TX/RX path for SMP

2007-02-27 Thread Patrick McHardy
Jan-Bernd Themann wrote: > This patch provides a functionality that allows parallel > RX processing on multiple RX queues by using dummy netdevices. > > > +static inline int ehea_hash_skb(struct sk_buff *skb, int num_qps) > +{ > + u32 tmp; > + if ((skb->nh.iph->protocol == IPPROTO_TCP)

[PATCH 2/2] ehea: NAPI multi queue TX/RX path for SMP

2007-02-27 Thread Jan-Bernd Themann
This patch provides a functionality that allows parallel RX processing on multiple RX queues by using dummy netdevices. Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> --- diff -Nurp -X dontdiff linux-2.6.21-rc1/drivers/net/ehea/ehea.h patched_kernel/drivers/net/ehea/ehea.h --- linux-2.6

[PATCH 1/2] ehea: dynamic add / remove port

2007-02-27 Thread Jan-Bernd Themann
This patch introduces functionality to dynamically add / remove ehea ports via an userspace DLPAR tool. It creates a subnode for each logical port in the sysfs. Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> --- diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index 42295d6

[PATCH 0/2] ehea: dynamic port & SMP support

2007-02-27 Thread Jan-Bernd Themann
This patch set includes two patches against linux-2.6.21-rc1: - dynamic add / remove port: Interface has been discussed and approved by John Rose (see: http://www.spinics.net/lists/netdev/msg25327.html) - NAPI multi queue TX/RX path for SMP: Integrated comments from mailing list (R. Dreier)

Re: [BUG][2.6.21] af_key: kernel BUG at net/core/skbuff.c:93

2007-02-27 Thread Luca Tettamanti
On 2/27/07, Jarek Poplawski <[EMAIL PROTECTED]> wrote: On 26-02-2007 23:08, Luca Tettamanti wrote: > Hello, > I'm running 2.6.21 (current git, at 9654640d0af). kernel blows up at > startup, when running setkey. Kernel 2.6.20 runs fine. A couple of words ... > [ cut here ]

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Brice Goglin
Steve Wise wrote: > You're right. But cxgb3 has it now in the driver (tested and working). > Shouldn't it be pulled in? When the network stack design gets done > (which could take a few releases to finalize), all the drivers can be > updated to use it. It doesn't seem reasonable to allow some dr

[PATCH 1/1] myri10ge: fix copyright and license

2007-02-27 Thread Brice Goglin
Fix copyright and license ("regents" should not have ever been used). Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> --- drivers/net/myri10ge/myri10ge.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) Index: linux-rc/drivers/net/myri10ge/myri10ge.c =

[PATCH 0/1] myri10ge: fix copyright and license

2007-02-27 Thread Brice Goglin
Hi Jeff, I am resending the patch to fix the copyright and license that you acked in the previous serie. Please apply for 2.6.21. Thank you, Brice - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

[PATCH 2/2] [TCP] Sysctl documentation: tcp_frto_response

2007-02-27 Thread Ilpo Järvinen
In addition, fixed minor things in tcp_frto sysctl. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- Documentation/networking/ip-sysctl.txt | 21 +++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/net

[PATCH 1/2] [TCP]: Add two new spurious RTO responses to FRTO

2007-02-27 Thread Ilpo Järvinen
New sysctl tcp_frto_response is added to select amongst these responses: - Rate halving based; reuses CA_CWR state (default) - Very conservative; used to be the only one available (=1) - Undo cwr; undoes ssthresh and cwnd reductions (=2) The response with rate halving requi

Re: possible bug in net/tc35815.c in linux-2.6.19

2007-02-27 Thread Atsushi Nemoto
On Mon, 26 Feb 2007 23:07:47 +0300, Sergei Shtylyov <[EMAIL PROTECTED]> wrote: > Yeah, tc35815_1.c in our looks like the one in the CELF archive (what I > didn't get is why they decided to keep both drivers around?) I think tc35815_1.c can just replace old tc35815.c. New one lacks tc35815_ki

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Steve Wise
On Tue, 2007-02-27 at 09:53 -0500, Jeff Garzik wrote: > Steve Wise wrote: > > On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: > >> On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: > >>> From: Divy Le Ray <[EMAIL PROTECTED]> > >>> > >>> Add all-in-sw lro support. > >> D

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Jeff Garzik
Steve Wise wrote: On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Add all-in-sw lro support. Doing this in a LLDD doesn't sound like a good idea. Have you tried doing this in

Re: [PATCH 7/7] cxgb3 - Add SW LRO support

2007-02-27 Thread Steve Wise
On Mon, 2007-02-26 at 05:13 +, Christoph Hellwig wrote: > On Sat, Feb 24, 2007 at 04:44:23PM -0800, [EMAIL PROTECTED] wrote: > > From: Divy Le Ray <[EMAIL PROTECTED]> > > > > Add all-in-sw lro support. > > Doing this in a LLDD doesn't sound like a good idea. Have you > tried doing this in th

sky2 stable in 2.6.12-rc1 (but still performance problem)...

2007-02-27 Thread Daniel J Blueman
Hi Stephen, 2.6.21-rc1 is the first kernel where my SysKonnect Yukon 2 hardware with the sky2 v1.13 driver is stable under moderate load. Before a few GBs of data going over my GigE network quickly with NFSv4 would cause transmit timeouts previously, but now fine. I am still observing a performa

Re: Adding data to SKB - odd checksum errors

2007-02-27 Thread Sergio Paracuellos
Hi, This is because if you change the skb you must calcutale checksum for tcp and ip headers changes again. For example: struct iphdr *new_iph = NULL; struct tcphdr *new_th = NULL; /* copy skb to another skb with skb_copy */ new_skb = skb_copy_expand(skb, skb_headroom(skb), MY_SIZE, GFP_ATOMIC);

Re: need some help on a backport of r8169

2007-02-27 Thread Pascal GREGIS
Francois Romieu a écrit, le Tue 27 Feb 2007 à 12:48:31AM : > Pascal GREGIS <[EMAIL PROTECTED]> : > [...] > > Could anyone take a look at my patch and tell me what is missing, > > - It lacks the adequate registers init sequence for a 8168 for instance. > - Fix went in between 2.6.11 and 2.6.12. Whe

Re: [PATCH] netxen: do_rom_fast_write error handling

2007-02-27 Thread Jeff Garzik
Stephen Hemminger wrote: Compiler warning spots real error! The function do_rom_fast_read called in do_rom_fast_write can fail and leave data1 unset. This causes a compile warning. The correct thing is to propagate the error out. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- dri

Re: [PATCH 1/3] remove irq_sem from atl1

2007-02-27 Thread Jeff Garzik
Chris Snook wrote: From: Chris Snook <[EMAIL PROTECTED]> Remove unnecessary irq_sem code from atl1 driver. Tested with no problems. Signed-off-by: Chris Snook <[EMAIL PROTECTED]> Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> ACK, but patch does not apply: Applying 'remove irq_sem from atl

Re: [PATCH 1/3] chelsio: remove unused code for 1G boards

2007-02-27 Thread Jeff Garzik
Stephen Hemminger wrote: Some code for Chelsio 1G boards was put in the driver based on the vendor version (minus TOE). Well some of those board versions are only supported with TOE on the vendor driver, so additional dead code was added. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> ---

Re: natsemi: Fix detection of vanilla natsemi cards

2007-02-27 Thread Jeff Garzik
Mark Brown wrote: Bob Tracy <[EMAIL PROTECTED]> reported that the addition of support for Aculab E1/T1 cPCI carrier cards broke detection of vanilla natsemi cards. This patch fixes that: the problem is that the driver-specific ta in the PCI device table is an index into a second table and this h

Re: [PATCH] net: remove a collection of unneeded #undef REALLY_SLOW_IO stuff

2007-02-27 Thread Jeff Garzik
Alan wrote: Signed-off-by: Alan Cox <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH, RESEND] chelsio: Fix non-NAPI compile

2007-02-27 Thread Jeff Garzik
Roland Dreier wrote: Chelsio without NAPI enabled has been broken (won't compile) since 3de00b89 ("chelsio: NAPI speed improvement"): drivers/net/chelsio/sge.c: In function `t1_interrupt`: drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this function) The change bel

Re: [PATCH 1/7] cxgb3 - manage sysfs attributes per port

2007-02-27 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Divy Le Ray <[EMAIL PROTECTED]> sysfs attributes are now managed per port, no longer per adapter. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> applied 1-6 of 7 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [E

Re: [PATCH 1/6] S2IO: Fixes for MSI and MSIX

2007-02-27 Thread Jeff Garzik
Sivakumar Subramani wrote: - Added debug statements to print a debug message if the MSI/MSI-X vector (or) data is zero. - This patch removes the code that will enable NAPI for the case of single ring and MSI-X / MSI case. There are some issue in the enabling NAPI with MSI/MSI-X. So we ar

Re: [RFC][NET] Alignment in mv643xx_eth

2007-02-27 Thread Jeff Garzik
Ralf Baechle wrote: The driver contains this little piece of candy: #if defined(CONFIG_DMA_NONCOHERENT) || defined(CONFIG_NOT_COHERENT_CACHE) #define ETH_DMA_ALIGN L1_CACHE_BYTES #else #define ETH_DMA_ALIGN 8 #endif Any reason why we're not using dma_get_cache_alignment() in

Re: [PATCH] ucc_geth: use of_get_mac_address()

2007-02-27 Thread Jeff Garzik
Timur Tabi wrote: Update ucc_geth_probe() to use function of_get_mac_address() to obtain the MAC address. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- drivers/net/ucc_geth.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) applied - To unsubscribe from this list: send the

Re: [NET] sgiseeq: Don't include unnecessary headerfiles.

2007-02-27 Thread Jeff Garzik
Ralf Baechle wrote: Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 01/13] qla3xxx: Return proper error codes when the 4022/4032 is being probed

2007-02-27 Thread Jeff Garzik
Ron Mercer wrote: From: Benjamin Li <[EMAIL PROTECTED]> The return code was not properly set when when allocating memory or mapping memory failed. Depending on the stack, the return code would sometimes return 0, which indicates everything was ok, when in fact there was an error. This would c

Re: [PATCH 1/2] skge: fix transmitter flow control

2007-02-27 Thread Jeff Garzik
Stephen Hemminger wrote: It looks like the skge driver inherited another bug from the sk98lin code. If I send from 1000mbit port to a machine on 100mbit port, the switch should be doing hardware flow control, but no pause frames show up in the statistics. This is the analog of the recent sky2 fi

Re: [PATCH 1/2] myri10ge: workaround buggy adopted firmwares

2007-02-27 Thread Jeff Garzik
Brice Goglin wrote: Work around a bug which occurs when adopting firmware versions 1.4.4 though 1.4.11 where broadcasts are filtered as if they were multicasts. Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> --- drivers/net/myri10ge/myri10ge.c | 27 +++ 1 file changed

Re: [PATCH 0/1] NetXen: Driver unload fixes

2007-02-27 Thread Jeff Garzik
Amit S. Kale wrote: Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> --- netxen_nic_hw.c |9 + netxen_nic_main.c |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) applied 1-2 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

Re: [PATCH 1/12]: sungem_phy: support bcm5461 phy, autoneg.

2007-02-27 Thread Jeff Garzik
Linas Vepstas wrote: From: Jens Osterkamp <[EMAIL PROTECTED]> This version moves the medium variable to the card specific structure and changes the GMII_* to BCM54XX_* #defines. This patch adds improved version of enable_fiber for both the 5421 and the 5461 phy. It is now possible to specify wi

Re: [PATCH 1/3] forcedeth: fixed missing call in napi poll

2007-02-27 Thread Jeff Garzik
Ayaz Abdulla wrote: The napi poll routine was missing the call to the optimized rx process routine. This patch adds the missing call for the optimized path. Signed-Off-By: Ayaz Abdulla <[EMAIL PROTECTED]> applied 1-3 - To unsubscribe from this list: send the line "unsubscribe netdev" in the

Re: [PATCH 3/2] myri10ge: fix copyright and license

2007-02-27 Thread Jeff Garzik
Brice Goglin wrote: Fix copyright and license ("regents" should not have ever been used). Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> --- drivers/net/myri10ge/myri10ge.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) ACK, but dropped since patch #2 was dr

Re: [PATCH 2/2] myri10ge: large receive offload

2007-02-27 Thread Jeff Garzik
Brice Goglin wrote: Add Large Receive Offload implemented in software. Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> --- drivers/net/myri10ge/myri10ge.c | 422 1 file changed, 422 insertions(+) Another patch to do this for another driver just came u

[patch 26/26] Xen-paravirt_ops: Add the Xen virtual network device driver.

2007-02-27 Thread Jeremy Fitzhardinge
The network device frontend driver allows the kernel to access network devices exported exported by a virtual machine containing a physical network device driver. Signed-off-by: Ian Pratt <[EMAIL PROTECTED]> Signed-off-by: Christian Limpach <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL P

Re: [BUG][2.6.21] af_key: kernel BUG at net/core/skbuff.c:93

2007-02-27 Thread Jarek Poplawski
On 26-02-2007 23:08, Luca Tettamanti wrote: > Hello, > I'm running 2.6.21 (current git, at 9654640d0af). kernel blows up at > startup, when running setkey. Kernel 2.6.20 runs fine. A couple of words ... > [ cut here ] > kernel BUG at /home/kronos/src/linux-2.6.git/net/core/s

Re: 2.6.21-rc1: known regressions (v2) (part 2)

2007-02-27 Thread Mike Galbraith
On Tue, 2007-02-27 at 09:33 +0100, Ingo Molnar wrote: > * Michal Piotrowski <[EMAIL PROTECTED]> wrote: > > > Thomas Gleixner napisał(a): > > > Adrian, > > > > > > On Mon, 2007-02-26 at 23:05 +0100, Adrian Bunk wrote: > > >> Subject: kernel BUG at kernel/time/tick-sched.c:168 (CONFIG_NO_HZ) >

Re: 2.6.21-rc1: known regressions (v2) (part 2)

2007-02-27 Thread Ingo Molnar
* Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Thomas Gleixner napisał(a): > > Adrian, > > > > On Mon, 2007-02-26 at 23:05 +0100, Adrian Bunk wrote: > >> Subject: kernel BUG at kernel/time/tick-sched.c:168 (CONFIG_NO_HZ) > >> References : http://lkml.org/lkml/2007/2/16/346 > >> Submitter

Re: 2.6.21-rc1: known regressions (v2) (part 2)

2007-02-27 Thread Michal Piotrowski
Michal Piotrowski napisał(a): > Thomas Gleixner napisał(a): >> Adrian, >> >> On Mon, 2007-02-26 at 23:05 +0100, Adrian Bunk wrote: >>> Subject: kernel BUG at kernel/time/tick-sched.c:168 (CONFIG_NO_HZ) >>> References : http://lkml.org/lkml/2007/2/16/346 >>> Submitter : Michal Piotrowski <[EMA

Re: 2.6.21-rc1: known regressions (v2) (part 2)

2007-02-27 Thread Michal Piotrowski
Thomas Gleixner napisał(a): > Adrian, > > On Mon, 2007-02-26 at 23:05 +0100, Adrian Bunk wrote: >> Subject: kernel BUG at kernel/time/tick-sched.c:168 (CONFIG_NO_HZ) >> References : http://lkml.org/lkml/2007/2/16/346 >> Submitter : Michal Piotrowski <[EMAIL PROTECTED]> >> Handled-By : Thomas

Re: 2.6.21-rc1: known regressions (v2) (part 2)

2007-02-27 Thread Thomas Gleixner
Adrian, On Mon, 2007-02-26 at 23:05 +0100, Adrian Bunk wrote: > Subject: kernel BUG at kernel/time/tick-sched.c:168 (CONFIG_NO_HZ) > References : http://lkml.org/lkml/2007/2/16/346 > Submitter : Michal Piotrowski <[EMAIL PROTECTED]> > Handled-By : Thomas Gleixner <[EMAIL PROTECTED]> > Status