|WARNING| pw136086 [PATCH v3 3/7] net/gve: add gve_rss library for handling RSS-related behaviors

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 24 01:16:25 CET 2024


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#150: FILE: drivers/net/gve/gve_ethdev.h:36:
+#define GVE_RTE_RSS_OFFLOAD_ALL (	\
 	RTE_ETH_RSS_IPV4 |		\
 	RTE_ETH_RSS_NONFRAG_IPV4_TCP |	\
 	RTE_ETH_RSS_IPV6 |		\

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


More information about the test-report mailing list