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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 25 18:02:22 CET 2024


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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


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

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

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

total: 0 errors, 3 warnings, 859 lines checked


More information about the test-report mailing list