Re: PATCH SB1250 NAPI support

2006-06-29 Thread Martin Michlmayr
* Tom Rix [EMAIL PROTECTED] [2006-06-04 11:45]: A while ago I submitted this patch for NAPI support for SB1250 / SB1480. I have tested it again on the recent (6/3/06) linux-mips kernel. Are there any comments regarding this patch (apart from the fact that Tom forgot to include a Signed-off-by

Re: [PATCH 2/3] [VLAN]: Update iif when receiving via VLAN device

2006-06-29 Thread Thomas Graf
* jamal [EMAIL PROTECTED] 2006-06-28 09:46 Why not use iflink? It exists, by definition, specifically as the ifindex of the down muxed netdevice (should probably add that definition in the .h). This is semantically different from a message to the stack which says this came to you from input

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Paul Collins
Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote: Try to get more logs. I suggest to do a netconsole for logging. Also note that current softmac trees have a patch missing. It seems it got lost somewhere after my merge request. I already contacted

Re: Network namespaces a path to mergable code.

2006-06-29 Thread Daniel Lezcano
Eric W. Biederman wrote: When an outgoing packet has the loopback destination addres, the skbuff is filled with the network namespace. So the loopback packets never go outside the namespace. This approach facilitate the migration of loopback because identification is done by network namespace

Re: [RFT PATCH] pcnet32: NAPI support

2006-06-29 Thread Lennart Sorensen
On Wed, Jun 28, 2006 at 09:55:41AM -0700, Don Fry wrote: Yes, I saw the debug statements when creating the email and was too lazy to remove them and create a new patch. The patch needs to be broken up into functional pieces anyway, so since it has passed all of my testing as well, I will

Re: TOE, etc.

2006-06-29 Thread Steve Wise
But back on the main point, if implementing SCSI services over a TCP connection is acceptable even though it does not use a kernel socket, why would it not be acceptable to implement RDMA services over a TCP connection without using a kernel socket? Because SCSI doesn't force nasty

ACX100 (softmac-based) driver ready to merge, but is it legal? -- Re: wireless (was Re: 2.6.18 -mm merge plans)

2006-06-29 Thread John W. Linville
On Mon, Jun 05, 2006 at 05:24:51PM +0100, Alan Cox wrote: Ar Llu, 2006-06-05 am 09:27 -0400, ysgrifennodd John W. Linville: Does not the Signed-off-by: line on a patch submission give us some level of good faith protection? I'm tempted to take contributors at their word, that they have

Re: [Acx100-users] Denis Vlasenko, where are you? (mail bounced)

2006-06-29 Thread Andreas Mohr
Hi, On Thu, Jun 29, 2006 at 10:42:39AM -0400, John W. Linville wrote: If anyone knows how to get in touch w/ Denis, I'd appreciate it... He sent me (and few other addresses) his new address recently (*important* mails only!): vda.linux AT a server called googlemail.com (he got a new job and

Re: 2.6.17.1: fails to fully get webpage

2006-06-29 Thread Bill Davidsen
CaT wrote: On Wed, Jun 28, 2006 at 08:47:09PM -0700, David Miller wrote: You can save yourself that hassle by informing the site admin of the affected site that they have a firewall that misinterprets the RFC standard window scaling field of the TCP headers. These devices assume it is zero

Re: [PATCH] improved statistics for bcm43xx-softmac

2006-06-29 Thread Michael Buesch
On Thursday 29 June 2006 06:08, Larry Finger wrote: This patch improves the statistics returned from bcm43xx_get_wireless_stats. The signal level comes from smoothing the rssi value returned by the firmware. The quality value is a hack derived from the smoothed rssi value and an assumed

Re: [PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf

2006-06-29 Thread Per Liden
A problem was found with this patch. The direct inspection of bundle buffer tailroom did not account for the possiblity of unrequested tailroom added by skb_alloc(), thereby allowing a bundle to be created that exceeds the current link MTU. I'll resend this patch set with this issue resolved.

Re: [PATCH] improved statistics for bcm43xx-softmac

2006-06-29 Thread Larry Finger
Michael Buesch wrote: On Thursday 29 June 2006 06:08, Larry Finger wrote: /* fill in the real statistics when iface associated */ - wstats-qual.qual = 100; // TODO: get the real signal quality - wstats-qual.level = 3 - bcm-stats.link_quality; +

[PATCH 0/3] TIPC updates (resend)

2006-06-29 Thread Per Liden
This is a resend of this patch set. A problem was found with the direct inspection of bundle buffer tailroom. It did not account for the possiblity of unrequested tailroom added by skb_alloc(), thereby allowing a bundle to be created that exceeds the current link MTU. An additional check now

[PATCH 2/3] [TIPC] Improve response to requests for node/link information

2006-06-29 Thread Per Liden
From: Allan Stephens [EMAIL PROTECTED] Now allocates reply space for get links request based on number of actual links, not number of potential links. Also, limits reply to get links and get nodes requests to 32KB to match capabilities of tipc-config utility that issued request. Signed-off-by:

[PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf

2006-06-29 Thread Per Liden
From: Allan Stephens [EMAIL PROTECTED] Now determines tailroom of bundle buffer by directly inspection of buffer. Previously, buffer was assumed to have a max capacity equal to the link MTU, but the addition of link MTU negotiation means that the link MTU can increase after the bundle buffer is

[PATCH 3/3] [TIPC] Initial activation message now includes TIPC version number

2006-06-29 Thread Per Liden
From: Allan Stephens [EMAIL PROTECTED] Signed-off-by: Allan Stephens [EMAIL PROTECTED] Signed-off-by: Per Liden [EMAIL PROTECTED] --- net/tipc/core.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/tipc/core.c b/net/tipc/core.c index 5003acb..0539a83 100644 ---

[2.6 patch] fix the AU1000_FIR dependencies

2006-06-29 Thread Adrian Bunk
This patch fixes the AU1000_FIR dependencies. Spotted by Jean-Luc Leger. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 15 Apr 2006 --- linux-2.6.17-rc1-mm2-full/drivers/net/irda/Kconfig.old 2006-04-15 16:17:36.0 +0200 +++

[PATCH] ixgb: add PCI Error recovery callbacks

2006-06-29 Thread Linas Vepstas
Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet ixgb device driver. Lightly tested, works. Signed-off-by: Linas Vepstas [EMAIL PROTECTED] drivers/net/ixgb/ixgb_main.c | 112 ++- 1 file changed, 111 insertions(+), 1 deletion(-)

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Michael Buesch
On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote: Try to get more logs. I suggest to do a netconsole for logging. Also note that current softmac trees have a patch missing. It seems it got

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Larry Finger
Michael Buesch wrote: On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote: Try to get more logs. I suggest to do a netconsole for logging. Also note that current softmac trees have a patch missing.

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Paul Collins
Michael Buesch [EMAIL PROTECTED] writes: On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote: Try to get more logs. I suggest to do a netconsole for logging. Also note that current softmac

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Michael Buesch
On Thursday 29 June 2006 17:31, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote: Try to get more logs. I suggest to do a

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Larry Finger
Michael Buesch wrote: On Thursday 29 June 2006 17:22, Larry Finger wrote: Jun 29 01:22:08 larrylap kernel: bcm43xx: Controller restarted Jun 29 01:23:08 larrylap kernel: bcm43xx: ASSERTION FAILED (channel = 1 channel = 14) at: drivers/net/wireless/bcm43xx/bcm43xx_radio.c:79:channel2freq_bg()

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Martin Langer
On Thu, Jun 29, 2006 at 05:31:50PM +0200, Michael Buesch wrote: On Thursday 29 June 2006 17:22, Larry Finger wrote: Michael Buesch wrote: On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes: On Monday 26 June 2006 14:43, Michael Buesch wrote:

Re: bcm43xx: transmit timed out and apparent hang with preemptible periodic work patches

2006-06-29 Thread Michael Buesch
On Thursday 29 June 2006 18:47, Martin Langer wrote: On Thu, Jun 29, 2006 at 05:31:50PM +0200, Michael Buesch wrote: On Thursday 29 June 2006 17:22, Larry Finger wrote: Michael Buesch wrote: On Thursday 29 June 2006 10:24, Paul Collins wrote: Michael Buesch [EMAIL PROTECTED] writes:

Re: RDMA will be reverted

2006-06-29 Thread Roland Dreier
David Roland, there is no way in the world we would have let David support for RDMA into the kernel tree had we seen and David reviewed it on netdev. I've discussed this with Andrew David Morton, and we'd like you to please revert all of the RDMA David code from Linus's tree

Re: Netchannels: progress report.

2006-06-29 Thread James Morris
On Thu, 29 Jun 2006, Evgeniy Polyakov wrote: +#define __NR_netchannel_control 279 +__SYSCALL(__NR_vmsplice, sys_netchannel_control) This looks wrong. -- James Morris [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

RE: PATCH SB1250 NAPI support

2006-06-29 Thread Mark E Mason
Hello, We've done some further work on the bcm1250/bcm1480 MAC driver since then, primarily in the area of performance improvements, but we've not quite ready to submit the patch for those changes yet. In the meantime, Tom's patch fixes all of the really bad problems, and we'd really appreciate

Re: RDMA will be reverted

2006-06-29 Thread Roland Dreier
Dave, you're going to have to be more specific. What do you mean by RDMA? The whole drivers/infiniband infrastructure, which handles RDMA over IB, has been upstream for a year and a half, and was in fact originally merged by you, so I'm guessing that's not what you mean. NET_DMA

Re: RDMA will be reverted

2006-06-29 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article [EMAIL PROTECTED] (at Thu, 29 Jun 2006 09:54:37 -0700), Roland Dreier [EMAIL PROTECTED] says: David Roland, there is no way in the world we would have let David support for RDMA into the kernel tree had we seen and David reviewed it on netdev. I've discussed

Re: RDMA will be reverted

2006-06-29 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Thu, 29 Jun 2006 10:35:56 -0700), Roland Dreier [EMAIL PROTECTED] says: Dave, you're going to have to be more specific. What do you mean by RDMA? The whole drivers/infiniband infrastructure, which handles RDMA over IB, has been upstream for a year

Re: Netchannels: progress report.

2006-06-29 Thread Evgeniy Polyakov
On Thu, Jun 29, 2006 at 01:19:29PM -0400, James Morris ([EMAIL PROTECTED]) wrote: On Thu, 29 Jun 2006, Evgeniy Polyakov wrote: +#define __NR_netchannel_control279 +__SYSCALL(__NR_vmsplice, sys_netchannel_control) This looks wrong. Ugh, it's my hand merge for x86_64. Thank you for

jumbo frames and memory fragmentation

2006-06-29 Thread Chris Friesen
I'm running a system with multiple e1000 devices, using 9KB jumbo frames. I'm running a modified 2.6.10 with e1000 driver 5.5.4-k2. I'm a bit concerned about the behaviour of this driver with jumbo frames. We ask for 9KB. The driver then bumps that up to a power-of-two, so it calls

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Shailabh Nagar
Andrew Morton wrote: On Thu, 29 Jun 2006 09:44:08 -0700 Paul Jackson [EMAIL PROTECTED] wrote: You're probably correct on that model. However, it all depends on the actual workload. Are people who actually have large-CPU (256) systems actually running fork()-heavy things like webservers on

Re: [Patch 1/1] AF_UNIX Datagram getpeersec (minor fix)

2006-06-29 Thread Xiaolan Zhang
Thank you all for your help! It's been great working with you. Catherine David Miller [EMAIL PROTECTED] wrote on 06/29/2006 03:28:00 PM: From: James Morris [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 10:00:48 -0400 (EDT) On Wed, 28 Jun 2006, Catherine Zhang wrote: Hi, Minor fix

Re: [PATCH 3/4][ATM]: [suni] change suni_init to __devinit

2006-06-29 Thread David Miller
From: chas williams - CONTRACTOR [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 09:45:04 -0400 please consider for 2.6.18 -- thanks! [ATM]: [suni] change suni_init to __devinit Signed-off-by: Chas Williams [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the line unsubscribe

Re: [Patch 1/1] AF_UNIX Datagram getpeersec (minor fix)

2006-06-29 Thread David Miller
From: James Morris [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 10:00:48 -0400 (EDT) On Wed, 28 Jun 2006, Catherine Zhang wrote: Hi, Minor fix (un-export selinux_get_sock_sid()). Thanks, looks ok to me. Acked-by: James Morris [EMAIL PROTECTED] Applied, thanks a lot. - To unsubscribe

Re: [PATCH 2/2] bnx2: Turn off link during shutdown

2006-06-29 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 10:59:20 -0700 Minor change in shutdown logic to effect a link down. Update version to 1.4.43. Signed-off-by: Michael Chan [EMAIL PROTECTED] Also applied, thanks a lot. - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/3] [TIPC] Improve response to requests for node/link information

2006-06-29 Thread David Miller
From: Per Liden [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 14:07:51 +0200 From: Allan Stephens [EMAIL PROTECTED] Now allocates reply space for get links request based on number of actual links, not number of potential links. Also, limits reply to get links and get nodes requests to 32KB to

Re: [PATCH 1/4][ATM]: [idt77105] should be __devinit not __init

2006-06-29 Thread David Miller
From: chas williams - CONTRACTOR [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 09:44:27 -0400 please consider for 2.6.18 -- thanks! [ATM]: [idt77105] should be __devinit not __init Signed-off-by: Chas Williams [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the line

[2.6 patch] net/xfrm/xfrm_state: unexport xfrm_state_mtu

2006-06-29 Thread Adrian Bunk
This patch removes the unused EXPORT_SYMBOL(xfrm_state_mtu). Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Apr 2006 --- linux-2.6.17-rc1-mm2-full/net/xfrm/xfrm_state.c.old 2006-04-12 22:38:57.0 +0200 +++

Re: [PATCH 3/3] [TIPC] Initial activation message now includes TIPC version number

2006-06-29 Thread David Miller
From: Per Liden [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 14:07:52 +0200 From: Allan Stephens [EMAIL PROTECTED] Signed-off-by: Allan Stephens [EMAIL PROTECTED] Signed-off-by: Per Liden [EMAIL PROTECTED] Also applied, thanks a lot. - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH]NET: Add ECN support for TSO

2006-06-29 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Tue, 27 Jun 2006 21:37:01 -0700 [NET]: Add ECN support for TSO Applied, thanks a lot. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [NET]: Added GSO header verification

2006-06-29 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Tue, 27 Jun 2006 19:07:24 -0700 On Wed, 2006-06-28 at 08:31 +1000, Herbert Xu wrote: [NET]: Fix logical error in skb_gso_ok The test in skb_gso_ok is backwards. Noticed by Michael Chan [EMAIL PROTECTED]. Signed-off-by: Herbert Xu [EMAIL

Re: [PATCH 1/2] bnx2: Use dev_kfree_skb() instead of the _irq version

2006-06-29 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 10:59:14 -0700 Change all dev_kfree_skb_irq() and dev_kfree_skb_any() to dev_kfree_skb(). These calls are never used in irq context. Signed-off-by: Michael Chan [EMAIL PROTECTED] Applied, thanks. - To unsubscribe from this list:

Re: [PATCH]bnx2: Add NETIF_F_TSO_ECN

2006-06-29 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Tue, 27 Jun 2006 20:07:04 -0700 Add NETIF_F_TSO_ECN feature for all bnx2 hardware. Signed-off-by: Michael Chan [EMAIL PROTECTED] Applied, thanks a lot. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to

Re: [PATCH] [IrDA] MCS7780 usb_driver struct should be static

2006-06-29 Thread David Miller
From: Samuel Ortiz [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 08:12:36 +0300 Hi Dave, This patch makes a needlessly global struct static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] Applied, thanks a lot. - To unsubscribe from this list: send

Re: [PATCH 4/4][ATM]: basic sysfs support for ATM devices

2006-06-29 Thread David Miller
From: chas williams - CONTRACTOR [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 09:45:42 -0400 please consider for 2.6.18 -- thanks! [ATM]: basic sysfs support for ATM devices From: Roman Kagan [EMAIL PROTECTED] Signed-off-by: Chas Williams [EMAIL PROTECTED] Also applied, thanks a lot. - To

Re: [PATCH 2/4][ATM]: [iphase] should be __devinit not __init

2006-06-29 Thread David Miller
From: chas williams - CONTRACTOR [EMAIL PROTECTED] Date: Wed, 28 Jun 2006 09:44:45 -0400 please consider for 2.6.18 -- thanks! [ATM]: [iphase] should be __devinit not __init Signed-off-by: Chas Williams [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf

2006-06-29 Thread David Miller
From: Per Liden [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 17:17:20 +0200 (CEST) A problem was found with this patch. The direct inspection of bundle buffer tailroom did not account for the possiblity of unrequested tailroom added by skb_alloc(), thereby allowing a bundle to be created that

Re: PATCH SB1250 NAPI support

2006-06-29 Thread Francois Romieu
Tom Rix [EMAIL PROTECTED] : [...] diff -rup a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c --- a/drivers/net/sb1250-mac.c 2006-03-09 04:25:41.0 -0600 +++ b/drivers/net/sb1250-mac.c 2006-03-09 05:30:52.0 -0600 [...] @@ -2079,13 +2095,31 @@ static irqreturn_t sbmac_intr(int

Re: [2.6 patch] net/xfrm/xfrm_state: unexport xfrm_state_mtu

2006-06-29 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 21:20:35 +0200 This patch removes the unused EXPORT_SYMBOL(xfrm_state_mtu). Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Applied, thanks. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to

Re: RDMA will be reverted

2006-06-29 Thread Tom Tucker
On Thu, 2006-06-29 at 12:46 -0700, David Miller wrote: From: Roland Dreier [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 09:54:37 -0700 In any case I think we need to find a way for Linux to support iWARP hardware, since there are users that want this, and (some of) the vendors are working

[2.6 patch] make net/core/skbuff.c:skb_release_data() static

2006-06-29 Thread Adrian Bunk
On Fri, Jun 23, 2006 at 04:01:15AM -0700, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Fri, 23 Jun 2006 12:56:23 +0200 skb_release_data() no longer has any users in other files. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] If you are going to do this, you need to

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Andrew Morton
On Thu, 29 Jun 2006 15:10:31 -0400 Shailabh Nagar [EMAIL PROTECTED] wrote: I agree, and I'm viewing this as blocking the taskstats merge. Because if this _is_ a problem then it's a big one because fixing it will be intrusive, and might well involve userspace-visible changes. First off,

Re: 2.6.17-mm3 -- BUG: illegal lock usage -- illegal {softirq-on-W} - {in-softirq-R} usage.

2006-06-29 Thread Andrew Morton
On Thu, 29 Jun 2006 12:01:06 -0700 Miles Lane [EMAIL PROTECTED] wrote: [ BUG: illegal lock usage! ] This is claiming that we're taking sk-sk_dst_lock in a deadlockable manner. illegal {softirq-on-W} - {in-softirq-R} usage. It found someone doing

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Paul Jackson
Shailabh wrote: First off, just a reminder that this is inherently a netlink flow control issue...which was being exacerbated earlier by taskstats decision to send per-tgid data (no longer the case). But I'd like to know whats our target here ? How many messages per second do we want to be

Re: 2.6.17-mm3 -- BUG: illegal lock usage -- illegal {softirq-on-W} - {in-softirq-R} usage.

2006-06-29 Thread Arjan van de Ven
On Thu, 2006-06-29 at 12:26 -0700, Andrew Morton wrote: On Thu, 29 Jun 2006 12:01:06 -0700 Miles Lane [EMAIL PROTECTED] wrote: [ BUG: illegal lock usage! ] This is claiming that we're taking sk-sk_dst_lock in a deadlockable manner. illegal {softirq-on-W}

Re: [Ubuntu PATCH] Broadcom wireless patch, PCIE/Mactel support

2006-06-29 Thread John W. Linville
On Thu, Jun 15, 2006 at 01:32:20PM +0200, Stefano Brivio wrote: On Wed, 14 Jun 2006 16:22:39 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: From: Matthew Garrett [EMAIL PROTECTED] Broadcom wireless patch, PCIE/Mactel support

Re: 2.6.17-mm3 -- BUG: illegal lock usage -- illegal {softirq-on-W} - {in-softirq-R} usage.

2006-06-29 Thread Andrew Morton
On Thu, 29 Jun 2006 21:42:34 +0200 Arjan van de Ven [EMAIL PROTECTED] wrote: On Thu, 2006-06-29 at 12:26 -0700, Andrew Morton wrote: On Thu, 29 Jun 2006 12:01:06 -0700 Miles Lane [EMAIL PROTECTED] wrote: [ BUG: illegal lock usage! ] This is claiming

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Andrew Morton
On Thu, 29 Jun 2006 15:43:41 -0400 Shailabh Nagar [EMAIL PROTECTED] wrote: Could be so. But we need to understand how significant the impact of this will be in practice. We could find, once this is deployed is real production environments on large machines that the data loss is

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Shailabh Nagar
Andrew Morton wrote: On Thu, 29 Jun 2006 15:10:31 -0400 Shailabh Nagar [EMAIL PROTECTED] wrote: I agree, and I'm viewing this as blocking the taskstats merge. Because if this _is_ a problem then it's a big one because fixing it will be intrusive, and might well involve userspace-visible

Subject: [PATCH 1/2]: e100 disable device on PCI error

2006-06-29 Thread Linas Vepstas
A recent patch in -mm3 titled gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch causes pci_enable_device() to be a no-op if the kernel thinks that the device is already enabled. This change breaks the PCI error recovery mechanism in the e100 device driver, since, after PCI slot

Re: [Ubuntu PATCH] Broadcom wireless patch, PCIE/Mactel support

2006-06-29 Thread Michael Buesch
On Thursday 29 June 2006 21:55, John W. Linville wrote: On Thu, Jun 15, 2006 at 01:32:20PM +0200, Stefano Brivio wrote: On Wed, 14 Jun 2006 16:22:39 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: From: Matthew Garrett [EMAIL PROTECTED] Broadcom wireless patch, PCIE/Mactel support

Re: RDMA will be reverted

2006-06-29 Thread Tom Tucker
[...snip...] community at large, Linux and Andrew, you? I'm not trying to be Linus sorry... spell checker... - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: RDMA will be reverted

2006-06-29 Thread David Miller
From: Tom Tucker [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 15:11:06 -0500 Doesn't this position force vendors to build deeper adapters, not shallower adapters? Isn't this exactly the opposite of what is intended? Nope. Look at what the networking developers give a lot of attention and effort

[PATCH 4/9] pcnet32: Use kcalloc instead of kmalloc and memset

2006-06-29 Thread Don Fry
On 2006-03-08 Eric Sesterhenn wrote: converts drivers/net to kzalloc usage. Don Fry modified it to use netif_msg_drv. Tested ia32 and ppc64. Signed-off-by: Eric Sesterhenn [EMAIL PROTECTED] Signed-off-by: Don Fry [EMAIL PROTECTED] --- linux-2.6.17-git13/drivers/net/get.pcnet32.cWed

[PATCH 3/9] pcnet32: Fix off-by-one in get_ringparam

2006-06-29 Thread Don Fry
Fix off-by-one in pcnet32_get_ringparam Signed-off-by: Don Fry [EMAIL PROTECTED] --- linux-2.6.17-git13/drivers/net/device.pcnet32.c Wed Jun 28 11:12:22 2006 +++ linux-2.6.17-git13/drivers/net/pcnet32.cWed Jun 28 11:16:15 2006 @@ -515,10 +515,10 @@ static void

Re: RDMA will be reverted

2006-06-29 Thread James Morris
On Thu, 29 Jun 2006, Tom Tucker wrote: On Thu, 2006-06-29 at 12:46 -0700, David Miller wrote: From: Roland Dreier [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 09:54:37 -0700 In any case I think we need to find a way for Linux to support iWARP hardware, since there are users that want

[PATCH 2/9] pcnet32: Use PCI_DEVICE macro

2006-06-29 Thread Don Fry
Jon Mason wrote on Thu, 12 Jan 2006 17:07:49 -0600: This patch adds the PCI_DEVICE macro to the pcnet32 driver. This has been tested on my opteron with my trident adapter. Don Fry modified it slightly and tested on ia32 and ppc64. Signed-off-by: Jon Mason [EMAIL PROTECTED] Signed-off-by: Don

Re: RDMA will be reverted

2006-06-29 Thread Tom Tucker
On Thu, 2006-06-29 at 13:19 -0700, David Miller wrote: From: Tom Tucker [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 15:11:06 -0500 Doesn't this position force vendors to build deeper adapters, not shallower adapters? Isn't this exactly the opposite of what is intended? Nope. Look at

Re: RDMA will be reverted

2006-06-29 Thread David Miller
From: Tom Tucker [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 15:47:13 -0500 I concede that features have been lost, but some applications benefit greatly from RDMA. For these applications and these customers, TOE folks give the same story... it's a broken record, really. Let us know when you can

[PATCH 0/9] pcnet32: NAPI support

2006-06-29 Thread Don Fry
These patches to the pcnet32 driver implement NAPI and fix some other errors found during NAPI development and testing. Please apply to 2.6.18. 1/9 Fix Section mismatch error 2/9 Use PCI_DEVICE macro 3/9 Fix off-by-one in get_ringparam 4/9 Use kcalloc instead of kmalloc and memset 5/9 Handle

Re: Subject: [PATCH 1/2]: e100 disable device on PCI error

2006-06-29 Thread Auke Kok
Linas Vepstas wrote: A recent patch in -mm3 titled gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch causes pci_enable_device() to be a no-op if the kernel thinks that the device is already enabled. This change breaks the PCI error recovery mechanism in the e100 device driver,

Re: 2.6.17-mm4

2006-06-29 Thread Dave Jones
On Thu, Jun 29, 2006 at 10:46:24PM +0200, Michal Piotrowski wrote: On 29/06/06, Dave Jones [EMAIL PROTECTED] wrote: On Thu, Jun 29, 2006 at 10:39:33PM +0200, Michal Piotrowski wrote: This looks very strange. BUG: unable to handle kernel paging request at virtual address 6b6b6c07

Re: 2.6.17-mm4

2006-06-29 Thread Michal Piotrowski
Hi, On 29/06/06, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm4/ This looks very strange. BUG: unable to handle kernel paging request at virtual address 6b6b6c07 printing eip: c0138594 *pde= Oops: 0002 [#1]

Re: 2.6.17-mm4

2006-06-29 Thread Dave Jones
On Thu, Jun 29, 2006 at 10:39:33PM +0200, Michal Piotrowski wrote: This looks very strange. BUG: unable to handle kernel paging request at virtual address 6b6b6c07 Looks like a use after free. printing eip: c0138594 *pde= Oops: 0002 [#1] 4K_STACK PREEMPT SMP last

[PATCH 6/9] pcnet32: Suspend the chip rather than restart when changing multicast/promisc

2006-06-29 Thread Don Fry
Suspend the chip if possible rather than stop and discard all tx and rx frames, when changing the mcast list or entering/leaving promiscuous mode. Created common pcnet32_suspend routine. Tested ia32 and ppc64 Signed-off-by: Don Fry [EMAIL PROTECTED] ---

[PATCH 7/9] pcnet32: Cleanup rx buffers after loopback test.

2006-06-29 Thread Don Fry
More cleanup to pcnet32_loopback_test to release receive buffers if device is not up. Created common routine to free rx buffers. Tested ia32 and ppc64 Signed-off-by: Don Fry [EMAIL PROTECTED] --- linux-2.6.17-git13/drivers/net/mcast.pcnet32.c Wed Jun 28 15:16:58 2006 +++

[PATCH 8/9] pcnet32: NAPI implementation.

2006-06-29 Thread Don Fry
Implement NAPI changes to pcnet32 driver. Compile default is off. Listed as experimental. Len and Don both worked on a NAPI implementation and have both tested these changes. An e1000 blasting short packets to the pcnet32 will lockup Don's system until the receive storm stops. Without NAPI

[PATCH 9/9] pcnet32: Magic number cleanup.

2006-06-29 Thread Don Fry
Initial magic number cleanup. Delete one unnecessary read and write. Tested ia32 and ppc64. Signed-off-by: Don Fry [EMAIL PROTECTED] --- linux-2.6.17-git13/drivers/net/napi.pcnet32.c Thu Jun 29 13:25:50 2006 +++ linux-2.6.17-git13/drivers/net/pcnet32.cThu Jun 29 13:30:46 2006 @@

[PATCH 5/9] pcnet32: Handle memory allocation failures cleanly when resizing tx/rx rings

2006-06-29 Thread Don Fry
Fix pcnet32_set_ringparam to handle memory allocation errors without leaving the adapter in an inoperative state and null pointers waiting to be dereferenced. Tested ia32 and ppc64. Signed-off-by: Don Fry [EMAIL PROTECTED] --- linux-2.6.17-git13/drivers/net/calloc.pcnet32.c Wed Jun 28

Re: [PATCH] improved statistics for bcm43xx-softmac

2006-06-29 Thread Dan Williams
On Wed, 2006-06-28 at 23:08 -0500, Larry Finger wrote: This patch improves the statistics returned from bcm43xx_get_wireless_stats. The signal level comes from smoothing the rssi value returned by the firmware. The quality value is a hack derived from the smoothed rssi value and an assumed

Re: RDMA will be reverted

2006-06-29 Thread Andi Kleen
They do not bypass netfilter, they do not bypass packet scheduling, and yet they provide a hardware assist performance improvement for receive. Not that I'm a TOE advocate, but as long as the adapter leaves SYN/SYN-ACK to the stack and only turns on RDMA in ESTABLISHED it could at least do

Re: RDMA will be reverted

2006-06-29 Thread Tom Tucker
On Thu, 2006-06-29 at 13:53 -0700, David Miller wrote: From: Tom Tucker [EMAIL PROTECTED] Date: Thu, 29 Jun 2006 15:47:13 -0500 I concede that features have been lost, but some applications benefit greatly from RDMA. For these applications and these customers, TOE folks give the same

Re: [patch 2/6] [Network namespace] Network device sharing by view

2006-06-29 Thread Sam Vilain
jamal wrote: note: personally I'm absolutely not against virtualizing the device names so that each guest can have a separate name space for devices, but there should be a way to 'see' _and_ 'identify' the interfaces from outside (i.e. host or spectator context) Makes sense for the

Re: 2.6.17-mm4

2006-06-29 Thread Andrew Morton
Michal Piotrowski [EMAIL PROTECTED] wrote: On 29/06/06, Dave Jones [EMAIL PROTECTED] wrote: On Thu, Jun 29, 2006 at 10:39:33PM +0200, Michal Piotrowski wrote: This looks very strange. BUG: unable to handle kernel paging request at virtual address 6b6b6c07 Looks like a use

Re: 2.6.17-mm4

2006-06-29 Thread Michal Piotrowski
On 29/06/06, Dave Jones [EMAIL PROTECTED] wrote: On Thu, Jun 29, 2006 at 10:46:24PM +0200, Michal Piotrowski wrote: On 29/06/06, Dave Jones [EMAIL PROTECTED] wrote: On Thu, Jun 29, 2006 at 10:39:33PM +0200, Michal Piotrowski wrote: This looks very strange. BUG: unable to

Re: 2.6.17-mm4

2006-06-29 Thread Ingo Molnar
* Dave Jones [EMAIL PROTECTED] wrote: On Thu, Jun 29, 2006 at 10:39:33PM +0200, Michal Piotrowski wrote: This looks very strange. BUG: unable to handle kernel paging request at virtual address 6b6b6c07 Looks like a use after free. i'm too hunting use-after-free bugs - the ones

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Paul Jackson
Shailabh wrote: How much memory do these 1024 CPU machines have From: http://www.hpcwire.com/hpc/653963.html (May 12, 2006) SGI has already shipped more than a dozen SGI systems with over a terabyte of memory and about a hundred systems of half a terabyte or larger. But the

Re: [Patch][RFC] Disabling per-tgid stats on task exit in taskstats

2006-06-29 Thread Shailabh Nagar
Andrew Morton wrote: Yup...the per-cpu, high speed requirements are up relayfs' alley, unless Jamal or netlink folks are planning something (or can shed light on) how large flows can be managed over netlink. I suspect this discussion has happened before :-) yeah. And now I remember why I

[PATCH 17 of 39] IB/ipath - use more appropriate gfp flags

2006-06-29 Thread Bryan O'Sullivan
This helps us to survive better when memory is fragmented. Signed-off-by: Dave Olson [EMAIL PROTECTED] Signed-off-by: Bryan O'Sullivan [EMAIL PROTECTED] diff -r fd5e733f02ac -r 9d943b828776 drivers/infiniband/hw/ipath/ipath_file_ops.c --- a/drivers/infiniband/hw/ipath/ipath_file_ops.c Thu

[PATCH 20 of 39] IB/ipath - reduce overhead on receive interrupts

2006-06-29 Thread Bryan O'Sullivan
Also count the number of interrupts where that works (fastrcvint). On any interrupt where the port0 head and tail registers are not equal, just call the ipath_kreceive code without reading the interrupt status, thus saving the approximately 0.25usec processor stall waiting for the read to return.

Re: [PATCH 39 of 39] IB/ipath - use streaming copy in RDMA interrupt handler to reduce packet loss

2006-06-29 Thread Bryan O'Sullivan
On Thu, 2006-06-29 at 14:50 -0700, David Miller wrote: A facility like this doesn't belong in some arbitrary driver layer. It belongs as a generic facility the whole kernel could make use of. It could, indeed. In fact, we had that discussion here before I sent this patch in. It presumably

[PATCH 0 of 39] ipath - bug fixes, performance enhancements, and portability improvements

2006-06-29 Thread Bryan O'Sullivan
Hi, Andrew - These patches bring the ipath driver up to date with a number of bug fixes, performance improvements, and better PowerPC support. There are a few whitespace and formatting patches in the series, but they're all self- contained. The patches have been tested internally, and shouldn't

[PATCH 29 of 39] IB/ipath - RC receive interrupt performance changes

2006-06-29 Thread Bryan O'Sullivan
This patch separates QP state used for sending and receiving RC packets so the processing in the receive interrupt handler can be done mostly without locks being held. ACK packets are now sent without requiring synchronization with the send tasklet. Signed-off-by: Ralph Campbell [EMAIL

[PATCH 31 of 39] IB/ipath - drop the stats sysfs attribute group

2006-06-29 Thread Bryan O'Sullivan
This attribute group made it into the original driver, but should not have. Signed-off-by: Bryan O'Sullivan [EMAIL PROTECTED] diff -r 3ceb73f8bde0 -r 21378f21e091 drivers/infiniband/hw/ipath/ipath_sysfs.c --- a/drivers/infiniband/hw/ipath/ipath_sysfs.c Thu Jun 29 14:33:26 2006 -0700 +++

[PATCH 16 of 39] IB/ipath - enable freeze mode when shutting down device

2006-06-29 Thread Bryan O'Sullivan
Signed-off-by: Dave Olson [EMAIL PROTECTED] Signed-off-by: Bryan O'Sullivan [EMAIL PROTECTED] diff -r 125471ee6c68 -r fd5e733f02ac drivers/infiniband/hw/ipath/ipath_driver.c --- a/drivers/infiniband/hw/ipath/ipath_driver.cThu Jun 29 14:33:25 2006 -0700 +++

[PATCH 11 of 39] IB/ipath - return an error for unknown multicast GID

2006-06-29 Thread Bryan O'Sullivan
Signed-off-by: Robert Walsh [EMAIL PROTECTED] Signed-off-by: Bryan O'Sullivan [EMAIL PROTECTED] diff -r 160e5cf91761 -r 1e1f3da0e78d drivers/infiniband/hw/ipath/ipath_verbs_mcast.c --- a/drivers/infiniband/hw/ipath/ipath_verbs_mcast.c Thu Jun 29 14:33:25 2006 -0700 +++

[PATCH 32 of 39] IB/ipath - support more models of InfiniPath hardware

2006-06-29 Thread Bryan O'Sullivan
We do a few more explicit checks for specific models, and now also support the old PathScale serial number style, or new QLogic style. This is backwards compatible with previous versions of software and hardware. That is, older software will see a plausible serial number and correct GUID when

  1   2   3   >