From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/9] nfp: flower updates and netconsole Date: Sat, 30 Jun 2018 21:32:14 +0900 (KST) Message-ID: <20180630.213214.1001595746841229571.davem@davemloft.net> References: <20180630000442.27353-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: oss-drivers@netronome.com, netdev@vger.kernel.org To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:38334 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934961AbeF3McR (ORCPT ); Sat, 30 Jun 2018 08:32:17 -0400 In-Reply-To: <20180630000442.27353-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Fri, 29 Jun 2018 17:04:33 -0700 > This set contains assorted updates to driver base and flower. > First patch is a follow up to a fix to calculating counters which > went into net. For ethtool counters we should also make sure > they are visible even after ring reconfiguration. Next patch > is a safety measure in case we are running on a machine with a > broken BIOS we should fail the probe when risk of incorrect > operation is too high. The next two patches add netpoll support > and make use of napi_consume_skb(). Last we populate bus info > on all representors. > > Pieter adds support for offload of the checksum action in flower. > > John follows up to another fix he's done in net, we set TTL > values on tunnels to stack's default, now Johns does a full > route lookup to get a more precise information, he populates > ToS field as well. Last but not least he follows up on Jiri's > request to enable LAG offload in case the team driver is used > and then hash function is unknown. Series applied, thanks.