IPsec IPv4 over IPv6 Problem: No route to host

2007-08-06 Thread Toshiyuki Okamoto
Problem about IPsec IPv4 over IPv6, which is included in kernel 2.6.21. A IPv6 global address is assigned for eth1 by DHCPv6 IA-PD. This case, IPsec SA is successfully established but packets cannot been sent to WAN. I do ping, this error occured: $ ping: sendmsg: No route to host Do someone k

Re: [PATCH] e1000e: New pci-express e1000 driver (currently for ICH9 devices only)

2007-08-06 Thread Arjan van de Ven
Kok, Auke wrote: Andi Kleen wrote: "Kok, Auke" <[EMAIL PROTECTED]> writes: All, Another update on e1000e. Many thanks to Jeff for helping out and getting this going forward. The driver is unfortunately still too large to post, so please use the URL's below to review: Just some things I noti

Re: [PATCH 3/4 -rev1] Initilize and populate age field

2007-08-06 Thread Varun Chandramohan
Hi Eric, Sorry for the late response. I just need few clarifications. *age = timeval_to_sec(&tv); +NLA_PUT_U32(skb, RTA_AGE, *age); >>> here, what happens if sizeof(time_t) is not 4 ? Did you mean that th

Re: [PATCH] e1000e: New pci-express e1000 driver (currently for ICH9 devices only)

2007-08-06 Thread Kok, Auke
Andi Kleen wrote: "Kok, Auke" <[EMAIL PROTECTED]> writes: All, Another update on e1000e. Many thanks to Jeff for helping out and getting this going forward. The driver is unfortunately still too large to post, so please use the URL's below to review: Just some things I noticed; no comprehens

Re: [PATCH] e1000e: New pci-express e1000 driver (currently for ICH9 devices only)

2007-08-06 Thread Andi Kleen
"Kok, Auke" <[EMAIL PROTECTED]> writes: > All, > > Another update on e1000e. Many thanks to Jeff for helping out and > getting this going forward. The driver is unfortunately still too > large to post, so please use the URL's below to review: Just some things I noticed; no comprehensive review

Re: e100 (was: eepro100) - Nobody Cares (hardware?)

2007-08-06 Thread Kok, Auke
[moving to netdev mailinglist] ericj wrote: On Mon, 6 Aug 2007 11:20:58 -0500, ericj wrote On Mon, 06 Aug 2007 12:13:28 -0400, Jeff Garzik wrote eepro100 is going to be removed. Please try e100 on 2.6.22 or 2.6.23-rc2. I will give the 2.6.23 a try. I tried 2.6.23-rc2 and there was no cha

Re: [PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memset

2007-08-06 Thread John W. Linville
Please send wireless patches to [EMAIL PROTECTED], and CC me. Thanks! John On Tue, Aug 07, 2007 at 12:50:22AM +0200, Mariusz Kozlowski wrote: > Hello, > > This memset() looks superfluous. > > Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> > > drivers/net/wireless/wl3501_cs.c | 58

[PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memset

2007-08-06 Thread Mariusz Kozlowski
Hello, This memset() looks superfluous. Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> drivers/net/wireless/wl3501_cs.c | 58885 -> 58858 (-27 bytes) drivers/net/wireless/wl3501_cs.o | 200252 -> 20 (-252 bytes) drivers/net/wireless/wl3501_cs.c |1 - 1 file changed, 1 del

[PATCH 2/2] r8169: avoid needless NAPI poll scheduling

2007-08-06 Thread Francois Romieu
Theory : though needless, it should not have hurt. Practice: it does not play nice with DEBUG_SHIRQ + LOCKDEP + UP (see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242572). The patch makes sense in itself but I should dig why it has an effect on #242572 (assuming that NAPI do not change

[PATCH 1/2] r8169: PHY power-on fix

2007-08-06 Thread Francois Romieu
Fix extracted from Realtek's driver (8.002.00/20070713) for the PHY attached to 8111/8168b chipsets. The check against mac_version is just usual paranoia during the bugfix period of the kernel cycle. -- FR Tested on Asus M2A-VM motherboard by Roger So. No regression on my Asrock 945G DVI either (

[PATCH 0/2] r8169: pull request for 'r8169-for-jeff-20070806' branch

2007-08-06 Thread Francois Romieu
Please pull from branch 'r8169-for-jeff-20070806' in repository git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git r8169-for-jeff-20070806 to get the changes below. Distance from 'upstream-fixes' (c196d80f994ef4ffefd5

Re: Please pull 'libertas-upstream' branch of wireless-2.6

2007-08-06 Thread Dan Williams
On Mon, 2007-08-06 at 16:30 -0400, John W. Linville wrote: > Got a big patch bomb from the libertas guys. I tried to cherry-pick > some of the fixes for 2.6.23, but they either were fixes to problems > in new code or all the code cleanups made them difficult for me to > intelligently backport. >

[PATCH] e1000e: New pci-express e1000 driver (currently for ICH9 devices only)

2007-08-06 Thread Kok, Auke
All, Another update on e1000e. Many thanks to Jeff for helping out and getting this going forward. The driver is unfortunately still too large to post, so please use the URL's below to review: http://foo-projects.org/~sofar/e1000e-20070806.patch [525k] http://foo-project

Re: [PATCH] drivers/net/ibmveth.c: memset fix

2007-08-06 Thread Mariusz Kozlowski
> >>Looks like memset() is zeroing wrong nr of bytes. > > > > Good catch, however, I think we can just remove this memset altogether > > since the memory gets allocated via kzalloc. > > Correct, that memset() is superfluous. Ok. Then this should do it. Signed-off-by: Mariusz Kozlowski <[EMA

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Al Boldi
Jean-Baptiste Vignaud wrote: > Mmm, bad news, after 4 hours of intensive network stressing, one of the 2 > 3com card failed with the latest fedora kernel. > > Aug 6 22:31:09 loki kernel: NETDEV WATCHDOG: eth2: transmit timed out > Aug 6 22:31:09 loki kernel: eth2: transmit timed out, tx_status 00

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Chuck Ebbert
On 08/06/2007 04:42 PM, Jean-Baptiste Vignaud wrote: > Mmm, bad news, after 4 hours of intensive network stressing, one of the 2 > 3com card failed with the latest fedora kernel. > > Aug 6 22:31:09 loki kernel: NETDEV WATCHDOG: eth2: transmit timed out > Aug 6 22:31:09 loki kernel: eth2: transm

Re: Possible bug in realtek 8169 ethernet driver

2007-08-06 Thread Francois Romieu
Bram <[EMAIL PROTECTED]> : [...] > The device now works! But, it still comes up as eth2 instead of eth0, > even though it's first detected as eth0. There are no other network Check the udev rules and/or your init scripts ? -- Ueimor - To unsubscribe from this list: send the line "unsubscribe net

Please pull 'upstream-jgarzik' branch of wireless-2.6

2007-08-06 Thread John W. Linville
These are intended for 2.6.24... --- The following changes since commit fdc8f43b5e49b64b251bb48da95193a13ac0132f: Michael Buesch (1): softmac: Fix deadlock of wx_set_essid with assoc work are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/

Please pull 'libertas-upstream' branch of wireless-2.6

2007-08-06 Thread John W. Linville
Got a big patch bomb from the libertas guys. I tried to cherry-pick some of the fixes for 2.6.23, but they either were fixes to problems in new code or all the code cleanups made them difficult for me to intelligently backport. So, this is intended for 2.6.24... --- The following changes since

Re: [PATCH RFC]: napi_struct V5

2007-08-06 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Mon, 6 Aug 2007 11:00:45 -0700 > David Miller wrote: > > > 4) NETPOLL put hopefully into a working state. > > It's no longer necessary to change the tx locking scheme > in bnx2.c and tg3.c, right? May be you forgot to revert > the tx locking change

Re: [PATCH] drivers/net/ibmveth.c: memset fix

2007-08-06 Thread Jeff Garzik
Brian King wrote: Mariusz Kozlowski wrote: Hello, Looks like memset() is zeroing wrong nr of bytes. Good catch, however, I think we can just remove this memset altogether since the memory gets allocated via kzalloc. Correct, that memset() is superfluous. Jeff - To unsubs

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Jean-Baptiste Vignaud
Mmm, bad news, after 4 hours of intensive network stressing, one of the 2 3com card failed with the latest fedora kernel. Aug 6 22:31:09 loki kernel: NETDEV WATCHDOG: eth2: transmit timed out Aug 6 22:31:09 loki kernel: eth2: transmit timed out, tx_status 00 status e601. Aug 6 22:31:09 loki ke

Re: [PATCH] drivers/net/ibmveth.c: memset fix

2007-08-06 Thread Brian King
Mariusz Kozlowski wrote: > Hello, > > Looks like memset() is zeroing wrong nr of bytes. Good catch, however, I think we can just remove this memset altogether since the memory gets allocated via kzalloc. -Brian > > Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> > > drivers/net/i

Please pull 'fixes-davem' branch of wireless-2.6

2007-08-06 Thread John W. Linville
Some fixes intended for 2.6.23. Individual patches available here: http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/fixes-davem/ Thanks! John --- The following changes since commit d4ac2477fad0f2680e84ec12e387ce67682c5c13: Linus Torvalds (1): Linux 2.6.23-

Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-08-06 Thread John W. Linville
The following changes since commit d4ac2477fad0f2680e84ec12e387ce67682c5c13: Linus Torvalds (1): Linux 2.6.23-rc2 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git fixes-jgarzik John W. Linville (1): Revert "[PATCH]

[PATCH] Fix MII interface of the B44 driver

2007-08-06 Thread Aurelien Jarno
The conversion of the B44 driver to SSB bus added the functions __b44_{read,write}phy functions that have an argument phy_id. This gives a way to fix the b44_mii_{read,write} functions used for MII interfaces. The patch below does that. It allows B44 devices with integrated switch to be configured

[PATCH] drivers/net/ibmveth.c: memset fix

2007-08-06 Thread Mariusz Kozlowski
Hello, Looks like memset() is zeroing wrong nr of bytes. Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> drivers/net/ibmveth.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.23-rc1-mm2-a/drivers/net/ibmveth.c2007-08-01 08:43:46.0 +0200

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Jean-Baptiste Vignaud
> * Chuck Ebbert <[EMAIL PROTECTED]> wrote: > > > Before, they would print: > > > > eth0: transmit timed out, tx_status 00 status e601. > > diagnostics: net 0ccc media 8880 dma 003a fifo > > eth0: Interrupt posted but not delivered -- IRQ blocked by another device? > > Flags; bus-mas

Re: Support for Intel 82562V-2?

2007-08-06 Thread Erik Mouw
On Mon, Aug 06, 2007 at 10:54:56AM -0700, Allan, Bruce W wrote: > While that is a "10/100 network connection", it is actually a GigE MAC > with a 10/100 PHY and will be supported by the e1000e driver that is > currently in the process of final cleanup before getting into the > upstream kernel. Ah

[PATCH 6/6] ibmveth: Remove use of bitfields

2007-08-06 Thread Brian King
Removes the use of bitfields from the ibmveth driver. This results in slightly smaller object code. Signed-off-by: Brian King <[EMAIL PROTECTED]> --- linux-2.6-bjking1/drivers/net/ibmveth.c | 90 linux-2.6-bjking1/drivers/net/ibmveth.h | 56 -

[PATCH 4/6] ibmveth: Add ethtool driver stats hooks

2007-08-06 Thread Brian King
Add ethtool hooks to ibmveth to retrieve driver statistics. Signed-off-by: Brian King <[EMAIL PROTECTED]> --- drivers/net/ibmveth.c | 53 +- 1 file changed, 52 insertions(+), 1 deletion(-) diff -puN drivers/net/ibmveth.c~ibmveth_ethtool_driver_

[PATCH 5/6] ibmveth: Remove dead frag processing code

2007-08-06 Thread Brian King
Removes dead frag processing code from ibmveth. Since NETIF_F_SG was not set, this code was never executed. Also, since the ibmveth interface can only handle 6 fragments, core networking code would need to be modified in order to efficiently enable this support. Signed-off-by: Brian King <[EMAIL

[PATCH 2/6] ibmveth: Implement ethtool hooks to enable/disable checksum offload

2007-08-06 Thread Brian King
This patch adds the appropriate ethtool hooks to allow for enabling/disabling of hypervisor assisted checksum offload for TCP. Signed-off-by: Brian King <[EMAIL PROTECTED]> --- linux-2.6-bjking1/drivers/net/ibmveth.c | 118 +++- linux-2.6-bjking1/drivers/net/ibmveth

[PATCH 3/6] ibmveth: Add ethtool TSO handlers

2007-08-06 Thread Brian King
Add handlers for get_tso and get_ufo to prevent errors being printed by ethtool. Signed-off-by: Brian King <[EMAIL PROTECTED]> --- drivers/net/ibmveth.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/net/ibmveth.c~ibmveth_ethtool_get_tso drivers/net/ibmveth.c ---

[PATCH 1/6] ibmveth: Enable TCP checksum offload

2007-08-06 Thread Brian King
This patchset enables TCP checksum offload support for IPV4 on ibmveth. This completely eliminates the generation and checking of the checksum for packets that are completely virtual and never touch a physical network. A simple TCP_STREAM netperf run on a virtual network with maximum mtu set yield

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Ingo Molnar
* Chuck Ebbert <[EMAIL PROTECTED]> wrote: > Before, they would print: > > eth0: transmit timed out, tx_status 00 status e601. > diagnostics: net 0ccc media 8880 dma 003a fifo > eth0: Interrupt posted but not delivered -- IRQ blocked by another device? > Flags; bus-master 1, dirty 29

[PATCH 1/3] SSB EXTIF timing & serial port initialization (v2)

2007-08-06 Thread Aurelien Jarno
The patch below adds a new file drivers/ssb/driver_extif.c which contains new SSB EXTIF functions to initializes the timing and the serial ports. Cc: Felix Fietkau <[EMAIL PROTECTED]> Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> --- a/drivers/ssb/driver_extif.c +++ b/drivers/ssb/driver_extif

RE: [2/2] 2.6.23-rc2: known regressions with patches

2007-08-06 Thread Luck, Tony
> > Caused-By : Thomas Renninger <[EMAIL PROTECTED]> > > commit 29b71a1ca74491fab9fed09e9d835d840d042690 > A patch was sent to Tony. AFAIK it got accepted, not sure whether it > already is in any and which git tree... The suggested patch adds manual padding to the acpi_dev

Re: TCP's initial cwnd setting correct?...

2007-08-06 Thread Ilpo Järvinen
On Mon, 6 Aug 2007, Ilpo Järvinen wrote: > ...Goto logic could be cleaner (somebody has any suggestion for better > way to structure it?) ...I could probably move the setting of snd_cwnd earlier to avoid this problem if this seems a valid fix at all. -- i.

Re: [PATCH 1/3] SSB EXTIF timing & serial port initialization

2007-08-06 Thread Aurelien Jarno
On Mon, Aug 06, 2007 at 08:23:07PM +0200, Michael Buesch wrote: > On Monday 06 August 2007, Aurelien Jarno wrote: > > The patch below adds a new file drivers/ssb/driver_extif.c which > > contains new SSB EXTIF functions to initializes the timing and the > > serial ports. > > > > Cc: Felix Fietkau

Re: [PATCH 1/3] SSB EXTIF timing & serial port initialization

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Aurelien Jarno wrote: > The patch below adds a new file drivers/ssb/driver_extif.c which > contains new SSB EXTIF functions to initializes the timing and the > serial ports. > > Cc: Felix Fietkau <[EMAIL PROTECTED]> > Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> > +

Re: [PATCH RFC]: napi_struct V5

2007-08-06 Thread Michael Chan
David Miller wrote: > 4) NETPOLL put hopefully into a working state. It's no longer necessary to change the tx locking scheme in bnx2.c and tg3.c, right? May be you forgot to revert the tx locking changes you did in V4? - To unsubscribe from this list: send the line "unsubscribe netdev" in the

RE: Support for Intel 82562V-2?

2007-08-06 Thread Allan, Bruce W
While that is a "10/100 network connection", it is actually a GigE MAC with a 10/100 PHY and will be supported by the e1000e driver that is currently in the process of final cleanup before getting into the upstream kernel. If you must use it now, you can grab the latest out-of-tree version of the

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Chuck Ebbert
On 08/06/2007 03:03 AM, Ingo Molnar wrote: > > But, since level types don't need this retriggers too much I think > this "don't mask interrupts by default" idea should be rethinked: > is there enough gain to risk such hard to diagnose errors? > > I reverted those masking changes in Fedora and

Support for Intel 82562V-2?

2007-08-06 Thread Erik Mouw
Hi, Just got a brand new Dell Vostro and it appears to have an unsupported Intel network card: 00:19.0 Ethernet controller: Intel Corporation 82562V-2 10/100 Network Connection (rev 02) Subsystem: Dell Unknown device 0238 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop

[PATCH 2/3] Use SSB EXTIF in SSB MIPS core driver

2007-08-06 Thread Aurelien Jarno
The patch below against 2.6.23-rc1-mm2 uses the functions added in the previous patch to do serial and timing initializations for EXTIF, currently marked as TODO. It also implements the ssb_cpu_clock() and export it. This function is needed to support the BCM947xx CPUs. Cc: Felix Fietkau <[EMAIL

[PATCH 3/3] Add buswidth to SSB MIPS core flash driver

2007-08-06 Thread Aurelien Jarno
The patch below against 2.6.23-rc1-mm2 fixes the size of the flash window and detect the width of the flash bus (8 or 16 bits). Cc: Felix Fietkau <[EMAIL PROTECTED]> Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> --- a/drivers/ssb/driver_mipscore.c +++ b/drivers/ssb/driver_mipscore.c @@ -133,

[PATCH 1/3] SSB EXTIF timing & serial port initialization

2007-08-06 Thread Aurelien Jarno
The patch below adds a new file drivers/ssb/driver_extif.c which contains new SSB EXTIF functions to initializes the timing and the serial ports. Cc: Felix Fietkau <[EMAIL PROTECTED]> Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]> --- a/drivers/ssb/driver_extif.c +++ b/drivers/ssb/driver_extif

[PATCH 0/3] SSB support for BCM947xx CPUs

2007-08-06 Thread Aurelien Jarno
On Mon, Aug 06, 2007 at 10:42:14AM +0200, Michael Buesch wrote: > On Monday 06 August 2007, Aurelien Jarno wrote: > > The patch below against 2.6.23-rc1-mm2 implements EXTIF timing > > initialization, currently marked as TODO. > > > > It originally comes from the OpenWrt patches. > > > > Cc: Fel

Re: Possible bug in realtek 8169 ethernet driver

2007-08-06 Thread Bram
> Please try the patch below on top of 2.6.23-rc2 ? > Ok, I did that. The device now works! But, it still comes up as eth2 instead of eth0, even though it's first detected as eth0. There are no other network interfaces according to ifconfig -a. I've attached the entire dmesg, which ends with me

[PATCH] kexec: fix pci device initialization fail after kexec (2.6.23-rc2). (Related to e1000 doesn't resume properly from standby)

2007-08-06 Thread Joonwoo Park
Hi. I think that the pci_set_power_state() has bug. The specification says that some delays is required. Simon, please can I know whether it works to you? It is seems to the things are related. Joonwoo Park. diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 37c00f6..9f78064 100644 --- a/d

Re: [PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-08-06 Thread Patrick McHardy
Joakim Koskela wrote: > On Monday 06 August 2007 15:08:12 Patrick McHardy wrote: > >>>It's been a while, but as a fyi in case there are comments / suggestions >>>before submitting the whole patch again - it seems that this had some >>>problems after all. Works ok for normal cases, but fails when u

Re: [PATCH 2/4][SSB] EXTIF serial port initialization

2007-08-06 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 06, 2007 at 10:51:05AM +0200, Michael Buesch escreveu: > On Monday 06 August 2007, Arnaldo Carvalho de Melo wrote: > > Em Mon, Aug 06, 2007 at 01:19:59AM +0200, Aurelien Jarno escreveu: > > > The patch below against 2.6.23-rc1-mm2 implements EXTIF serial > > > initialization, currently

Re: [PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-08-06 Thread Joakim Koskela
On Monday 06 August 2007 15:08:12 Patrick McHardy wrote: > > > > It's been a while, but as a fyi in case there are comments / suggestions > > before submitting the whole patch again - it seems that this had some > > problems after all. Works ok for normal cases, but fails when using ip > > options

TCP's initial cwnd setting correct?...

2007-08-06 Thread Ilpo Järvinen
I'm I missing something or why it seems to me that whenever rtt stuff is reset, also tcp_init_cwnd is not called to do RFC3390-like initial window setting (remains then in 2 which is set by tcp_v4_init_sock)... Is this done on purpose or what? ...Another thing that makes me wonder, is the tp->ms

Re: [PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-08-06 Thread Patrick McHardy
Joakim Koskela wrote: > On Tuesday 17 July 2007 17:30:21 Joakim Koskela wrote: > @@ -108,7 +108,8 @@ int xfrm4_rcv_encap(struct sk_buff *skb, __u16 encap_type) if (x->mode->input(x, skb)) goto drop; - if (x->props.mode == XFRM_MODE_TUNNEL) { +

Re: [PATCH 6/7] Make qdisc changeable.

2007-08-06 Thread Patrick McHardy
Corey Hickey wrote: > Patrick McHardy wrote: > >>> +if ((err = sfq_q_init(&tmp, opt))) >>> +return err; >> >> >> >> This will also use defaults for all unspecified values. It would >> be more consistent with other qdiscs to only change those values >> that are actually specified, so so

[RESEND][PATCH 2/3] ehea: Simplify resource usage check

2007-08-06 Thread Thomas Klein
Use shorter method to determine whether adapter has configured ports Signed-off-by: Thomas Klein <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_main.c | 18 ++ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_ma

[RESEND][PATCH 3/3] ehea: Eliminated some compiler warnings

2007-08-06 Thread Thomas Klein
Fixed wrongly casted pointers Signed-off-by: Thomas Klein <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_main.c | 25 ++--- 1 files changed, 10 insertions(+), 15 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 36ca322..9756211 100

[RESEND][PATCH 1/3] ehea: Fix workqueue handling

2007-08-06 Thread Thomas Klein
Fix: Workqueue ehea_driver_wq was not destroyed Signed-off-by: Thomas Klein <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea.h |2 +- drivers/net/ehea/ehea_main.c |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h inde

[PATCH] docs: note about select in kconfig-language.txt

2007-08-06 Thread Jarek Poplawski
Hi, If there are no other plans of kconfig docs update I think this message of yours should be useful enough. I made minimal fixes, so if they are wrong or you prefer it otherwise, I'm OK with any change to this proposal, including replacement with something else. Thanks & regards, Jarek P. On

Re: e1000 doesn't resume properly from standby (2.6.23-rc2)

2007-08-06 Thread Simon Arlott
On Mon, August 6, 2007 11:44, Pavel Machek wrote: > Hi! > >> >00:0a.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet >> >Controller (Copper) (rev 01) >> >Subsystem: Intel Corp.: Unknown device 1012 >> >Flags: bus master, 66Mhz, medium devsel, latency 32, IRQ 5 >> >

Re: e1000 doesn't resume properly from standby (2.6.23-rc2)

2007-08-06 Thread Pavel Machek
Hi! > >00:0a.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet > >Controller (Copper) (rev 01) > >Subsystem: Intel Corp.: Unknown device 1012 > >Flags: bus master, 66Mhz, medium devsel, latency 32, IRQ 5 > >Memory at e302 (64-bit, non-prefetchable) [size=128K

[PATCH 2.6.23 3/3]S2IO: Fixed Link LED issue when MSI-X is enabled

2007-08-06 Thread Sivakumar Subramani
-Fixed Link LED issue when MSI-X is enabled. Signed-off-by: Sivakumar Subramani <[EMAIL PROTECTED]> Signed-off-by: Ramkrishna Vepa <[EMAIL PROTECTED]> --- diff -urpN patch2/drivers/net/s2io.c patch3/drivers/net/s2io.c --- patch2/drivers/net/s2io.c 2007-08-02 17:00:36.0 +0530 +++ patch3/d

[PATCH 2.6.23 2/3]S2IO: Fixes in MSIX related code.

2007-08-06 Thread Sivakumar Subramani
- Calling store_xmsi_data to store the MSI-X datas during initialization in s2io-init_nic function - Disabling NAPI when MSI-X is enabled - Freeing sp->entries and sp->s2io_entries in s2io_rem_isr Signed-off-by: Sivakumar Subramani <[EMAIL PROTECTED]> Signed-off-by: Ramkrishna Vepa <[EMAIL PROTE

[PATCH 2.6.23 1/3]S2IO: Making MSIX as default intr_type

2007-08-06 Thread Sivakumar Subramani
- Making MSIX as default intr_type - Driver will test MSI-X by issuing test MSI-X vector and if fails it will fallback to INTA Signed-off-by: Sivakumar Subramani <[EMAIL PROTECTED]> Signed-off-by: Ramkrishna Vepa <[EMAIL PROTECTED]> --- diff -urpN org/drivers/net/s2io.c patch1/drivers/net/s2io.c

Re: [PATCH 2/4][SSB] EXTIF serial port initialization

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Arnaldo Carvalho de Melo wrote: > Em Mon, Aug 06, 2007 at 01:19:59AM +0200, Aurelien Jarno escreveu: > > The patch below against 2.6.23-rc1-mm2 implements EXTIF serial > > initialization, currently marked as TODO. > > > > It originally comes from the OpenWrt patches. > >

Re: [PATCH 4/4][SSB] Implement ssb_cpu_clock()

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Aurelien Jarno wrote: > The patch below against 2.6.23-rc1-mm2 implements the ssb_cpu_clock() > currently doing nothing, and export it. This function is needed to > support the BCM947xx CPUs. > > It originally comes from the OpenWrt patches. > > Cc: Felix Fietkau <[EMAIL

phy_mii_ioctl - phydev->advertising ethtool.h vs. mii.h

2007-08-06 Thread Domen Puncer
Hi! I've noticed mii-tool doesn't work right for a driver I'm just developing (it uses generic phy layer). Driver's ioctl is wired directly to phy_mii_ioctl(). "mii-tool -A something" shows the problem is in phy_mii_ioctl -> SIOCSMIIREG: 392 case MII_ADVERTISE: 393

Re: [PATCH 3/4][SSB] MIPS core flash driver

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Aurelien Jarno wrote: > The patch below against 2.6.23-rc1-mm2 fixes the size of the flash > window and detect the width of the flash bus (8 or 16 bits). > > It originally comes from the OpenWrt patches. > > Cc: Felix Fietkau <[EMAIL PROTECTED]> > Signed-off-by: Aurelie

Re: [PATCH 2/4][SSB] EXTIF serial port initialization

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Aurelien Jarno wrote: > The patch below against 2.6.23-rc1-mm2 implements EXTIF serial > initialization, currently marked as TODO. > > It originally comes from the OpenWrt patches. > > Cc: Felix Fietkau <[EMAIL PROTECTED]> > Signed-off-by: Aurelien Jarno <[EMAIL PROTECTE

Re: [PATCH 1/4][SSB] EXTIF timing initialization

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007, Aurelien Jarno wrote: > The patch below against 2.6.23-rc1-mm2 implements EXTIF timing > initialization, currently marked as TODO. > > It originally comes from the OpenWrt patches. > > Cc: Felix Fietkau <[EMAIL PROTECTED]> > Signed-off-by: Aurelien Jarno <[EMAIL PROTECT

Re: Distributed storage.

2007-08-06 Thread Evgeniy Polyakov
On Sun, Aug 05, 2007 at 02:35:04PM -0700, Daniel Phillips ([EMAIL PROTECTED]) wrote: > On Sunday 05 August 2007 08:01, Evgeniy Polyakov wrote: > > On Sun, Aug 05, 2007 at 01:06:58AM -0700, Daniel Phillips wrote: > > > > DST original code worked as device mapper plugin too, but its two > > > > addi

Re: Distributed storage.

2007-08-06 Thread Evgeniy Polyakov
On Sun, Aug 05, 2007 at 02:23:45PM -0700, Daniel Phillips ([EMAIL PROTECTED]) wrote: > On Sunday 05 August 2007 08:08, Evgeniy Polyakov wrote: > > If we are sleeping in memory pool, then we already do not have memory > > to complete previous requests, so we are in trouble. > > Not at all. Any re

Re: [PATCH 1/1] lro: Generic Large Receive Offload for TCP traffic

2007-08-06 Thread Jan-Bernd Themann
Hi Jörn On Friday 03 August 2007 15:41, Jörn Engel wrote: > On Fri, 3 August 2007 14:41:19 +0200, Jan-Bernd Themann wrote: > > > > This patch provides generic Large Receive Offload (LRO) functionality > > for IPv4/TCP traffic. > > > > LRO combines received tcp packets to a single larger tcp pack

Re: [PATCH] lro: eHEA example how to use LRO

2007-08-06 Thread Jan-Bernd Themann
Hi Auke, On Friday 03 August 2007 22:29, Kok, Auke wrote: > Jan-Bernd Themann wrote: > > This patch shows how the generic LRO interface is used for SKB mode > > > > Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> > > > > --- > > drivers/net/Kconfig |1 + > > drivers/net/ehe

Re: [patch (take 2)] genirq: fix simple and fasteoi irq handlers

2007-08-06 Thread Jarek Poplawski
On Mon, Aug 06, 2007 at 08:14:59AM +0200, Ingo Molnar wrote: > > * Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > Subject: genirq: fix simple and fasteoi irq handlers > > > > After the "genirq: do not mask interrupts by default" patch interrupts > > should be disabled not immediately upon req

[RFC]: Driver internal queue mapping

2007-08-06 Thread David Miller
In order to put some energy back into the "device selects TX queue internally" discussion I've cooked up an example patch below. While tossing this together I noticed that the current code paths seem to not check the queue status at the beginnig of running the queue, f.e. via dev_queue_xmit(), it

Re: [patch (take 2)] genirq: fix simple and fasteoi irq handlers

2007-08-06 Thread Marcin Ślusarz
2007/8/6, Ingo Molnar <[EMAIL PROTECTED]>: > > * Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > Subject: genirq: fix simple and fasteoi irq handlers > > > > After the "genirq: do not mask interrupts by default" patch interrupts > > should be disabled not immediately upon request, but after they >

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-06 Thread Marcin Ślusarz
2007/8/3, Jarek Poplawski <[EMAIL PROTECTED]>: > Hi, > > I can't guarantee this is all needed to fix this bug, but I think > this patch is necessary here. > > Regards, > Jarek P. > > > > Subject: genirq: fix simple and fasteoi irq handlers > > After the "genirq: do not mask interrupts b

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Ingo Molnar
* Marcin Ślusarz <[EMAIL PROTECTED]> wrote: > 2007/7/31, Jarek Poplawski <[EMAIL PROTECTED]>: > > Marcin, > > > > I see you're quite busy, but if after testing this next Ingo's patch > > you are alive yet, maybe you could try one more "idea"? No patch this > > time, but if you could try this afte

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Marcin Ślusarz
2007/7/31, Jarek Poplawski <[EMAIL PROTECTED]>: > Marcin, > > I see you're quite busy, but if after testing this next Ingo's patch > you are alive yet, maybe you could try one more "idea"? No patch this > time, but if you could try this after adding boot option "noirqdebug" > (I'd like to be sure i

Re: 2.6.20->2.6.21 - networking dies after random time

2007-08-06 Thread Marcin Ślusarz
2007/8/1, Ingo Molnar <[EMAIL PROTECTED]>: > ok, it wasnt supposed to be _that_ easy i guess :-) Can you please > (re-)confirm that the workaround below indeed fixes the hung card > problem? (after producing a single WARN_ON message into the syslog) yes, with this patch everything works fine end o