Re: [PATCHv2 10/14] virtio_net: limit xmit polling

2011-05-27 Thread Rusty Russell
On Wed, 25 May 2011 09:07:59 +0300, "Michael S. Tsirkin" wrote: > On Wed, May 25, 2011 at 11:05:04AM +0930, Rusty Russell wrote: > Hmm I'm not sure I got it, need to think about this. > I'd like to go back and document how my design was supposed to work. > This really should have been in commit l

Re: [PERF RESULTS] virtio and vhost-net performance enhancements

2011-05-27 Thread Shirley Ma
Hello KK, Could you please try TCP_RRs as well? Thanks Shirley Krishna Kumar2 To

Re: [PATCH v2] arch/tile: more /proc and /sys file support

2011-05-27 Thread Arnd Bergmann
On Thursday 26 May 2011, Chris Metcalf wrote: > This change introduces a few of the less controversial /proc and > /proc/sys interfaces for tile, along with sysfs attributes for > various things that were originally proposed as /proc/tile files. > It also adjusts the "hardwall" proc API. Looks goo

[PATCH 1/2] staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()

2011-05-27 Thread Haiyang Zhang
Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Signed-off-by: K. Y. Srinivasan Cc: Stephen Hemminger --- drivers/staging/hv/rndis_filter.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/driv

[PATCH 2/2] staging: hv: use delayed_work for netvsc_send_garp()

2011-05-27 Thread Haiyang Zhang
Instead of sleeping in a scheduled work, we now use delayed_work for netvsc_send_garp(). Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen Signed-off-by: K. Y. Srinivasan Cc: Stephen Hemminger --- drivers/staging/hv/netvsc_drv.c | 15 +-- 1 files changed, 9 insertions(+)