From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130AbaHFABB (ORCPT ); Tue, 5 Aug 2014 20:01:01 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:65527 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750945AbaHFABA (ORCPT ); Tue, 5 Aug 2014 20:01:00 -0400 X-IronPort-AV: E=Sophos;i="5.01,808,1400025600"; d="scan'208";a="159748014" Date: Wed, 6 Aug 2014 01:00:59 +0100 From: Wei Liu To: David Miller CC: , , , , , , Subject: Re: [PATCH net-next 0/2] xen-netback: Changes around carrier handling Message-ID: <20140806000059.GA7315@zion.uk.xensource.com> References: <1407165658-20146-1-git-send-email-zoltan.kiss@citrix.com> <20140805.160748.1185917042908283028.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20140805.160748.1185917042908283028.davem@davemloft.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 05, 2014 at 04:07:48PM -0700, David Miller wrote: > From: Zoltan Kiss > Date: Mon, 4 Aug 2014 16:20:56 +0100 > > > This series starts using carrier off as a way to purge packets when the guest is > > not able (or willing) to receive them. It is a much faster way to get rid of > > packets waiting for an overwhelmed guest. > > The first patch changes current netback code where it relies currently on > > netif_carrier_ok. > > The second turns off the carrier if the guest times out on a queue, and only > > turn it on again if that queue (or queues) resurrects. > > > > Signed-off-by: Zoltan Kiss > > Signed-off-by: David Vrabel > > Applied, but I have some reservations: > Wow, this is fast. I appreciate your speed, but there's still outstanding issues in the series. Apart from some comments on maintainability, the biggest problem is that there's a bug in second patch that needs to be fixed; or I need to be proved wrong. We need to set aside some more time to get those questions answered. I don't think this series is suitable to go in as is. DaveM, could you please advise how to deal with this situation? Wei.