From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ED29E43DD1 for ; Mon, 8 Apr 2024 21:52:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E72FF402F0; Mon, 8 Apr 2024 21:52:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0D8A5402E3 for ; Mon, 8 Apr 2024 21:52:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EC4BB121EEE; Mon, 8 Apr 2024 21:52:09 +0200 (CEST) Subject: |WARNING| pw139190 [RFC] latencystats: performance overhaul In-Reply-To: <20240408195036.182545-1-stephen@networkplumber.org> References: <20240408195036.182545-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240408195209.EC4BB121EEE@dpdk.org> Date: Mon, 8 Apr 2024 21:52:09 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/139190 _coding style issues_ WARNING:LONG_LINE: line length of 106 exceeds 100 columns #389: FILE: lib/latencystats/rte_latencystats.c:218: + rte_atomic_store_explicit(&stats->min_latency, latency, rte_memory_order_relaxed); WARNING:LONG_LINE: line length of 106 exceeds 100 columns #391: FILE: lib/latencystats/rte_latencystats.c:220: + rte_atomic_store_explicit(&stats->max_latency, latency, rte_memory_order_relaxed); total: 0 errors, 2 warnings, 508 lines checked Please use __rte_cache_aligned only for struct or union types alignment.