|WARNING| pw135219 [PATCH v3] net/iavf: support rte flow with mask for FDIR

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 15 04:20:17 CET 2023


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

_coding style issues_


WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#159: FILE: drivers/net/iavf/iavf_fdir.c:875:
+					} else if (!rte_is_zero_ether_addr(&eth_mask->hdr.src_addr)) {

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#175: FILE: drivers/net/iavf/iavf_fdir.c:883:
+						if (eth_mask->hdr.ether_type != RTE_BE16(0xffff)) {

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#182: FILE: drivers/net/iavf/iavf_fdir.c:890:
+						ether_type = rte_be_to_cpu_16(eth_spec->hdr.ether_type);

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#183: FILE: drivers/net/iavf/iavf_fdir.c:891:
+						if (ether_type == RTE_ETHER_TYPE_IPV4 ||

total: 0 errors, 4 warnings, 0 checks, 396 lines checked


More information about the test-report mailing list