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

2011-05-28 Thread Michael S. Tsirkin
On Thu, May 26, 2011 at 12:58:23PM +0930, Rusty Russell wrote: > 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 m

Re: 2.6.40 event idx patches

2011-05-28 Thread Michael S. Tsirkin
On Sat, May 28, 2011 at 10:34:26PM +0300, Michael S. Tsirkin wrote: > On Wed, May 25, 2011 at 11:34:07AM +0930, Rusty Russell wrote: > > On Tue, 24 May 2011 12:23:45 +0300, "Michael S. Tsirkin" > > wrote: > > > Just checking: were you going to send the following to Linus for 2.6.40? > > > virtio:

Re: 2.6.40 event idx patches

2011-05-28 Thread Michael S. Tsirkin
On Wed, May 25, 2011 at 11:34:07AM +0930, Rusty Russell wrote: > On Tue, 24 May 2011 12:23:45 +0300, "Michael S. Tsirkin" > wrote: > > Just checking: were you going to send the following to Linus for 2.6.40? > > virtio:event_index_interface.patch > > virtio:ring_inline_function_to_check_for_event

[TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to vzalloc

2011-05-28 Thread Joe Perches
Signed-off-by: Joe Perches --- Heiko Stübner pointed out I can't type... s/vmalloc/vmalloc/ doesn't do much. drivers/video/arcfb.c|5 ++--- drivers/video/broadsheetfb.c |4 +--- drivers/video/hecubafb.c |5 ++--- drivers/video/metronomefb.c |4 +--- drivers/video/xe

[TRIVIAL PATCH next 12/15] video: Convert vmalloc/memset to vzalloc

2011-05-28 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/video/arcfb.c|5 ++--- drivers/video/broadsheetfb.c |4 +--- drivers/video/hecubafb.c |5 ++--- drivers/video/metronomefb.c |4 +--- drivers/video/xen-fbfront.c |3 +-- 5 files changed, 7 insertions(+), 14 deletions(-) diff

[TRIVIAL PATCH next 00/15] treewide: Convert vmalloc/memset to vzalloc

2011-05-28 Thread Joe Perches
Resubmittal of patches from November 2010 and a few new ones. Joe Perches (15): s390: Convert vmalloc/memset to vzalloc x86: Convert vmalloc/memset to vzalloc atm: Convert vmalloc/memset to vzalloc drbd: Convert vmalloc/memset to vzalloc char: Convert vmalloc/memset to vzalloc isdn: Co