From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 4/4] sfc: expose CTPIO stats on NICs that support them Date: Tue, 19 Dec 2017 15:42:56 -0500 (EST) Message-ID: <20171219.154256.506110072762756727.davem@davemloft.net> References: <62aabe1f-6148-922c-03fb-afec440b4a0e@solarflare.com> <20171219122019.7b3ac5d8@cakuba.netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ecree@solarflare.com, linux-net-drivers@solarflare.com, netdev@vger.kernel.org To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:56558 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbdLSUm6 (ORCPT ); Tue, 19 Dec 2017 15:42:58 -0500 In-Reply-To: <20171219122019.7b3ac5d8@cakuba.netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Tue, 19 Dec 2017 12:20:36 -0800 > On Tue, 19 Dec 2017 17:06:36 +0000, Edward Cree wrote: >> From: Bert Kenward >> >> While the Linux driver doesn't use CTPIO ('cut-through programmed I/O'), >> other drivers on the same port might, so if we're responsible for >> reporting per-port stats we need to include the CTPIO stats. >> >> Signed-off-by: Edward Cree > > FWIW this is missing a sign-off from Bert. Edward, please fix this and resubmit.