From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-x232.google.com (mail-pl0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 410YKZ4kGkzF1ls for ; Tue, 5 Jun 2018 23:57:54 +1000 (AEST) Received: by mail-pl0-x232.google.com with SMTP id g20-v6so1575252plq.1 for ; Tue, 05 Jun 2018 06:57:54 -0700 (PDT) Date: Tue, 5 Jun 2018 06:57:49 -0700 From: Richard Cochran To: "Y.b. Lu" Cc: "netdev@vger.kernel.org" , Madalin-cristian Bucur , Rob Herring , Shawn Guo , "David S . Miller" , "devicetree@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 09/10] dpaa_eth: add support for hardware timestamping Message-ID: <20180605135748.mlarwiyzf2oe27ax@localhost> References: <20180604070837.19265-1-yangbo.lu@nxp.com> <20180604070837.19265-10-yangbo.lu@nxp.com> <20180604134920.ezhe6jz5ntpnqyzj@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jun 05, 2018 at 03:35:28AM +0000, Y.b. Lu wrote: > [Y.b. Lu] Actually these timestamping codes affected DPAA networking performance in our previous performance test. > That's why we used ifdef for it. How much does time stamping hurt performance? If the time stamping is compiled in but not enabled at run time, does it still affect performace? Thanks, Richard