From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCH 0/3] virtio and vhost-net performance enhancements Date: Thu, 5 May 2011 18:07:56 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org Cc: Krishna Kumar , Carsten Otte , lguest@lists.ozlabs.org, Shirley Ma , kvm@vger.kernel.org, linux-s390@vger.kernel.org, netdev@vger.kernel.org, habanero@linux.vnet.ibm.com, Heiko Carstens , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, steved@us.ibm.com, Christian Borntraeger , Tom Lendacky , Martin Schwidefsky , linux390@de.ibm.com List-Id: virtualization@lists.linuxfoundation.org Here are a couple of minor fixes suggested on list. Applies on top of the previous patchset. As before result pushed here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next-event-idx-v1 Michael S. Tsirkin (3): virtio: fix avail event support virtio_ring: check used_event offset virtio_ring: need_event api comment fix drivers/virtio/virtio_ring.c | 2 +- include/linux/virtio_ring.h | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) -- 1.7.5.53.gc233e