What's about WiMAX?

2008-02-04 Thread Marc Donner
hi list, i have here a few wimax 802.16e zyxel pcmcia cards, which only work on windows. is anybody interrested in developing a driver for these wimax cards? regards Marc -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: What's about WiMAX?

2008-02-04 Thread Marc Donner
On Monday 04 February 2008, you wrote: > On Mon, Feb 04, 2008 at 04:00:30PM +0100, Marc Donner wrote: > > i have here a few wimax 802.16e zyxel pcmcia cards, which only work on > > windows. is anybody interrested in developing a driver for these wimax > > cards? > > I m

dma error on boot with cf card

2008-02-05 Thread Marc Donner
hi, i have a problem using a cf card with an ide adapter. using debian kernel 2.6.18-5 on boot: Feb 5 17:38:06 kernel: hdd: max request size: 128KiB Feb 5 17:38:06 kernel: hdd: 2000880 sectors (1024 MB) w/2KiB Cache, CHS=1985/16/63, UDMA(33) Feb 5 17:38:06 kernel: hdd:<4>hdd: dma_timer_exp

Re: dma error on boot with cf card

2008-02-06 Thread Marc Donner
On Tuesday 05 February 2008, you wrote: > On Tue, Feb 05, 2008 at 06:52:29PM +0100, Marc Donner wrote: > > hi, > > > > i have a problem using a cf card with an ide adapter. > > using debian kernel 2.6.18-5 > > > > Adapter doesn't support DMA, but con

kernel BUG at mm/prio_tree.c:125

2007-11-13 Thread Marc Donner
hi i got this kernel bug on our production system, which is running since last saturday. anybody an idea?? Marc uname -a Linux files 2.6.18-5-686-bigmem #1 SMP Thu Aug 30 03:25:44 UTC 2007 i686 GNU/Linux Nov 13 16:55:24 files kernel: [ cut here ] Nov 13 16:55:24 files

Re: cpu load balancing problem on smp

2007-02-06 Thread Marc Donner
On Tuesday 06 February 2007 19:09, you wrote: > On Tue, 2007-02-06 at 18:32 +0100, Marc Donner wrote: > > Hi @all > > > > we have detected some problems on our live systems and so i have build a > > test setup in our lab as follow: > > > > 3 Core 2

Re: cpu load balancing problem on smp

2007-02-06 Thread Marc Donner
> can you send me the output of > > cat /proc/interrupts here it is: irqblance is running. network loaded with 600Mbit/s for about 5minutes. CPU0 CPU1 CPU2 CPU3 0: 37713 41667 41673 49914 IO-APIC-edge timer 1: 0 0

Re: cpu load balancing problem on smp

2007-02-07 Thread Marc Donner
On Wednesday 07 February 2007 06:59, you wrote: > Marc Donner wrote: > > 501: 215717 209388 209430 202514 PCI-MSI-edge > > eth10 502:927 1019 1053888 PCI-MSI-edge > > eth11 > > this is odd, this is not an irq d

Re: cpu load balancing problem on smp

2007-02-09 Thread Marc Donner
On Thursday 08 February 2007 09:42, you wrote: > On Wed, 7 Feb 2007, Arjan van de Ven wrote: > > Marc Donner wrote: > >> 501: 215717 209388 209430 202514 PCI-MSI-edge > >> eth10 502:927 1019 1053888 PCI-MSI-edge &

skb->priority on arp packets

2007-06-04 Thread Marc Donner
hi @all, is it possible to set the skb->priority on arp packets generated by the kernel? I want to to set the 802.1p priority on arp and ip packets on an interface. On ip packets, this can be done by the iptables CLASSIFY target and the skb->priority mapping from the vlan implementation. any i

TCP_MD5 and Intel e1000

2007-05-22 Thread Marc Donner
Hi, I have tried to set up quagga with tcp-md5 support from kernel. All seems ok with a intel e100 NIC, but as i testetd with a intel e1000 NIC the tcp packets have an invalid md5 digest. If i run tcpdump on the mashine the packets are generated, it shows on the outgoing interface invalid md5 dige

Re: TCP_MD5 and Intel e1000

2007-05-22 Thread Marc Donner
On Tuesday 22 May 2007, David Miller wrote: > From: YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]> > Date: Tue, 22 May 2007 18:36:47 +0900 (JST) > > > In article <[EMAIL PROTECTED]> (at Tue, 22 May 2007 10:57:38 +0200), Eric Dumazet <[EMAIL PROTECTED]> says: > > > > I have tried to set up quagga wit