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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 23 18:59:37 CET 2024


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#148: 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