[dpdk-test-report] |WARNING| pw34157 [PATCH v4 3/4] ethdev: reorder inline functions

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jan 20 17:58:54 CET 2018


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1131: FILE: lib/librte_ether/rte_ethdev.h:2617:
+ /**
+ * Query Redirection Table(RETA) of Receive Side Scaling of Ethernet device.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1168: FILE: lib/librte_ether/rte_ethdev.h:2636:
+ /**
+ * Updates unicast hash table for receiving packet with the given destination

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1184: FILE: lib/librte_ether/rte_ethdev.h:2650:
+ *   - (-ENOTSUP) if hardware doesn't support.
+  *  - (-ENODEV) if *port_id* invalid.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1185: FILE: lib/librte_ether/rte_ethdev.h:2651:
+  *  - (-ENODEV) if *port_id* invalid.
+ *   - (-EINVAL) if bad parameter.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1201: FILE: lib/librte_ether/rte_ethdev.h:2657:
+ /**
+ * Updates all unicast hash bitmaps for receiving packet with any Unicast

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1222: FILE: lib/librte_ether/rte_ethdev.h:2670:
+ *   - (-ENOTSUP) if hardware doesn't support.
+  *  - (-ENODEV) if *port_id* invalid.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1223: FILE: lib/librte_ether/rte_ethdev.h:2671:
+  *  - (-ENODEV) if *port_id* invalid.
+ *   - (-EINVAL) if bad parameter.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1333: FILE: lib/librte_ether/rte_ethdev.h:2736:
+ /**
+ * Configuration of Receive Side Scaling hash computation of Ethernet device.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1356: FILE: lib/librte_ether/rte_ethdev.h:2752:
+ /**
+ * Retrieve current configuration of Receive Side Scaling hash computation

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1379: FILE: lib/librte_ether/rte_ethdev.h:2769:
+ /**
+ * Add UDP tunneling port for a specific type of tunnel.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#1408: FILE: lib/librte_ether/rte_ethdev.h:2790:
+ /**
+ * Delete UDP tunneling port a specific type of tunnel.

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#2685: FILE: lib/librte_ether/rte_ethdev.h:3543:
+	return (*dev->dev_ops->rx_descriptor_done)( \

total: 0 errors, 12 warnings, 3140 lines checked


More information about the test-report mailing list