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 AD51A459D8 for ; Thu, 19 Sep 2024 21:44:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A978440B8C; Thu, 19 Sep 2024 21:44:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 87BCE400EF for ; Thu, 19 Sep 2024 21:44:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7B804121D9E; Thu, 19 Sep 2024 21:44:11 +0200 (CEST) Subject: |WARNING| pw144323 [PATCH v10 3/7] eal: extend bit manipulation functionality In-Reply-To: <20240919193124.737943-4-mattias.ronnblom@ericsson.com> References: <20240919193124.737943-4-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20240919194411.7B804121D9E@dpdk.org> Date: Thu, 19 Sep 2024 21:44:11 +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/144323 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #233: FILE: lib/eal/include/rte_bitops.h:131: + uint32_t *: __rte_bit_test32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #233: FILE: lib/eal/include/rte_bitops.h:131: + uint32_t *: __rte_bit_test32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #234: FILE: lib/eal/include/rte_bitops.h:132: + const uint32_t *: __rte_bit_test32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #234: FILE: lib/eal/include/rte_bitops.h:132: + const uint32_t *: __rte_bit_test32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #235: FILE: lib/eal/include/rte_bitops.h:133: + uint64_t *: __rte_bit_test64, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #235: FILE: lib/eal/include/rte_bitops.h:133: + uint64_t *: __rte_bit_test64, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #236: FILE: lib/eal/include/rte_bitops.h:134: + const uint64_t *: __rte_bit_test64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #236: FILE: lib/eal/include/rte_bitops.h:134: + const uint64_t *: __rte_bit_test64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #258: FILE: lib/eal/include/rte_bitops.h:156: + uint32_t *: __rte_bit_set32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #258: FILE: lib/eal/include/rte_bitops.h:156: + uint32_t *: __rte_bit_set32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #259: FILE: lib/eal/include/rte_bitops.h:157: + uint64_t *: __rte_bit_set64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #259: FILE: lib/eal/include/rte_bitops.h:157: + uint64_t *: __rte_bit_set64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #281: FILE: lib/eal/include/rte_bitops.h:179: + uint32_t *: __rte_bit_clear32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #281: FILE: lib/eal/include/rte_bitops.h:179: + uint32_t *: __rte_bit_clear32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #282: FILE: lib/eal/include/rte_bitops.h:180: + uint64_t *: __rte_bit_clear64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #282: FILE: lib/eal/include/rte_bitops.h:180: + uint64_t *: __rte_bit_clear64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #305: FILE: lib/eal/include/rte_bitops.h:203: + uint32_t *: __rte_bit_assign32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #305: FILE: lib/eal/include/rte_bitops.h:203: + uint32_t *: __rte_bit_assign32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #306: FILE: lib/eal/include/rte_bitops.h:204: + uint64_t *: __rte_bit_assign64)(addr, nr, value) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #306: FILE: lib/eal/include/rte_bitops.h:204: + uint64_t *: __rte_bit_assign64)(addr, nr, value) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #328: FILE: lib/eal/include/rte_bitops.h:226: + uint32_t *: __rte_bit_flip32, \ ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #328: FILE: lib/eal/include/rte_bitops.h:226: + uint32_t *: __rte_bit_flip32, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxO) #329: FILE: lib/eal/include/rte_bitops.h:227: + uint64_t *: __rte_bit_flip64)(addr, nr) ^ ERROR:SPACING: spaces required around that ':' (ctx:OxW) #329: FILE: lib/eal/include/rte_bitops.h:227: + uint64_t *: __rte_bit_flip64)(addr, nr) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #334: FILE: lib/eal/include/rte_bitops.h:232: + __rte_bit_ ## variant ## test ## size(const qualifier uint ## size ## _t *addr, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #346: FILE: lib/eal/include/rte_bitops.h:244: + __rte_bit_ ## variant ## set ## size(qualifier uint ## size ## _t *addr, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #358: FILE: lib/eal/include/rte_bitops.h:256: + __rte_bit_ ## variant ## clear ## size(qualifier uint ## size ## _t *addr, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #370: FILE: lib/eal/include/rte_bitops.h:268: + __rte_bit_ ## variant ## assign ## size(qualifier uint ## size ## _t *addr, \ ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #382: FILE: lib/eal/include/rte_bitops.h:280: + __rte_bit_ ## variant ## flip ## size(qualifier uint ## size ## _t *addr, \ ^ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #391: FILE: lib/eal/include/rte_bitops.h:289: +#define __RTE_GEN_BIT_OPS(v, qualifier, size) \ + __RTE_GEN_BIT_TEST(v, qualifier, size) \ + __RTE_GEN_BIT_SET(v, qualifier, size) \ + __RTE_GEN_BIT_CLEAR(v, qualifier, size) \ + __RTE_GEN_BIT_ASSIGN(v, qualifier, size) \ + __RTE_GEN_BIT_FLIP(v, qualifier, size) ERROR:SPACING: space required after that ',' (ctx:BxO) #399: FILE: lib/eal/include/rte_bitops.h:297: + __RTE_GEN_BIT_OPS(,, size) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #426: FILE: lib/eal/include/rte_bitops.h:999: + rte_bit_ ## fun(qualifier uint ## size ## _t *addr, \ ^ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #432: FILE: lib/eal/include/rte_bitops.h:1005: +#define __RTE_BIT_OVERLOAD_2(fun, qualifier, arg1_type, arg1_name) \ + __RTE_BIT_OVERLOAD_SZ_2(fun, qualifier, 32, arg1_type, arg1_name) \ + __RTE_BIT_OVERLOAD_SZ_2(fun, qualifier, 64, arg1_type, arg1_name) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #436: FILE: lib/eal/include/rte_bitops.h:1009: +#define __RTE_BIT_OVERLOAD_SZ_2R(fun, qualifier, size, ret_type, arg1_type, \ + arg1_name) \ + static inline ret_type \ + rte_bit_ ## fun(qualifier uint ## size ## _t *addr, \ + arg1_type arg1_name) \ + { \ + return __rte_bit_ ## fun ## size(addr, arg1_name); \ + } ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #439: FILE: lib/eal/include/rte_bitops.h:1012: + rte_bit_ ## fun(qualifier uint ## size ## _t *addr, \ ^ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #445: FILE: lib/eal/include/rte_bitops.h:1018: +#define __RTE_BIT_OVERLOAD_2R(fun, qualifier, ret_type, arg1_type, arg1_name) \ + __RTE_BIT_OVERLOAD_SZ_2R(fun, qualifier, 32, ret_type, arg1_type, \ + arg1_name) \ + __RTE_BIT_OVERLOAD_SZ_2R(fun, qualifier, 64, ret_type, arg1_type, \ + arg1_name) ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #454: FILE: lib/eal/include/rte_bitops.h:1027: + rte_bit_ ## fun(uint ## size ## _t *addr, arg1_type arg1_name, \ ^ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #460: FILE: lib/eal/include/rte_bitops.h:1033: +#define __RTE_BIT_OVERLOAD_3(fun, qualifier, arg1_type, arg1_name, arg2_type, \ + arg2_name) \ + __RTE_BIT_OVERLOAD_SZ_3(fun, qualifier, 32, arg1_type, arg1_name, \ + arg2_type, arg2_name) \ + __RTE_BIT_OVERLOAD_SZ_3(fun, qualifier, 64, arg1_type, arg1_name, \ + arg2_type, arg2_name) ERROR:SPACING: space required after that ',' (ctx:VxO) #468: FILE: lib/eal/include/rte_bitops.h:1041: +__RTE_BIT_OVERLOAD_2(set,, unsigned int, nr) ^ ERROR:SPACING: space required after that ',' (ctx:VxO) #469: FILE: lib/eal/include/rte_bitops.h:1042: +__RTE_BIT_OVERLOAD_2(clear,, unsigned int, nr) ^ ERROR:SPACING: space required after that ',' (ctx:VxO) #470: FILE: lib/eal/include/rte_bitops.h:1043: +__RTE_BIT_OVERLOAD_3(assign,, unsigned int, nr, bool, value) ^ ERROR:SPACING: space required after that ',' (ctx:VxO) #471: FILE: lib/eal/include/rte_bitops.h:1044: +__RTE_BIT_OVERLOAD_2(flip,, unsigned int, nr) ^ total: 42 errors, 0 warnings, 288 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. __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. __rte_experimental must appear alone on the line immediately preceding the return type of a function.