[dpdk-test-report] |WARNING| pw85124 [PATCH 5/5] net/iavf: support eCPRI MSG TYPE 0 for RSS

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 14 07:54:55 CET 2020


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

_coding style issues_


WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#105: FILE: drivers/net/iavf/iavf_hash.c:414:
+	{iavf_pattern_eth_ecpri,			ETH_RSS_ECPRI,			&eth_ecpri_tmplt},

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#106: FILE: drivers/net/iavf/iavf_hash.c:415:
+	{iavf_pattern_eth_ipv4_ecpri,			ETH_RSS_ECPRI,			&ipv4_ecpri_tmplt},

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#125: FILE: drivers/net/iavf/iavf_hash.c:577:
+			ecpri_common.u32 = rte_be_to_cpu_32(

CHECK:BRACES: braces {} should be used on all arms of this statement
#127: FILE: drivers/net/iavf/iavf_hash.c:579:
+			if (!ecpri)
[...]
+			else if (ecpri_common.type !=
[...]

total: 0 errors, 2 warnings, 2 checks, 70 lines checked


More information about the test-report mailing list