[dpdk-test-report] |WARNING| pw90390 [PATCH v3 17/52] common/cnxk: add base nix support

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 1 14:42:25 CEST 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#673: FILE: drivers/common/cnxk/roc_nix_priv.h:11:
+#define NIX_CQ_ALIGN	     (uint16_t)512

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#674: FILE: drivers/common/cnxk/roc_nix_priv.h:12:
+#define NIX_MAX_SQB	     (uint16_t)512

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#677: FILE: drivers/common/cnxk/roc_nix_priv.h:15:
+#define NIX_SQB_LIST_SPACE   (uint16_t)2

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#678: FILE: drivers/common/cnxk/roc_nix_priv.h:16:
+#define NIX_SQB_LOWER_THRESH (uint16_t)70

total: 4 errors, 0 warnings, 731 lines checked


More information about the test-report mailing list