[dpdk-test-report] |WARNING| pw23965 [PATCH 2/2] table: add neon version for lru strategy 3

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 27 15:49:21 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/23965

_coding style issues_


WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#125: FILE: lib/librte_table/rte_lru_arm64.h:53:
+#define lru_init(bucket)						\
+	do { bucket->lru_list = ~0LLU; } while (0)

total: 0 errors, 1 warnings, 111 lines checked


More information about the test-report mailing list