Re: [PATCH 0/4] RFC: Realtek 83xx SMI driver core

2018-04-02 Thread Carl-Daniel Hailfinger
Hi Linus, did you make any progress with this? I noticed that the Vodafone Easybox 904xdsl/904lte models both make use of the RTL8367 switch. About one million of these routers have been deployed in Germany. There is an OpenWrt fork at

Re: [RFD] L2 Network namespace infrastructure

2007-06-23 Thread Carl-Daniel Hailfinger
On 23.06.2007 19:19, Eric W. Biederman wrote: Patrick McHardy [EMAIL PROTECTED] writes: Eric W. Biederman wrote: Depending upon the data structure it will either be modified to hold a per entry network namespace pointer or it there will be a separate copy per network namespace. For large

Re: [PATCH] Virtual ethernet tunnel (v.2)

2007-06-08 Thread Carl-Daniel Hailfinger
On 08.06.2007 19:00, Ben Greear wrote: I have another sysfs patch that allows setting a default skb-mark for an interface so that you can set the skb-mark before it hits the connection tracking logic, but I'm been told this one has very little chance of getting into the kernel. The skb-mark

Re: [LARTC] [ANNOUNCE] iproute2-2.6.18-061002

2006-10-04 Thread Carl-Daniel Hailfinger
Stephen Hemminger wrote: This is a much delayed update to the iproute2 command set. It can be downloaded from: http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061002.tar.gz Thanks! Are there any plans to merge the ip arp patches at http://www.ssi.bg/~ja/#iparp ? Apologies

[PATCH] Revert sky2 to 0.13a

2006-02-25 Thread Carl-Daniel Hailfinger
versions cause random oopses and just hang on some chips. Signed-off-by: Carl-Daniel Hailfinger [EMAIL PROTECTED] diff -Nurp linux-2.6.16-rc4-git8/drivers/net/sky2.c linux-2.6.16-rc4-git8-sky2fix/drivers/net/sky2.c --- linux-2.6.16-rc4-git8/drivers/net/sky2.c2006-02-25 02:38:35.0

Re: [PATCH 02/02] add mask options to fwmark masking code

2006-02-20 Thread Carl-Daniel Hailfinger
Michael Richardson schrieb: [PATCH] This patch introduces a mask to the fwmark test cases in the advanced routing. This let's one test individual bits of the fwmark to determine how things should be routed (pick a routing table). This patch retains compatibility with tests that do not set the

Re: [RFT] sky2 0.16

2006-02-20 Thread Carl-Daniel Hailfinger
Ian Kumlien schrieb: On Sun, 2006-02-19 at 14:20 +0100, Wolfgang Hoffmann wrote: On Saturday 18 February 2006 18:00, Carl-Daniel Hailfinger wrote: Hi, Stephen Hemminger schrieb: Could everyone who has problems with hangs try the following patch (against current 2.6.16-rc3 version

Re: [RFT] sky2 0.16

2006-02-18 Thread Carl-Daniel Hailfinger
Ian Kumlien schrieb: On Sat, 2006-02-18 at 18:00 +0100, Carl-Daniel Hailfinger wrote: Hi, Stephen Hemminger schrieb: Could everyone who has problems with hangs try the following patch (against current 2.6.16-rc3 version) If Stephen's patch doesn't work for you, could you try replacing sky2.c

Re: [PATCH] sky2: fix hang on Yukon-EC (0xb6) rev 1

2006-01-25 Thread Carl-Daniel Hailfinger
Carl-Daniel Hailfinger schrieb: Stephen Hemminger schrieb: On Tue, 24 Jan 2006 14:19:56 +0100 Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: This patch for sky2 fixes a hang on Yukon-EC (0xb6) rev 1 where suddenly no more interrupts were delivered. I don't know the real cause of the hang

[PATCH] sky2: fix ethtool ops

2006-01-24 Thread Carl-Daniel Hailfinger
This fixes setting rx_coalesce_usecs_irq via ethtool in sky2. The write was directed to the wrong register. Signed-off-by: Carl-Daniel Hailfinger [EMAIL PROTECTED] --- linux/drivers/net/sky2.c2006-01-23 23:41:35.0 +0100 +++ linux/drivers/net/sky2.c2006-01-24 12:52:11.0

Re: [PATCH] sky2: fix hang on Yukon-EC (0xb6) rev 1

2006-01-24 Thread Carl-Daniel Hailfinger
Stephen Hemminger schrieb: On Tue, 24 Jan 2006 14:19:56 +0100 Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: This patch for sky2 fixes a hang on Yukon-EC (0xb6) rev 1 where suddenly no more interrupts were delivered. I don't know the real cause of the hang due to lack of docs

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
Stephen Hemminger schrieb: You might try adjusting the interrupt coalescing parameters with ethtool -C eth0 ... But I can't give you hard guidelines as to what would make it better. I have a debug patch, but it needs work still. I don't care whether that debug patch will freeze the

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
Stephen Hemminger schrieb: On Mon, 23 Jan 2006 20:57:10 +0100 Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: Stephen Hemminger schrieb: You might try adjusting the interrupt coalescing parameters with ethtool -C eth0 ... But I can't give you hard guidelines as to what would make

Re: sky2 0.11 instability

2006-01-23 Thread Carl-Daniel Hailfinger
Carl-Daniel Hailfinger schrieb: Stephen Hemminger schrieb: On Mon, 23 Jan 2006 20:57:10 +0100 Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: Stephen Hemminger schrieb: You might try adjusting the interrupt coalescing parameters with ethtool -C eth0 ... But I can't give you hard

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
Hi, Carl-Daniel Hailfinger schrieb: Carl-Daniel Hailfinger schrieb: Carl-Daniel Hailfinger schrieb: after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21 card (sky2 says it is a Yukon-EC (0xb6) rev 1), the card appears dead. Machine is an Athlon64 3200+ on an Asus A8N-SLI

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
Stephen Hemminger schrieb: You might try adjusting the interrupt coalescing parameters with ethtool -C eth0 ... But I can't give you hard guidelines as to what would make it better. I have a debug patch, but it needs work still. ethtool -C bridgeint1 rx-frames 255 rx-frames-irq 255

Re: sky2 0.11 instability

2006-01-22 Thread Carl-Daniel Hailfinger
Carl-Daniel Hailfinger schrieb: Stephen Hemminger schrieb: You might try adjusting the interrupt coalescing parameters with ethtool -C eth0 ... But I can't give you hard guidelines as to what would make it better. I have a debug patch, but it needs work still. After experimenting

Re: sky2 0.11 instability

2006-01-21 Thread Carl-Daniel Hailfinger
Hi, Carl-Daniel Hailfinger schrieb: after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21 card (sky2 says it is a Yukon-EC (0xb6) rev 1), the card appears dead. Machine is an Athlon64 3200+ on an Asus A8N-SLI Deluxe board. sky2 v0.11 addr 0xc900 irq 74 Yukon-EC (0xb6

Re: sky2 0.11 instability

2006-01-21 Thread Carl-Daniel Hailfinger
Carl-Daniel Hailfinger schrieb: Hi, Carl-Daniel Hailfinger schrieb: after sending 259 GB and receiving 25 GB over my SysKonnect SK-9E21 card (sky2 says it is a Yukon-EC (0xb6) rev 1), the card appears dead. Machine is an Athlon64 3200+ on an Asus A8N-SLI Deluxe board. sky2 v0.11 addr