From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 1/4] arm: remove profanity in comment Date: Wed, 25 Jul 2018 11:20:16 -0700 Message-ID: <20180725182019.31518-2-stephen@networkplumber.org> References: <20180725182019.31518-1-stephen@networkplumber.org> Cc: Stephen Hemminger , Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 73A93F72 for ; Wed, 25 Jul 2018 20:20:23 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id i26-v6so1982252pfo.12 for ; Wed, 25 Jul 2018 11:20:23 -0700 (PDT) In-Reply-To: <20180725182019.31518-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update comment to describe the problem better without risk of being offensive. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/include/arch/arm/rte_cycles_32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/include/arch/arm/rte_cycles_32.h b/lib/librte_eal/common/include/arch/arm/rte_cycles_32.h index c4f974feb3da..859b09748c56 100644 --- a/lib/librte_eal/common/include/arch/arm/rte_cycles_32.h +++ b/lib/librte_eal/common/include/arch/arm/rte_cycles_32.h @@ -29,8 +29,8 @@ extern "C" { #ifndef RTE_ARM_EAL_RDTSC_USE_PMU /** - * This call is easily portable to any ARM architecture, however, - * it may be damn slow and inprecise for some tasks. + * This call is easily portable to any architecture, however, + * it may require a system call and inprecise for some tasks. */ static inline uint64_t __rte_rdtsc_syscall(void) -- 2.17.1