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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 14 06:59:13 CET 2023


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

_coding style issues_


WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#159: FILE: drivers/net/iavf/iavf_fdir.c:873:
+					} 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:881:
+						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:888:
+						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:889:
+						if (ether_type == RTE_ETHER_TYPE_IPV4 ||

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


More information about the test-report mailing list