From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/8] nfp: TC block fixes, app fallback and dev_alloc() Date: Thu, 02 Nov 2017 20:33:29 +0900 (KST) Message-ID: <20171102.203329.1623630768937393783.davem@davemloft.net> References: <20171102083136.2096-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, oss-drivers@netronome.com To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:48490 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbdKBLdf (ORCPT ); Thu, 2 Nov 2017 07:33:35 -0400 In-Reply-To: <20171102083136.2096-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Thu, 2 Nov 2017 01:31:28 -0700 > This series has three parts. First of all John and I fix some > fallout from the TC block conversion. John also fixes sleeping > in the neigh notifier. > > Secondly I reorganise the nfp_app table to make it easier to > deal with excluding apps which have unmet Kconfig dependencies. > > Last but not least after the fixes which went into -net some time > ago I refactor the page allocation, add a ethtool counter for > failed allocations and clean the ethtool stat code while at it. Applied, thanks.