[dpdk-test-report] |WARNING| [PATCH 15/18] net/ixgbe: parse flow director filter

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 11:47:49 CET 2016


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#261: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8798:
+			/**
+			* src MAC address must be masked,

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#277: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8814:
+		/*** If both spec and mask are NULL,
+		* it means don't care about ETH.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#284: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8821:
+		 * IPv6 is not supported.
+		*/

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#325: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8862:
+		/**
+		* Check if the next not void item is not vlan.

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#665: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9202:
+		if ((vxlan_mask->vni[0] || vxlan_mask->vni[1]
+			|| vxlan_mask->vni[2]) &&

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#810: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9347:
+	/**
+	* Check if the next not void item is vlan or ipv4.

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#817: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9354:
+	if ((item->type != RTE_FLOW_ITEM_TYPE_VLAN)
+		&& (item->type != RTE_FLOW_ITEM_TYPE_VLAN)) {

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#846: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9383:
+		/**
+		* Check if the next not void item is not vlan.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#869: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9406:
+	/**
+	* If the tags is 0, it means don't care about the VLAN.

total: 0 errors, 7 warnings, 2 checks, 1360 lines checked


More information about the test-report mailing list