[dpdk-test-report] |WARNING| pw66720 [PATCH 3/4] event/octeontx: add VLAN filter offload support

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 16 16:31:18 CET 2020


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#269: FILE: drivers/net/octeontx/octeontx_rxtx.h:495:
+#define OCCTX_RX_FASTPATH_MODES						       \
+R(no_offload,				0, 0,  OCCTX_RX_OFFLOAD_NONE)	       \
+R(mseg,					0, 1,  MULT_RX_F)		       \
+R(vlan,					1, 0,  VLAN_FLTR_F)		       \
+R(vlan_mseg,				1, 1,  VLAN_FLTR_F | MULT_RX_F)

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


More information about the test-report mailing list