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 C1487A034E for ; Thu, 14 May 2020 13:53:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B40A41D55D; Thu, 14 May 2020 13:53:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1F3C61D8F4; Thu, 14 May 2020 13:53:40 +0200 (CEST) In-Reply-To: <20200514115236.3293364-1-ferruh.yigit@intel.com> References: <20200514115236.3293364-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20200514115340.1F3C61D8F4@dpdk.org> Date: Thu, 14 May 2020 13:53:40 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70232 [PATCH v3] meter: 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/70232 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #152: FILE: lib/librte_eal/include/rte_function_versioning.h:52: + * Creates a symbol version table entry binding the symbol @EXPERIMENTAL to the internal WARNING:LONG_LINE_COMMENT: line over 90 characters #153: FILE: lib/librte_eal/include/rte_function_versioning.h:53: + * function name . The macro is used when a symbol matures to become part of the stable ABI, WARNING:LONG_LINE: line over 90 characters #156: FILE: lib/librte_eal/include/rte_function_versioning.h:56: +#define VERSION_SYMBOL_EXPERIMENTAL(b, e) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@EXPERIMENTAL") WARNING:LONG_LINE: line over 90 characters #217: FILE: lib/librte_meter/rte_meter.c:160: +MAP_STATIC_SYMBOL(int rte_meter_trtcm_rfc4115_profile_config(struct rte_meter_trtcm_rfc4115_profile *p, WARNING:LONG_LINE: line over 90 characters #218: FILE: lib/librte_meter/rte_meter.c:161: + struct rte_meter_trtcm_rfc4115_params *params), rte_meter_trtcm_rfc4115_profile_config_s); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #220: FILE: lib/librte_meter/rte_meter.c:163: +int WARNING:LONG_LINE: line over 90 characters #254: FILE: lib/librte_meter/rte_meter.c:204: + struct rte_meter_trtcm_rfc4115_profile *p), rte_meter_trtcm_rfc4115_config_s); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #256: FILE: lib/librte_meter/rte_meter.c:206: +int total: 0 errors, 8 warnings, 127 lines checked