automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw43079 [v12, 3/4] net/netvsc: add hyper-v netvsc network device
       [not found] <20180713170644.9306-4-stephen@networkplumber.org>
@ 2018-07-13 17:07 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-07-13 17:07 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#267: FILE: drivers/net/netvsc/hn_ethdev.c:92:
+			eth_dev->data->dev_private
+				= rte_zmalloc_socket(name, private_data_size,

WARNING:LONG_LINE: line over 90 characters
#268: FILE: drivers/net/netvsc/hn_ethdev.c:93:
+						     RTE_CACHE_LINE_SIZE, dev->device.numa_node);

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#363: FILE: drivers/net/netvsc/hn_ethdev.c:188:
+	dev_info->flow_type_rss_offloads
+		= ETH_RSS_IPV4 | ETH_RSS_IPV6 | ETH_RSS_TCP | ETH_RSS_UDP;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#467: FILE: drivers/net/netvsc/hn_ethdev.c:292:
+	const struct rte_eth_rss_conf *rss_conf
+		= &dev_conf->rx_adv_conf.rss_conf;

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#477: FILE: drivers/net/netvsc/hn_ethdev.c:302:
+			    "unsupported TX offload: %#" PRIx64,

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#638: FILE: drivers/net/netvsc/hn_ethdev.c:463:
+	const unsigned int nstats
+		= dev->data->nb_tx_queues * RTE_DIM(hn_stat_strings)

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#1457: FILE: drivers/net/netvsc/hn_nvs.c:474:
+	PMD_RX_LOG(DEBUG, "ack RX id %" PRIu64, tid);

CHECK:CAMELCASE: Avoid CamelCase: <PRIx32>
#2494: FILE: drivers/net/netvsc/hn_rndis.c:724:
+		PMD_DRV_LOG(ERR, "exec RNDIS set %#" PRIx32 " failed",

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#3357: FILE: drivers/net/netvsc/hn_rxtx.c:442:
+		struct rte_eth_dev *dev
+			= &rte_eth_devices[rxq->port_id];

total: 0 errors, 1 warnings, 5072 lines checked

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

only message in thread, other threads:[~2018-07-13 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180713170644.9306-4-stephen@networkplumber.org>
2018-07-13 17:07 ` [dpdk-test-report] |WARNING| pw43079 [v12, 3/4] net/netvsc: add hyper-v netvsc network device 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).