Re: eepro100/e100 broken in 2.6.13-rc3

2005-07-13 Thread Jesse Brandeburg
On 7/13/05, Mikhail Kshevetskiy <[EMAIL PROTECTED]> wrote: > symptom > === > modprobe e100 > ifconfig eth0 netmask > > result: > === > SIOCADDRT: Network is unreachable > > There were no such error in 2.6.13-rc2 odd, both e100 and eepro100 are broken? This might indicate something wie

RE: [ANNOUNCE] Neterion(S2io) 10GbE Xframe Programming Manual posted

2005-07-13 Thread Leonid Grossman
Since some people asked for it, a Little Endian version of the Manual is generated and posted on the site. > -Original Message- > From: Leonid Grossman [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 26, 2005 8:03 PM > To: '[EMAIL PROTECTED]' > Cc: 'linux-net@vger.kernel.org'; 'linux-ker

Problem with e1000 and kexec

2005-07-13 Thread Chad Tindel
Hello- We seem to be experiencing some problems using the e1000 driver with a kexec fast reboot. The problem is that when we are rebooting, as soon as the driver starts initializing the kernel panics. In the stock kernel, this happens as soon as e1000_configure_rx() is called. This problem also

Re: ALIGN at crypt/cipher.c

2005-07-13 Thread Herbert Xu
Ken-ichirou MATSUZAWA <[EMAIL PROTECTED]> wrote: > Hello, I was sorry for my less information. > > From: Andi Kleen <[EMAIL PROTECTED]> > Subject: Re: ALIGN at crypt/cipher.c > Date: Mon, 11 Jul 2005 18:35:31 +0200 > >> > $ uname -a >> > Linux toptor 2.6.13-rc2-git1 #8 SMP Tue Jul 12 00:10:46 JST

ping behaviour

2005-07-13 Thread Andy Furniss
I long ago noticed that if I ping somewhere on the internet for any length of time I see a pattern - the ping times will slowly rise then fall by 10ms and repeat the process. I never asked before because my dsl modem taints the kernel - but I think testing I did on 2.4s could mean that it's no

Re: [PATCH] add Olitec ISDN PCI card in hisax gazel driver

2005-07-13 Thread Francois Romieu
Olivier Blin <[EMAIL PROTECTED]> : [...] > Can someone please review this patch? There is not much to be said. The patch makes sense. > Maybe it's not the best place to report it, but the linux-isdn mailing > list appears to be rather unused. Then you can send the patch to the ISDN susbsystem ma

Re: [PATCH] add Olitec ISDN PCI card in hisax gazel driver

2005-07-13 Thread Olivier Blin
Olivier Blin <[EMAIL PROTECTED]> writes: > This patchs adds support for the Olitec ISDN PCI card in the hisax > gazel driver. The gazel driver supports this card, but wasn't aware of > its PCI ids. Users used to modify the PCI ids of a supported card in > include/linux/pci_ids.h and recompile thei

[05/11] SMP fix for 6pack driver

2005-07-13 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- Drivers really only work well in SMP if they actually can be selected. This is a leftover from the time when the 6pack drive only used to be a bitrotten variant of the slip driver. Signed-off-by: Ralf Ba

Re: [05/11] SMP fix for 6pack driver

2005-07-13 Thread Francois Romieu
Greg KH <[EMAIL PROTECTED]> : > -stable review patch. If anyone has any objections, please let us know. > > -- > > > Drivers really only work well in SMP if they actually can be selected. > This is a leftover from the time when the 6pack drive only used to be > a bitrotten varia

Re: [stable] Re: [05/11] SMP fix for 6pack driver

2005-07-13 Thread Greg KH
On Thu, Jul 14, 2005 at 12:01:23AM +0200, Francois Romieu wrote: > Greg KH <[EMAIL PROTECTED]> : > > -stable review patch. If anyone has any objections, please let us know. > > > > -- > > > > > > Drivers really only work well in SMP if they actually can be selected. > > This is

a few questions about NAPI

2005-07-13 Thread Chris Friesen
Hi guys, I've got a few questions about NAPI. The help text in the kernel suggests enabling NAPI if incoming packet rate is over 10Kpps. If we're under that rate currently, but could grow above that rate, what would be the impact of enabling NAPI? Why would we not enable it always if avail

[PATCH] s2io: Fix a compiler warning in a printk()

2005-07-13 Thread Michael Ellerman
Fix a compile warning in the s2io driver. It's caused because u64 is unsigned long on PPC64 not unsigned long long. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- Index: work/drivers/net/s2io.c === --- work.orig/drivers/net/

Re: SKB tutorial, Blog, and NET TODO

2005-07-13 Thread Lennert Buytenhek
On Tue, Jul 12, 2005 at 04:44:04PM -0700, David S. Miller wrote: > > If its about outgoing traffic, shouldn't a prio-qdisc as root qdisc do > > just fine? skb->priority can be used to select a queue. Incoming traffic > > with pre-classification by the NIC would require multiple input queues > > th