Re: [PATCH net-next 2/3] tcp: implement coalescing on backlog queue

2019-04-07 Thread richard . purdie
Hi, I've been chasing down why a python test from the python3 testsuite started failing and it seems to point to this kernel change in the networking stack. In kernels beyond commit 4f693b55c3d2d2239b8a0094b518a1e533cf75d5 the test hangs about 90% of the time (I've reproduced with 5.1-rc3, 5.0.7,

Re: [PATCH] Add a network activity LED trigger

2007-07-18 Thread Richard Purdie
On Wed, 2007-07-18 at 15:54 +0200, Patrick McHardy wrote: > Florian Fainelli wrote: > >> Besides missing a declaration and not linking without the network > >> LED config option, its pretty ridiculous to call this for every > >> packet just to make a led blink. > >> > > > > Could you suggest m

[PATCH] Fix ppp_deflate issues with recent zlib_inflate changes

2007-05-03 Thread Richard Purdie
-by: Richard Purdie <[EMAIL PROTECTED]> Index: linux/lib/zlib_inflate/inflate.c === --- linux.orig/lib/zlib_inflate/inflate.c 2007-05-03 23:08:27.0 +0100 +++ linux/lib/zlib_inflate/inflate.c2007-05-03

Re: [Bugme-new] [Bug 8405] New: pppd does stops compresion with "Lost compression sync"

2007-05-02 Thread Richard Purdie
On Wed, 2007-05-02 at 18:59 +0200, Stefan Wenk wrote: > The situation now is similar as without any modifications. Instead of -5 > (Z_BUF_ERROR) > we get back -3 (Z_DATA_ERROR) from zlib_inflate. Here is the kernel log > > kernel: PPP generic driver version 2.4.2 > pppd[6101]: pppd 2.4.4 started

Re: [Bugme-new] [Bug 8405] New: pppd does stops compresion with "Lost compression sync"

2007-05-01 Thread Richard Purdie
On Tue, 2007-05-01 at 09:27 +0200, Stefan Wenk wrote: > Now I have changed these modifications > back, and I do not see more debug information except those below: > > z_decompress0: Would have triggered an error as inflate returned -5 () > z_decompress0: Would have triggered an error as inflate r

Re: [Bugme-new] [Bug 8405] New: pppd does stops compresion with "Lost compression sync"

2007-04-30 Thread Richard Purdie
On Mon, 2007-04-30 at 14:08 +0200, Stefan Wenk wrote: > On Sunday 29 April 2007 23:20, Andrew Morton wrote: > > (switch to email - please retain all ccs) > > > > On Sun, 29 Apr 2007 13:01:25 -0700 [EMAIL PROTECTED] wrote: > > > http://bugzilla.kernel.org/show_bug.cgi?id=8405 > > > > > > Here is the

Re: Network activity LED trigger

2007-03-02 Thread Richard Purdie
On Fri, 2007-03-02 at 10:16 -0500, jamal wrote: > Heres my view of what would be useful: > Have them accessible via the kernel, but also have an API from user > space. This way user space apps can control the LED, but if i wanted to > do it from the kernel i could as well. In my case i was actually

Re: s390 allmodconfig

2007-03-02 Thread Richard Purdie
On Fri, 2007-03-02 at 00:25 -0800, Andrew Morton wrote: > net/mac80211/ieee80211_led.c: In function 'ieee80211_led_init': > net/mac80211/ieee80211_led.c:38: error: invalid application of 'sizeof' to > incomplete type 'struct led_trigger' > net/mac80211/ieee80211_led.c:43: error: dereferencing poi