[dpdk-test-report] |WARNING| pw97565 [PATCH v3] ethdev: add namespace

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 30 19:23:10 CEST 2021


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

_coding style issues_


WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#1162: FILE: app/test-pmd/cmdline.c:7346:
+			{RTE_ETH_FC_NONE, RTE_ETH_FC_TX_PAUSE}, {RTE_ETH_FC_RX_PAUSE, RTE_ETH_FC_FULL}

ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#8876: FILE: drivers/net/e1000/igb_rxtx.c:2297:
 		switch (dev->data->dev_conf.rxmode.mq_mode) {
+			case RTE_ETH_MQ_RX_RSS:
[...]
+			case RTE_ETH_MQ_RX_VMDQ_ONLY:
[...]
+			case RTE_ETH_MQ_RX_NONE:

WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#14474: FILE: drivers/net/iavf/iavf_hash.c:438:
+	{iavf_pattern_eth_ipv4_gtpu,			RTE_ETH_RSS_IPV4,			&outer_ipv4_udp_tmplt},

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#14485: FILE: drivers/net/iavf/iavf_hash.c:480:
+	{iavf_pattern_eth_ipv4_gtpc,			RTE_ETH_RSS_IPV4,			&ipv4_udp_gtpc_tmplt},

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#14486: FILE: drivers/net/iavf/iavf_hash.c:481:
+	{iavf_pattern_eth_ecpri,			RTE_ETH_RSS_ECPRI,			&eth_ecpri_tmplt},

WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#14487: FILE: drivers/net/iavf/iavf_hash.c:482:
+	{iavf_pattern_eth_ipv4_ecpri,			RTE_ETH_RSS_ECPRI,			&ipv4_ecpri_tmplt},

WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#14496: FILE: drivers/net/iavf/iavf_hash.c:500:
+	{iavf_pattern_eth_ipv6_gtpu,			RTE_ETH_RSS_IPV6,			&outer_ipv6_udp_tmplt},

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#14505: FILE: drivers/net/iavf/iavf_hash.c:542:
+	{iavf_pattern_eth_ipv6_gtpc,			RTE_ETH_RSS_IPV6,			&ipv6_udp_gtpc_tmplt},

ERROR:SPACING: space prohibited after that '*' (ctx:ExW)
#19616: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:289:
+*    RTE_ETH_VMDQ_ACCEPT_BROADCAST and RTE_ETH_VMDQ_ACCEPT_MULTICAST will be used
 ^

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#31891: FILE: lib/ethdev/rte_ethdev.h:1493:
+	uint32_t link_speeds; /**< bitmap of RTE_ETH_LINK_SPEED_XXX of speeds to be
+				used. RTE_ETH_LINK_SPEED_FIXED disables link

total: 2 errors, 8 warnings, 28740 lines checked
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst


More information about the test-report mailing list