automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-test-report] |WARNING| pw43079 [v12, 3/4] net/netvsc: add hyper-v netvsc network device
Date: Fri, 13 Jul 2018 19:07:14 +0200 (CEST)	[thread overview]
Message-ID: <20180713170714.C3F783237@dpdk.org> (raw)
In-Reply-To: <20180713170644.9306-4-stephen@networkplumber.org>

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

           reply	other threads:[~2018-07-13 17:07 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20180713170644.9306-4-stephen@networkplumber.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180713170714.C3F783237@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).