From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDg5P-0000ZP-DP for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:30:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDg5N-0005vy-1p for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:30:23 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:54553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDg5M-0005vk-Sz for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:30:20 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Sep 2012 14:20:09 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8HIJvuE156900 for ; Mon, 17 Sep 2012 14:19:58 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8HIJvVZ005200 for ; Mon, 17 Sep 2012 15:19:57 -0300 From: Anthony Liguori In-Reply-To: <1347612420-5704-1-git-send-email-stefanha@gmail.com> References: <1347612420-5704-1-git-send-email-stefanha@gmail.com> Date: Mon, 17 Sep 2012 13:19:51 -0500 Message-ID: <878vc85x6g.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/13] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > Fixes for hung NICs, USB network interface packet dropping, and inefficient > netdev socket non-blocking I/O. > > The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc: > > Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200) > > are available in the git repository at: > > > git://github.com/stefanha/qemu.git net > Pulled. Thanks. Regards, Anthony Liguori > for you to fetch changes up to 45a7f54a8bb3928ffa58d522e0d61acaee8277bb: > > net: EAGAIN handling for net/socket.c TCP (2012-09-14 08:40:33 +0100) > > ---------------------------------------------------------------- > Bo Yang (1): > eepro100: Fix network hang when rx buffers run out > > 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 > > Stefan Hajnoczi (9): > net: add receive_disabled logic to iov delivery path > net: do not report queued packets as sent > net: add -netdev options to man page > net: clean up usbnet_receive() > net: fix usbnet_receive() packet drops > net: broadcast hub packets if at least one port can receive > net: asynchronous send/receive infrastructure for net/socket.c > net: EAGAIN handling for net/socket.c UDP > net: EAGAIN handling for net/socket.c TCP > > hw/e1000.c | 4 ++ > hw/eepro100.c | 4 +- > hw/usb/dev-network.c | 49 ++++++++++++++-------- > hw/virtio-net.c | 4 -- > hw/xen_nic.c | 1 + > net.c | 22 ++++++++-- > net/hub.c | 6 +-- > net/queue.c | 40 +++++++++--------- > net/queue.h | 2 +- > net/socket.c | 110 +++++++++++++++++++++++++++++++++++++++++++------- > qemu-options.hx | 7 ++++ > 11 files changed, 186 insertions(+), 63 deletions(-) > > -- > 1.7.10.4