deadline extension 08/16/11 -- SI on Data Intensive Computing in the Clouds in JGC

2011-07-17 Thread Ioan Raicu
Hi all, Due to numerous requests, we have extended the deadline for the Special Issue on Data Intensive Computing in the Clouds in the Springer Journal of Grid Computing to August 16th, 2011. Please see below for the CFP announcement. Regards, Ioan Raicu and Tevfik Kosar Guest Editors of the Sp

Re: [PATCHv9] vhost: experimental tx zero-copy support

2011-07-17 Thread Jesper Juhl
On Sun, 17 Jul 2011, Michael S. Tsirkin wrote: > From: Shirley Ma > > This adds experimental zero copy support in vhost-net, > disabled by default. To enable, set the zerocopytx > module option to 1. > > This patch maintains the outstanding userspace buffers in the > sequence it is delivered to

Re: [PATCHv9] vhost: experimental tx zero-copy support

2011-07-17 Thread David Miller
From: "Michael S. Tsirkin" Date: Sun, 17 Jul 2011 22:36:14 +0300 > The below is what I came up with. We add the feature enabled > by default ... s/enabled/disabled/ Well, at least you got it right in the commit message where it counts :-) ___ Virtuali

[PATCHv9] vhost: experimental tx zero-copy support

2011-07-17 Thread Michael S. Tsirkin
From: Shirley Ma This adds experimental zero copy support in vhost-net, disabled by default. To enable, set the zerocopytx module option to 1. This patch maintains the outstanding userspace buffers in the sequence it is delivered to vhost. The outstanding userspace buffers will be marked as done

Re: Large Patch Series in Email (was Re: [PATCH 0000/0117] Staging: hv: Driver cleanup)

2011-07-17 Thread Florian Mickler
On Sat, 16 Jul 2011 00:07:39 +0100 Alan Cox wrote: > > Do not send more than 15 patches at once to the vger > > mailing lists!!! > > > > and, accordingly, I went to the trouble of setting up a GitHub > > account to host a repo from which I could issue *one* single > > PULL request email; I g

Re: RFT: virtio_net: limit xmit polling

2011-07-17 Thread Michael S. Tsirkin
On Thu, Jul 14, 2011 at 12:38:05PM -0700, Roopa Prabhu wrote: > Michael, below are some numbers I got from one round of runs. > Thanks, > Roopa Thanks! At this point it does not appear like there's any measureable impact from moving the polling around. -- MST