[dpdk-test-report] |WARNING| pw97745 [PATCH 19/27] net/cnxk: add cn10k Rx support for security offload

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 2 04:19:57 CEST 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#442: FILE: drivers/net/cnxk/cn10k_ethdev.h:84:
+#define LMT_OFF(lmt_addr, lmt_num, offset)                                     \
+	(void *)((uintptr_t)(lmt_addr) +                                       \
+		 ((uint64_t)(lmt_num) << ROC_LMT_LINE_SIZE_LOG2) + (offset))

total: 1 errors, 0 warnings, 0 checks, 1186 lines checked


More information about the test-report mailing list