From patchwork Fri Aug 10 13:27:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 176495 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 365122C04C6 for ; Fri, 10 Aug 2012 23:28:16 +1000 (EST) Received: from localhost ([::1]:53984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpGA-0002z9-7d for incoming@patchwork.ozlabs.org; Fri, 10 Aug 2012 09:28:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpFw-0002yS-GJ for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzpFv-0007Tf-3Y for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:28:00 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:57025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzpFu-0007TC-Rj for qemu-devel@nongnu.org; Fri, 10 Aug 2012 09:27:59 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Aug 2012 14:27:58 +0100 Received: from d06nrmr1806.portsmouth.uk.ibm.com (9.149.39.193) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 10 Aug 2012 14:27:56 +0100 Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7ADRtLX2527444 for ; Fri, 10 Aug 2012 14:27:55 +0100 Received: from d06av10.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7AD09DQ029677 for ; Fri, 10 Aug 2012 09:00:10 -0400 Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.145]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q7AD07qR029643; Fri, 10 Aug 2012 09:00:08 -0400 From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 10 Aug 2012 14:27:43 +0100 Message-Id: <1344605266-13644-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10.4 x-cbid: 12081013-4966-0000-0000-0000032FE6F5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.106 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/3] Net patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Paolo's fixes to resume rx when buffers have been replenished on e1000 and xen_nic. virtio-net does not have this bug. The following changes since commit 3d1d9652978ac5a32a0beb4bdf6065ca39440d89: handle device help before accelerator set up (2012-08-09 19:53:01 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 4247561bbeacb5ece8b90d0d2439efefc0e7283a: xen: flush queue when getting an event (2012-08-10 11:43:54 +0100) ---------------------------------------------------------------- Paolo Bonzini (3): net: notify iothread after flushing queue e1000: flush queue whenever can_receive can go from false to true xen: flush queue when getting an event hw/e1000.c | 4 ++++ hw/virtio-net.c | 4 ---- hw/xen_nic.c | 1 + net.c | 7 ++++++- net/queue.c | 5 +++-- net/queue.h | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-)