From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbwDy-0000hN-Sw for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbwDv-00047M-KW for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:49:06 -0400 Received: from 5751f4a1.skybroadband.com ([87.81.244.161]:51910 helo=dan.rpsys.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbwDv-00047A-Al for qemu-devel@nongnu.org; Tue, 15 Sep 2015 15:49:03 -0400 Message-ID: <1442346525.26666.59.camel@linuxfoundation.org> From: Richard Purdie Date: Tue, 15 Sep 2015 20:48:45 +0100 In-Reply-To: References: <1442264955.26666.37.camel@linuxfoundation.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFT PATCH v1 0/3] net: smc91c111 can_receive fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Maydell , "qemu-devel@nongnu.org Developers" On Tue, 2015-09-15 at 11:02 -0700, Peter Crosthwaite wrote: > On Mon, Sep 14, 2015 at 2:09 PM, Richard Purdie > wrote: > > Hi Peter, > > > > On Thu, 2015-09-10 at 21:23 -0700, Peter Crosthwaite wrote: > >> This should hopefully fix your bug, while addressing the extra concern > >> I raised. > >> > >> There was also inconsistent behaviour with corking packets through a > >> soft reset which I notice and fixed. > >> > >> Please let me know if this works for you. > > > > I've run it through a few builds/tests in place of my own patches and so > > far it seems to be working, thanks! > > > > Can we take that as a formal Tested-by? :) Tested-by: Richard Purdie if that helps :) Cheers, Richard