From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/13] nfp: abm: add basic support for advanced buffering NIC Date: Wed, 23 May 2018 14:28:33 -0400 (EDT) Message-ID: <20180523.142833.1361148351291027368.davem@davemloft.net> References: <20180522051255.9438-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]:32810 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754794AbeEWS2g (ORCPT ); Wed, 23 May 2018 14:28:36 -0400 In-Reply-To: <20180522051255.9438-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Mon, 21 May 2018 22:12:42 -0700 > This series lays groundwork for advanced buffer management NIC feature. > It makes necessary NFP core changes, spawns representors and adds devlink > glue. Following series will add the actual buffering configuration (patch > series size limit). > > First three patches add support for configuring NFP buffer pools via a > mailbox. The existing devlink APIs are used for the purpose. > > Third patch allows us to perform small reads from the NFP memory. > > The rest of the patch set adds eswitch mode change support and makes > the driver spawn appropriate representors. Series applied, thank you!