automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw31850 [PATCH 4/7] ethdev: separate internal structures into own header
       [not found] <20171201022957.64329-4-ferruh.yigit@intel.com>
@ 2017-12-01  2:32 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-01  2:32 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#758: FILE: lib/librte_ether/rte_ethdev_core.h:89:
+	struct rte_eth_xstat *stats, unsigned n);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#771: FILE: lib/librte_ether/rte_ethdev_core.h:102:
+	struct rte_eth_xstat_name *xstats_names, unsigned size);

WARNING:TYPO_SPELLING: 'informations' may be misspelled - perhaps 'information'?
#787: FILE: lib/librte_ether/rte_ethdev_core.h:118:
+/**< @internal Get specific informations of an Ethernet device. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1077: FILE: lib/librte_ether/rte_ethdev_core.h:408:
+	eth_xstats_reset_t         xstats_reset;  /**< Reset extended device statistics. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1094: FILE: lib/librte_ether/rte_ethdev_core.h:425:
+	vlan_pvid_set_t            vlan_pvid_set; /**< Set port based TX VLAN insertion. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1109: FILE: lib/librte_ether/rte_ethdev_core.h:440:
+	eth_rx_enable_intr_t       rx_queue_intr_enable;  /**< Enable Rx queue interrupt. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1110: FILE: lib/librte_ether/rte_ethdev_core.h:441:
+	eth_rx_disable_intr_t      rx_queue_intr_disable; /**< Disable Rx queue interrupt. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1120: FILE: lib/librte_ether/rte_ethdev_core.h:451:
+	priority_flow_ctrl_set_t   priority_flow_ctrl_set; /**< Setup priority flow control. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1123: FILE: lib/librte_ether/rte_ethdev_core.h:454:
+	eth_uc_all_hash_table_set_t uc_all_hash_table_set; /**< Set Unicast hash bitmap. */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1138: FILE: lib/librte_ether/rte_ethdev_core.h:469:
+	rss_hash_conf_get_t        rss_hash_conf_get; /** Get current RSS hash configuration. */

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1258: FILE: lib/librte_ether/rte_ethdev_core.h:589:
+	struct ether_addr* mac_addrs;/**< Device Ethernet Link address. */

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1261: FILE: lib/librte_ether/rte_ethdev_core.h:592:
+	struct ether_addr* hash_mac_addrs;

total: 2 errors, 10 warnings, 1235 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-01  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171201022957.64329-4-ferruh.yigit@intel.com>
2017-12-01  2:32 ` [dpdk-test-report] |WARNING| pw31850 [PATCH 4/7] ethdev: separate internal structures into own header checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).