From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXOnw-0001Xx-Ht for qemu-devel@nongnu.org; Thu, 03 Sep 2015 03:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXOnt-0002dU-Du for qemu-devel@nongnu.org; Thu, 03 Sep 2015 03:19:28 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXOnt-0002cv-88 for qemu-devel@nongnu.org; Thu, 03 Sep 2015 03:19:25 -0400 Received: by wicfx3 with SMTP id fx3so9460330wic.1 for ; Thu, 03 Sep 2015 00:19:22 -0700 (PDT) Date: Thu, 3 Sep 2015 10:19:19 +0300 From: Shmulik Ladkani Message-ID: <20150903101919.628d67ff@pixies> In-Reply-To: <1441210493-19591-7-git-send-email-stefanha@redhat.com> References: <1441210493-19591-1-git-send-email-stefanha@redhat.com> <1441210493-19591-7-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 6/7] vmxnet3: Drop net_vmxnet3_info.can_receive List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Fam Zheng , qemu-devel@nongnu.org Hi, On Wed, 2 Sep 2015 17:14:52 +0100, stefanha@redhat.com wrote: > From: Fam Zheng > > Commit 6e99c63 ("net/socket: Drop net_socket_can_send") changed the > semantics around .can_receive for sockets to now require the device to > flush queued pkts when transitioning to a .can_receive=true state. But > it's OK to drop incoming packets when the link is not active. > > Signed-off-by: Fam Zheng > Signed-off-by: Stefan Hajnoczi Tested-by: Shmulik Ladkani