|WARNING| pw146163 [PATCH dpdk] net: add more icmp types and code
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 17 10:35:17 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146163
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#127: FILE: lib/net/rte_icmp.h:54:
+#define RTE_IP_ICMP_ECHO_REPLY RTE_DEPRECATED(RTE_IP_ICMP_ECHO_REPLY) RTE_ICMP_TYPE_ECHO_REPLY
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#131: FILE: lib/net/rte_icmp.h:58:
+#define RTE_IP_ICMP_ECHO_REQUEST RTE_DEPRECATED(RTE_IP_ICMP_ECHO_REQUEST) RTE_ICMP_TYPE_ECHO_REQUEST
total: 2 errors, 0 warnings, 66 lines checked
More information about the test-report
mailing list