Re: [EMAIL PROTECTED]: [PATCH] use fget_light() in net/socket.c]

2006-03-06 Thread David S. Miller
From: Benjamin LaHaise <[EMAIL PROTECTED]> Date: Mon, 6 Mar 2006 13:59:39 -0800 > Here's an updated copy of the patch to use fget_light in net/socket.c. I like this patch a lot, applied to net-2.6.17 I fixed this up by hand: Adds trailing whitespace. diff:286: fput_light(sock_file, fput

Re: [EMAIL PROTECTED]: [PATCH] use fget_light() in net/socket.c]

2006-03-06 Thread Rick Jones
Benjamin LaHaise wrote: Hello folks, Here's an updated copy of the patch to use fget_light in net/socket.c. Rerunning the tests show a drop of ~80Mbit/s on average, which looks bad until you see the drop in cpu usage from ~89% to ~82%. That will get fixed in another patch... Before: max 8

[EMAIL PROTECTED]: [PATCH] use fget_light() in net/socket.c]

2006-03-06 Thread Benjamin LaHaise
Hello folks, Here's an updated copy of the patch to use fget_light in net/socket.c. Rerunning the tests show a drop of ~80Mbit/s on average, which looks bad until you see the drop in cpu usage from ~89% to ~82%. That will get fixed in another patch... Before: max 8113.70, min 8026.32, avg 80