From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbb0K-0003uR-DM for qemu-devel@nongnu.org; Mon, 14 Sep 2015 17:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbb0H-0000Xh-6R for qemu-devel@nongnu.org; Mon, 14 Sep 2015 17:09:36 -0400 Received: from 5751f4a1.skybroadband.com ([87.81.244.161]:51675 helo=dan.rpsys.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbb0G-0000UW-RC for qemu-devel@nongnu.org; Mon, 14 Sep 2015 17:09:33 -0400 Message-ID: <1442264955.26666.37.camel@linuxfoundation.org> From: Richard Purdie Date: Mon, 14 Sep 2015 22:09:15 +0100 In-Reply-To: References: 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@linaro.org, qemu-devel@nongnu.org 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! Cheers, Richard