From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Mattias Rönnblom" <mattias.ronnblom@ericsson.com>
Subject: |WARNING| pw143041 [PATCH 5/5] eal: extend bitops to handle volatile pointers
Date: Fri, 9 Aug 2024 11:15:43 +0200 (CEST) [thread overview]
Message-ID: <20240809091543.D33E9123EF6@dpdk.org> (raw)
In-Reply-To: <20240809090439.589295-6-mattias.ronnblom@ericsson.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143041
_coding style issues_
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#175: FILE: app/test/test_bitops.c:44:
+ const mod uint ## size ## _t *const_ptr = &word; \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#184: FILE: app/test/test_bitops.c:62:
+ rte_bit_assign, rte_bit_flip, rte_bit_test, 32,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#188: FILE: app/test/test_bitops.c:65:
+ rte_bit_assign, rte_bit_flip, rte_bit_test, 64,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#203: FILE: app/test/test_bitops.c:90:
+ bit_atomic_flip, bit_atomic_test, 32,)
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#208: FILE: app/test/test_bitops.c:94:
+ bit_atomic_flip, bit_atomic_test, 64,)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#245: FILE: lib/eal/include/rte_bitops.h:132:
+ uint32_t *: __rte_bit_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#245: FILE: lib/eal/include/rte_bitops.h:132:
+ uint32_t *: __rte_bit_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#246: FILE: lib/eal/include/rte_bitops.h:133:
+ const uint32_t *: __rte_bit_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#246: FILE: lib/eal/include/rte_bitops.h:133:
+ const uint32_t *: __rte_bit_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#247: FILE: lib/eal/include/rte_bitops.h:134:
+ volatile uint32_t *: __rte_bit_v_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#247: FILE: lib/eal/include/rte_bitops.h:134:
+ volatile uint32_t *: __rte_bit_v_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#248: FILE: lib/eal/include/rte_bitops.h:135:
+ const volatile uint32_t *: __rte_bit_v_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#248: FILE: lib/eal/include/rte_bitops.h:135:
+ const volatile uint32_t *: __rte_bit_v_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#249: FILE: lib/eal/include/rte_bitops.h:136:
+ uint64_t *: __rte_bit_test64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#249: FILE: lib/eal/include/rte_bitops.h:136:
+ uint64_t *: __rte_bit_test64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#250: FILE: lib/eal/include/rte_bitops.h:137:
+ const uint64_t *: __rte_bit_test64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#250: FILE: lib/eal/include/rte_bitops.h:137:
+ const uint64_t *: __rte_bit_test64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#251: FILE: lib/eal/include/rte_bitops.h:138:
+ volatile uint64_t *: __rte_bit_v_test64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#251: FILE: lib/eal/include/rte_bitops.h:138:
+ volatile uint64_t *: __rte_bit_v_test64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#252: FILE: lib/eal/include/rte_bitops.h:139:
+ const volatile uint64_t *: __rte_bit_v_test64)(addr, nr)
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#252: FILE: lib/eal/include/rte_bitops.h:139:
+ const volatile uint64_t *: __rte_bit_v_test64)(addr, nr)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#266: FILE: lib/eal/include/rte_bitops.h:161:
+ uint32_t *: __rte_bit_set32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#266: FILE: lib/eal/include/rte_bitops.h:161:
+ uint32_t *: __rte_bit_set32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#267: FILE: lib/eal/include/rte_bitops.h:162:
+ volatile uint32_t *: __rte_bit_v_set32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#267: FILE: lib/eal/include/rte_bitops.h:162:
+ volatile uint32_t *: __rte_bit_v_set32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#268: FILE: lib/eal/include/rte_bitops.h:163:
+ uint64_t *: __rte_bit_set64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#268: FILE: lib/eal/include/rte_bitops.h:163:
+ uint64_t *: __rte_bit_set64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#269: FILE: lib/eal/include/rte_bitops.h:164:
+ volatile uint64_t *: __rte_bit_v_set64)(addr, nr)
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#269: FILE: lib/eal/include/rte_bitops.h:164:
+ volatile uint64_t *: __rte_bit_v_set64)(addr, nr)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#283: FILE: lib/eal/include/rte_bitops.h:186:
+ uint32_t *: __rte_bit_clear32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#283: FILE: lib/eal/include/rte_bitops.h:186:
+ uint32_t *: __rte_bit_clear32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#284: FILE: lib/eal/include/rte_bitops.h:187:
+ volatile uint32_t *: __rte_bit_v_clear32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#284: FILE: lib/eal/include/rte_bitops.h:187:
+ volatile uint32_t *: __rte_bit_v_clear32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#285: FILE: lib/eal/include/rte_bitops.h:188:
+ uint64_t *: __rte_bit_clear64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#285: FILE: lib/eal/include/rte_bitops.h:188:
+ uint64_t *: __rte_bit_clear64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#286: FILE: lib/eal/include/rte_bitops.h:189:
+ volatile uint64_t *: __rte_bit_v_clear64)(addr, nr)
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#286: FILE: lib/eal/include/rte_bitops.h:189:
+ volatile uint64_t *: __rte_bit_v_clear64)(addr, nr)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#295: FILE: lib/eal/include/rte_bitops.h:213:
+ volatile uint32_t *: __rte_bit_v_assign32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#295: FILE: lib/eal/include/rte_bitops.h:213:
+ volatile uint32_t *: __rte_bit_v_assign32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#296: FILE: lib/eal/include/rte_bitops.h:214:
+ uint64_t *: __rte_bit_assign64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#296: FILE: lib/eal/include/rte_bitops.h:214:
+ uint64_t *: __rte_bit_assign64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#297: FILE: lib/eal/include/rte_bitops.h:215:
+ volatile uint64_t *: __rte_bit_v_assign64)(addr, nr, value)
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#297: FILE: lib/eal/include/rte_bitops.h:215:
+ volatile uint64_t *: __rte_bit_v_assign64)(addr, nr, value)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#306: FILE: lib/eal/include/rte_bitops.h:238:
+ volatile uint32_t *: __rte_bit_v_flip32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#306: FILE: lib/eal/include/rte_bitops.h:238:
+ volatile uint32_t *: __rte_bit_v_flip32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#307: FILE: lib/eal/include/rte_bitops.h:239:
+ uint64_t *: __rte_bit_flip64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#307: FILE: lib/eal/include/rte_bitops.h:239:
+ uint64_t *: __rte_bit_flip64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#308: FILE: lib/eal/include/rte_bitops.h:240:
+ volatile uint64_t *: __rte_bit_v_flip64)(addr, nr)
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#308: FILE: lib/eal/include/rte_bitops.h:240:
+ volatile uint64_t *: __rte_bit_v_flip64)(addr, nr)
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#316: FILE: lib/eal/include/rte_bitops.h:265:
+ volatile uint32_t *: __rte_bit_atomic_v_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#316: FILE: lib/eal/include/rte_bitops.h:265:
+ volatile uint32_t *: __rte_bit_atomic_v_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#317: FILE: lib/eal/include/rte_bitops.h:266:
+ const volatile uint32_t *: __rte_bit_atomic_v_test32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#317: FILE: lib/eal/include/rte_bitops.h:266:
+ const volatile uint32_t *: __rte_bit_atomic_v_test32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#321: FILE: lib/eal/include/rte_bitops.h:268:
+ const uint64_t *: __rte_bit_atomic_test64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#321: FILE: lib/eal/include/rte_bitops.h:268:
+ const uint64_t *: __rte_bit_atomic_test64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#322: FILE: lib/eal/include/rte_bitops.h:269:
+ volatile uint64_t *: __rte_bit_atomic_v_test64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#322: FILE: lib/eal/include/rte_bitops.h:269:
+ volatile uint64_t *: __rte_bit_atomic_v_test64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#323: FILE: lib/eal/include/rte_bitops.h:270:
+ const volatile uint64_t *: __rte_bit_atomic_v_test64) \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#323: FILE: lib/eal/include/rte_bitops.h:270:
+ const volatile uint64_t *: __rte_bit_atomic_v_test64) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#333: FILE: lib/eal/include/rte_bitops.h:293:
+ volatile uint32_t *: __rte_bit_atomic_v_set32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#333: FILE: lib/eal/include/rte_bitops.h:293:
+ volatile uint32_t *: __rte_bit_atomic_v_set32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#334: FILE: lib/eal/include/rte_bitops.h:294:
+ uint64_t *: __rte_bit_atomic_set64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#334: FILE: lib/eal/include/rte_bitops.h:294:
+ uint64_t *: __rte_bit_atomic_set64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#335: FILE: lib/eal/include/rte_bitops.h:295:
+ volatile uint64_t *: __rte_bit_atomic_v_set64)(addr, nr, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#335: FILE: lib/eal/include/rte_bitops.h:295:
+ volatile uint64_t *: __rte_bit_atomic_v_set64)(addr, nr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#345: FILE: lib/eal/include/rte_bitops.h:318:
+ volatile uint32_t *: __rte_bit_atomic_v_clear32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#345: FILE: lib/eal/include/rte_bitops.h:318:
+ volatile uint32_t *: __rte_bit_atomic_v_clear32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#346: FILE: lib/eal/include/rte_bitops.h:319:
+ uint64_t *: __rte_bit_atomic_clear64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#346: FILE: lib/eal/include/rte_bitops.h:319:
+ uint64_t *: __rte_bit_atomic_clear64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#347: FILE: lib/eal/include/rte_bitops.h:320:
+ volatile uint64_t *: __rte_bit_atomic_v_clear64)(addr, nr, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#347: FILE: lib/eal/include/rte_bitops.h:320:
+ volatile uint64_t *: __rte_bit_atomic_v_clear64)(addr, nr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#358: FILE: lib/eal/include/rte_bitops.h:345:
+ volatile uint32_t *: __rte_bit_atomic_v_assign32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#358: FILE: lib/eal/include/rte_bitops.h:345:
+ volatile uint32_t *: __rte_bit_atomic_v_assign32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#359: FILE: lib/eal/include/rte_bitops.h:346:
+ uint64_t *: __rte_bit_atomic_assign64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#359: FILE: lib/eal/include/rte_bitops.h:346:
+ uint64_t *: __rte_bit_atomic_assign64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#360: FILE: lib/eal/include/rte_bitops.h:347:
+ volatile uint64_t *: __rte_bit_atomic_v_assign64)(addr, nr, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#360: FILE: lib/eal/include/rte_bitops.h:347:
+ volatile uint64_t *: __rte_bit_atomic_v_assign64)(addr, nr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#371: FILE: lib/eal/include/rte_bitops.h:372:
+ volatile uint32_t *: __rte_bit_atomic_v_flip32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#371: FILE: lib/eal/include/rte_bitops.h:372:
+ volatile uint32_t *: __rte_bit_atomic_v_flip32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#372: FILE: lib/eal/include/rte_bitops.h:373:
+ uint64_t *: __rte_bit_atomic_flip64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#372: FILE: lib/eal/include/rte_bitops.h:373:
+ uint64_t *: __rte_bit_atomic_flip64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#373: FILE: lib/eal/include/rte_bitops.h:374:
+ volatile uint64_t *: __rte_bit_atomic_v_flip64)(addr, nr, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#373: FILE: lib/eal/include/rte_bitops.h:374:
+ volatile uint64_t *: __rte_bit_atomic_v_flip64)(addr, nr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#384: FILE: lib/eal/include/rte_bitops.h:399:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_set32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#384: FILE: lib/eal/include/rte_bitops.h:399:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_set32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#385: FILE: lib/eal/include/rte_bitops.h:400:
+ uint64_t *: __rte_bit_atomic_test_and_set64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#385: FILE: lib/eal/include/rte_bitops.h:400:
+ uint64_t *: __rte_bit_atomic_test_and_set64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#386: FILE: lib/eal/include/rte_bitops.h:401:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_set64) \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#386: FILE: lib/eal/include/rte_bitops.h:401:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_set64) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#397: FILE: lib/eal/include/rte_bitops.h:426:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_clear32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#397: FILE: lib/eal/include/rte_bitops.h:426:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_clear32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#398: FILE: lib/eal/include/rte_bitops.h:427:
+ uint64_t *: __rte_bit_atomic_test_and_clear64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#398: FILE: lib/eal/include/rte_bitops.h:427:
+ uint64_t *: __rte_bit_atomic_test_and_clear64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#399: FILE: lib/eal/include/rte_bitops.h:428:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_clear64) \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#399: FILE: lib/eal/include/rte_bitops.h:428:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_clear64) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#411: FILE: lib/eal/include/rte_bitops.h:456:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_assign32, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#411: FILE: lib/eal/include/rte_bitops.h:456:
+ volatile uint32_t *: __rte_bit_atomic_v_test_and_assign32, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#412: FILE: lib/eal/include/rte_bitops.h:457:
+ uint64_t *: __rte_bit_atomic_test_and_assign64, \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#412: FILE: lib/eal/include/rte_bitops.h:457:
+ uint64_t *: __rte_bit_atomic_test_and_assign64, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#413: FILE: lib/eal/include/rte_bitops.h:458:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_assign64) \
^
ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#413: FILE: lib/eal/include/rte_bitops.h:458:
+ volatile uint64_t *: __rte_bit_atomic_v_test_and_assign64) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#446: FILE: lib/eal/include/rte_bitops.h:548:
+ __rte_bit_atomic_ ## v ## test ## size(const qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#453: FILE: lib/eal/include/rte_bitops.h:553:
+ const qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#465: FILE: lib/eal/include/rte_bitops.h:562:
+ __rte_bit_atomic_ ## v ## set ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#472: FILE: lib/eal/include/rte_bitops.h:567:
+ qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#484: FILE: lib/eal/include/rte_bitops.h:576:
+ __rte_bit_atomic_ ## v ## clear ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#491: FILE: lib/eal/include/rte_bitops.h:581:
+ qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#503: FILE: lib/eal/include/rte_bitops.h:590:
+ __rte_bit_atomic_ ## v ## flip ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#510: FILE: lib/eal/include/rte_bitops.h:595:
+ qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#523: FILE: lib/eal/include/rte_bitops.h:604:
+ __rte_bit_atomic_## v ## assign ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#544: FILE: lib/eal/include/rte_bitops.h:618:
+ __rte_bit_atomic_ ## v ## test_and_set ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#552: FILE: lib/eal/include/rte_bitops.h:624:
+ qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#568: FILE: lib/eal/include/rte_bitops.h:638:
+ __rte_bit_atomic_ ## v ## test_and_clear ## size(qualifier uint ## size ## _t *addr, \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#576: FILE: lib/eal/include/rte_bitops.h:644:
+ qualifier RTE_ATOMIC(uint ## size ## _t) *a_addr = \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#593: FILE: lib/eal/include/rte_bitops.h:658:
+ __rte_bit_atomic_ ## v ## test_and_assign ## size(qualifier uint ## size ## _t *addr, \
^
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#601: FILE: lib/eal/include/rte_bitops.h:664:
+ return __rte_bit_atomic_ ## v ## test_and_set ## size(addr, nr, memory_order); \
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#605: FILE: lib/eal/include/rte_bitops.h:666:
+ return __rte_bit_atomic_ ## v ## test_and_clear ## size(addr, nr, memory_order); \
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#617: FILE: lib/eal/include/rte_bitops.h:669:
+#define __RTE_GEN_BIT_ATOMIC_OPS(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_TEST(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_SET(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_CLEAR(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_ASSIGN(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_TEST_AND_SET(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_TEST_AND_CLEAR(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_TEST_AND_ASSIGN(v, qualifier, size) \
+ __RTE_GEN_BIT_ATOMIC_FLIP(v, qualifier, size)
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#629: FILE: lib/eal/include/rte_bitops.h:679:
+#define __RTE_GEN_BIT_ATOMIC_OPS_SIZE(size) \
+ __RTE_GEN_BIT_ATOMIC_OPS(,, size) \
+ __RTE_GEN_BIT_ATOMIC_OPS(v_, volatile, size)
ERROR:SPACING: space required after that ',' (ctx:BxO)
#630: FILE: lib/eal/include/rte_bitops.h:680:
+ __RTE_GEN_BIT_ATOMIC_OPS(,, size) \
^
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#647: FILE: lib/eal/include/rte_bitops.h:1392:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#657: FILE: lib/eal/include/rte_bitops.h:1398:
+#define __RTE_BIT_OVERLOAD_SZ_2(family, fun, c, size, arg1_type, arg1_name) \
+ __RTE_BIT_OVERLOAD_V_2(family,, fun, c, size, arg1_type, \
+ arg1_name) \
+ __RTE_BIT_OVERLOAD_V_2(family, v_, fun, c volatile, size, \
+ arg1_type, arg1_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#658: FILE: lib/eal/include/rte_bitops.h:1399:
+ __RTE_BIT_OVERLOAD_V_2(family,, fun, c, size, arg1_type, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#665: FILE: lib/eal/include/rte_bitops.h:1404:
+#define __RTE_BIT_OVERLOAD_2(family, fun, c, arg1_type, arg1_name) \
+ __RTE_BIT_OVERLOAD_SZ_2(family, fun, c, 32, arg1_type, arg1_name) \
+ __RTE_BIT_OVERLOAD_SZ_2(family, fun, c, 64, arg1_type, arg1_name)
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#669: FILE: lib/eal/include/rte_bitops.h:1408:
+#define __RTE_BIT_OVERLOAD_V_2R(family, v, fun, c, size, ret_type, arg1_type, \
+ arg1_name) \
static inline ret_type \
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
arg1_type arg1_name) \
{ \
+ return __rte_bit_ ## family ## v ## fun ## size(addr, \
+ arg1_name); \
}
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#673: FILE: lib/eal/include/rte_bitops.h:1411:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#683: FILE: lib/eal/include/rte_bitops.h:1418:
+#define __RTE_BIT_OVERLOAD_SZ_2R(family, fun, c, size, ret_type, arg1_type, \
+ arg1_name) \
+ __RTE_BIT_OVERLOAD_V_2R(family,, fun, c, size, ret_type, arg1_type, \
+ arg1_name) \
+ __RTE_BIT_OVERLOAD_V_2R(family, v_, fun, c volatile, \
+ size, ret_type, arg1_type, arg1_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#685: FILE: lib/eal/include/rte_bitops.h:1420:
+ __RTE_BIT_OVERLOAD_V_2R(family,, fun, c, size, ret_type, arg1_type, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#690: FILE: lib/eal/include/rte_bitops.h:1425:
+#define __RTE_BIT_OVERLOAD_2R(family, fun, c, ret_type, arg1_type, arg1_name) \
+ __RTE_BIT_OVERLOAD_SZ_2R(family, fun, c, 32, ret_type, arg1_type, \
arg1_name) \
+ __RTE_BIT_OVERLOAD_SZ_2R(family, fun, c, 64, ret_type, arg1_type, \
arg1_name)
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#704: FILE: lib/eal/include/rte_bitops.h:1434:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#713: FILE: lib/eal/include/rte_bitops.h:1441:
+#define __RTE_BIT_OVERLOAD_SZ_3(family, fun, c, size, arg1_type, arg1_name, \
+ arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_V_3(family,, fun, c, size, arg1_type, arg1_name, \
+ arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_V_3(family, v_, fun, c volatile, size, arg1_type, \
+ arg1_name, arg2_type, arg2_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#715: FILE: lib/eal/include/rte_bitops.h:1443:
+ __RTE_BIT_OVERLOAD_V_3(family,, fun, c, size, arg1_type, arg1_name, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#720: FILE: lib/eal/include/rte_bitops.h:1448:
+#define __RTE_BIT_OVERLOAD_3(family, fun, c, arg1_type, arg1_name, arg2_type, \
arg2_name) \
+ __RTE_BIT_OVERLOAD_SZ_3(family, fun, c, 32, arg1_type, arg1_name, \
arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_SZ_3(family, fun, c, 64, arg1_type, arg1_name, \
arg2_type, arg2_name)
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#731: FILE: lib/eal/include/rte_bitops.h:1455:
+#define __RTE_BIT_OVERLOAD_V_3R(family, v, fun, c, size, ret_type, arg1_type, \
+ arg1_name, arg2_type, arg2_name) \
static inline ret_type \
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
+ arg1_type arg1_name, arg2_type arg2_name) \
{ \
+ return __rte_bit_ ## family ## v ## fun ## size(addr, \
+ arg1_name, \
+ arg2_name); \
}
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#736: FILE: lib/eal/include/rte_bitops.h:1458:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#748: FILE: lib/eal/include/rte_bitops.h:1466:
+#define __RTE_BIT_OVERLOAD_SZ_3R(family, fun, c, size, ret_type, arg1_type, \
arg1_name, arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_V_3R(family,, fun, c, size, ret_type, \
+ arg1_type, arg1_name, arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_V_3R(family, v_, fun, c volatile, size, \
+ ret_type, arg1_type, arg1_name, arg2_type, \
+ arg2_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#752: FILE: lib/eal/include/rte_bitops.h:1468:
+ __RTE_BIT_OVERLOAD_V_3R(family,, fun, c, size, ret_type, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#760: FILE: lib/eal/include/rte_bitops.h:1474:
+#define __RTE_BIT_OVERLOAD_3R(family, fun, c, ret_type, arg1_type, arg1_name, \
+ arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_SZ_3R(family, fun, c, 32, ret_type, \
+ arg1_type, arg1_name, arg2_type, arg2_name) \
+ __RTE_BIT_OVERLOAD_SZ_3R(family, fun, c, 64, ret_type, \
+ arg1_type, arg1_name, arg2_type, arg2_name)
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#772: FILE: lib/eal/include/rte_bitops.h:1484:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#786: FILE: lib/eal/include/rte_bitops.h:1493:
+#define __RTE_BIT_OVERLOAD_SZ_4(family, fun, c, size, arg1_type, arg1_name, \
arg2_type, arg2_name, arg3_type, arg3_name) \
+ __RTE_BIT_OVERLOAD_V_4(family,, fun, c, size, arg1_type, \
+ arg1_name, arg2_type, arg2_name, arg3_type, \
+ arg3_name) \
+ __RTE_BIT_OVERLOAD_V_4(family, v_, fun, c volatile, size, \
+ arg1_type, arg1_name, arg2_type, arg2_name, \
+ arg3_type, arg3_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#794: FILE: lib/eal/include/rte_bitops.h:1495:
+ __RTE_BIT_OVERLOAD_V_4(family,, fun, c, size, arg1_type, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#801: FILE: lib/eal/include/rte_bitops.h:1502:
+#define __RTE_BIT_OVERLOAD_4(family, fun, c, arg1_type, arg1_name, arg2_type, \
+ arg2_name, arg3_type, arg3_name) \
+ __RTE_BIT_OVERLOAD_SZ_4(family, fun, c, 32, arg1_type, \
+ arg1_name, arg2_type, arg2_name, arg3_type, \
+ arg3_name) \
+ __RTE_BIT_OVERLOAD_SZ_4(family, fun, c, 64, arg1_type, \
+ arg1_name, arg2_type, arg2_name, arg3_type, \
+ arg3_name)
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#810: FILE: lib/eal/include/rte_bitops.h:1511:
+#define __RTE_BIT_OVERLOAD_V_4R(family, v, fun, c, size, ret_type, arg1_type, \
+ arg1_name, arg2_type, arg2_name, arg3_type, \
+ arg3_name) \
static inline ret_type \
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
+ arg1_type arg1_name, arg2_type arg2_name, \
+ arg3_type arg3_name) \
{ \
+ return __rte_bit_ ## family ## v ## fun ## size(addr, \
+ arg1_name, \
+ arg2_name, \
+ arg3_name); \
}
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#816: FILE: lib/eal/include/rte_bitops.h:1515:
+ rte_bit_ ## family ## fun(c uint ## size ## _t *addr, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#831: FILE: lib/eal/include/rte_bitops.h:1525:
+#define __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, size, ret_type, arg1_type, \
arg1_name, arg2_type, arg2_name, arg3_type, \
arg3_name) \
+ __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
+ arg1_name, arg2_type, arg2_name, arg3_type, \
+ arg3_name) \
+ __RTE_BIT_OVERLOAD_V_4R(family, v_, fun, c volatile, size, \
+ ret_type, arg1_type, arg1_name, arg2_type, \
+ arg2_name, arg3_type, arg3_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#845: FILE: lib/eal/include/rte_bitops.h:1528:
+ __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#852: FILE: lib/eal/include/rte_bitops.h:1535:
+#define __RTE_BIT_OVERLOAD_4R(family, fun, c, ret_type, arg1_type, arg1_name, \
+ arg2_type, arg2_name, arg3_type, arg3_name) \
+ __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type, \
+ arg1_type, arg1_name, arg2_type, arg2_name, \
+ arg3_type, arg3_name) \
+ __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type, \
+ arg1_type, arg1_name, arg2_type, arg2_name, \
+ arg3_type, arg3_name)
ERROR:SPACING: space required after that ',' (ctx:VxO)
#862: FILE: lib/eal/include/rte_bitops.h:1545:
+__RTE_BIT_OVERLOAD_2(, set,, unsigned int, nr)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#863: FILE: lib/eal/include/rte_bitops.h:1546:
+__RTE_BIT_OVERLOAD_2(, clear,, unsigned int, nr)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#864: FILE: lib/eal/include/rte_bitops.h:1547:
+__RTE_BIT_OVERLOAD_3(, assign,, unsigned int, nr, bool, value)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#865: FILE: lib/eal/include/rte_bitops.h:1548:
+__RTE_BIT_OVERLOAD_2(, flip,, unsigned int, nr)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#872: FILE: lib/eal/include/rte_bitops.h:1552:
+__RTE_BIT_OVERLOAD_3(atomic_, set,, unsigned int, nr, int, memory_order)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#873: FILE: lib/eal/include/rte_bitops.h:1553:
+__RTE_BIT_OVERLOAD_3(atomic_, clear,, unsigned int, nr, int, memory_order)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#874: FILE: lib/eal/include/rte_bitops.h:1554:
+__RTE_BIT_OVERLOAD_4(atomic_, assign,, unsigned int, nr, bool, value,
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#878: FILE: lib/eal/include/rte_bitops.h:1556:
+__RTE_BIT_OVERLOAD_3(atomic_, flip,, unsigned int, nr, int, memory_order)
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#879: FILE: lib/eal/include/rte_bitops.h:1557:
+__RTE_BIT_OVERLOAD_3R(atomic_, test_and_set,, bool, unsigned int, nr,
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#882: FILE: lib/eal/include/rte_bitops.h:1559:
+__RTE_BIT_OVERLOAD_3R(atomic_, test_and_clear,, bool, unsigned int, nr,
^
ERROR:SPACING: space required after that ',' (ctx:VxO)
#885: FILE: lib/eal/include/rte_bitops.h:1561:
+__RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
^
total: 156 errors, 2 warnings, 709 lines checked
next prev parent reply other threads:[~2024-08-09 9:15 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240809090439.589295-6-mattias.ronnblom@ericsson.com>
2024-08-09 8:48 ` |SUCCESS| pw143037-143041 " qemudev
2024-08-09 8:52 ` qemudev
2024-08-09 9:15 ` checkpatch [this message]
2024-08-09 10:02 ` |FAILURE| pw143041 " 0-day Robot
2024-08-09 10:57 ` |SUCCESS| pw143037-143041 [PATCH] [5/5] eal: extend bitops to handle dpdklab
2024-08-09 11:08 ` |PENDING| " dpdklab
2024-08-09 11:09 ` dpdklab
2024-08-09 11:21 ` |SUCCESS| " dpdklab
2024-08-09 11:22 ` dpdklab
2024-08-09 11:24 ` dpdklab
2024-08-09 11:35 ` dpdklab
2024-08-09 11:36 ` dpdklab
2024-08-09 11:43 ` dpdklab
2024-08-09 11:44 ` dpdklab
2024-08-09 11:59 ` dpdklab
2024-08-09 12:18 ` dpdklab
2024-08-09 13:04 ` dpdklab
2024-08-09 13:09 ` dpdklab
2024-08-09 13:14 ` dpdklab
2024-08-09 13:20 ` dpdklab
2024-08-09 13:40 ` dpdklab
2024-08-09 14:01 ` |WARNING| " dpdklab
2024-08-09 14:04 ` dpdklab
2024-08-09 14:05 ` dpdklab
2024-08-09 14:06 ` dpdklab
2024-08-09 14:08 ` dpdklab
2024-08-09 14:09 ` dpdklab
2024-08-09 14:11 ` dpdklab
2024-08-09 14:15 ` dpdklab
2024-08-09 14:16 ` dpdklab
2024-08-09 14:18 ` dpdklab
2024-08-09 14:19 ` dpdklab
2024-08-09 14:22 ` dpdklab
2024-08-09 14:24 ` dpdklab
2024-08-09 16:47 ` |FAILURE| " dpdklab
2024-08-09 16:48 ` dpdklab
2024-08-09 17:52 ` dpdklab
2024-08-09 17:56 ` dpdklab
2024-08-09 18:09 ` dpdklab
2024-08-09 18:11 ` dpdklab
2024-08-09 18:17 ` dpdklab
2024-08-09 18:28 ` dpdklab
2024-08-09 18:39 ` dpdklab
2024-08-09 18:41 ` dpdklab
2024-08-09 18:45 ` dpdklab
2024-08-09 18:46 ` dpdklab
2024-08-09 18:47 ` dpdklab
2024-08-09 18:50 ` dpdklab
2024-08-09 18:53 ` dpdklab
2024-08-09 18:57 ` dpdklab
2024-08-09 19:02 ` dpdklab
2024-08-09 19:02 ` dpdklab
2024-08-09 19:04 ` dpdklab
2024-08-09 19:05 ` dpdklab
2024-08-09 19:06 ` dpdklab
2024-08-09 19:06 ` dpdklab
2024-08-09 19:07 ` dpdklab
2024-08-09 19:07 ` dpdklab
2024-08-09 19:08 ` dpdklab
2024-08-09 19:09 ` dpdklab
2024-08-09 19:09 ` dpdklab
2024-08-09 19:10 ` dpdklab
2024-08-09 19:10 ` dpdklab
2024-08-09 19:12 ` dpdklab
2024-08-09 19:22 ` dpdklab
2024-08-09 19:25 ` dpdklab
2024-08-09 19:26 ` dpdklab
2024-08-09 19:27 ` dpdklab
2024-08-09 19:34 ` dpdklab
2024-08-09 19:40 ` dpdklab
2024-08-09 19:41 ` dpdklab
2024-08-09 19:41 ` dpdklab
2024-08-09 19:44 ` dpdklab
2024-08-09 19:54 ` dpdklab
2024-08-09 20:10 ` dpdklab
2024-08-09 20:11 ` dpdklab
2024-08-09 20:12 ` dpdklab
2024-08-09 20:17 ` dpdklab
2024-08-09 20:25 ` dpdklab
2024-08-09 20:32 ` dpdklab
2024-08-09 20:33 ` dpdklab
2024-08-09 20:33 ` dpdklab
2024-08-09 20:38 ` dpdklab
2024-08-09 20:41 ` dpdklab
2024-08-09 21:05 ` dpdklab
2024-08-09 21:15 ` dpdklab
2024-08-10 2:08 ` |WARNING| " dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240809091543.D33E9123EF6@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mattias.ronnblom@ericsson.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).