automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Olivier Matz <olivier.matz@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw53589 [PATCH 03/15] net: add rte prefix to ether structures
Date: Tue, 21 May 2019 18:39:08 +0200 (CEST)	[thread overview]
Message-ID: <20190521163908.3AEA05689@dpdk.org> (raw)
In-Reply-To: <20190521161315.25500-4-olivier.matz@6wind.com>

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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#1877: FILE: app/test/test_link_bonding.c:4017:
+					(struct rte_ether_addr *)test_params->default_slave_mac,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#2891: FILE: drivers/net/ark/ark_global.h:79:
+	void (*mac_addr_set)(struct rte_eth_dev *, struct rte_ether_addr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_ether_addr *' should also have an identifier name
#2891: FILE: drivers/net/ark/ark_global.h:79:
+	void (*mac_addr_set)(struct rte_eth_dev *, struct rte_ether_addr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#2891: FILE: drivers/net/ark/ark_global.h:79:
+	void (*mac_addr_set)(struct rte_eth_dev *, struct rte_ether_addr *,

WARNING:LONG_LINE: line over 90 characters
#3400: FILE: drivers/net/bonding/rte_eth_bond_alb.c:167:
+				client_info->vlan_count = offset / sizeof(struct rte_vlan_hdr);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#3434: FILE: drivers/net/bonding/rte_eth_bond_alb.c:213:
+	arp_h = (struct rte_arp_hdr *)(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#5314: FILE: drivers/net/iavf/iavf_ethdev.c:1320:
+	if (!is_valid_assigned_ether_addr(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#6397: FILE: drivers/net/nfp/nfp_net.c:2965:
+	if (!is_valid_assigned_ether_addr(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#6576: FILE: drivers/net/qede/qede_ethdev.c:2571:
+				ether_addr_copy(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#6936: FILE: drivers/net/tap/rte_eth_tap.c:1182:
+	if (!is_same_ether_addr(

total: 0 errors, 5 warnings, 9045 lines checked

           reply	other threads:[~2019-05-21 16:39 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190521161315.25500-4-olivier.matz@6wind.com>]

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=20190521163908.3AEA05689@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=olivier.matz@6wind.com \
    --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).