From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DE3DCA0524 for ; Sat, 4 Jul 2020 17:15:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D6BF31DBD4; Sat, 4 Jul 2020 17:15:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C809F1DBDD; Sat, 4 Jul 2020 17:15:07 +0200 (CEST) In-Reply-To: <20200704151408.6469-1-david.marchand@redhat.com> References: <20200704151408.6469-1-david.marchand@redhat.com> To: test-report@dpdk.org Cc: David Marchand Message-Id: <20200704151507.C809F1DBDD@dpdk.org> Date: Sat, 4 Jul 2020 17:15:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73109 [PATCH v2] trace: simplify trace point registration X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/73109 _coding style issues_ WARNING:PREFER_SECTION: __section(__rte_trace_point) is preferred over __attribute__((section("__rte_trace_point"))) #660: FILE: lib/librte_eal/include/rte_trace_point_register.h:18: +rte_trace_point_t __attribute__((section("__rte_trace_point"))) __##trace; \ total: 0 errors, 1 warnings, 974 lines checked