[dpdk-test-report] |WARNING| pw31851 [PATCH 5/7] ethdev: reorder inline functions

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 1 03:32:14 CET 2017


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

_coding style issues_


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

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

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

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

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

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

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

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

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

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

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

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2226: FILE: lib/librte_ether/rte_ethdev.h:3302:
+/**
+* Get the device name from port id

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

total: 0 errors, 13 warnings, 3127 lines checked


More information about the test-report mailing list