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 6367FA00C3 for ; Fri, 15 May 2020 16:38:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BFFF1DA84; Fri, 15 May 2020 16:38:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8A6B61D9A2; Fri, 15 May 2020 16:38:25 +0200 (CEST) In-Reply-To: <1589553405-4167-1-git-send-email-mdr@ashroe.eu> References: <1589553405-4167-1-git-send-email-mdr@ashroe.eu> To: test-report@dpdk.org Cc: Ray Kinsella Message-Id: <20200515143825.8A6B61D9A2@dpdk.org> Date: Fri, 15 May 2020 16:38:25 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70334 [PATCH v5] abi: provide experimental alias of API for old apps 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/70334 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #366: FILE: lib/librte_eal/include/rte_function_versioning.h:51: + * Creates a symbol version table entry binding the symbol @EXPERIMENTAL to the internal WARNING:LONG_LINE_COMMENT: line over 90 characters #367: FILE: lib/librte_eal/include/rte_function_versioning.h:52: + * function name . The macro is used when a symbol matures to become part of the stable ABI, WARNING:LONG_LINE: line over 90 characters #370: FILE: lib/librte_eal/include/rte_function_versioning.h:55: +#define VERSION_SYMBOL_EXPERIMENTAL(b, e) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@EXPERIMENTAL") total: 0 errors, 3 warnings, 228 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function.