From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adEIm-00013t-LU for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adEIj-0005uM-FR for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:51:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adEIj-0005uG-9W for qemu-devel@nongnu.org; Tue, 08 Mar 2016 04:51:37 -0500 References: <1456162651-22181-1-git-send-email-leonid.bloch@ravellosystems.com> From: Jason Wang Message-ID: <56DEA09E.6040205@redhat.com> Date: Tue, 8 Mar 2016 17:51:26 +0800 MIME-Version: 1.0 In-Reply-To: <1456162651-22181-1-git-send-email-leonid.bloch@ravellosystems.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/13] Introduce Intel 82574 GbE Controller Emulation (e1000e) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Bloch , qemu-devel@nongnu.org Cc: Dmitry Fleytman , Leonid Bloch , Shmulik Ladkani , "Michael S. Tsirkin" On 02/23/2016 01:37 AM, Leonid Bloch wrote: > Hello All, > > This is v2 of the patches, after the initial reviews. > > For convenience, the same patches are available at: > https://github.com/daynix/qemu-e1000e/tree/e1000e-submit-v2 > > Best regards, > Leonid. Btw, I've had some basic testing on this. Found several issues: - Guest was flooded with link status changing message. - Compare to e1000, there's a new failure in ethtool selftest (interrupt test). - Ping does not work. I'm testing with guest kernel 4.4.0-rc7+ (net-next.git) Just FYI.