From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Nélio Laranjeiro" <nelio.laranjeiro@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw27385 [PATCH v1 18/21] net/mlx5: use flow to enable unicast traffic
Date: Wed, 2 Aug 2017 16:17:22 +0200 (CEST) [thread overview]
Message-ID: <20170802141722.D17A3A0E2@dpdk.org> (raw)
In-Reply-To: <c5bd7b701835175bd07363dfe745385abcf906e1.1501681927.git.nelio.laranjeiro@6wind.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27385
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:263:
+int priv_dev_traffic_enable(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:263:
+int priv_dev_traffic_enable(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:264:
+int priv_dev_traffic_disable(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:264:
+int priv_dev_traffic_disable(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#122: FILE: drivers/net/mlx5/mlx5.h:265:
+int priv_dev_traffic_restart(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#122: FILE: drivers/net/mlx5/mlx5.h:265:
+int priv_dev_traffic_restart(struct priv *, struct rte_eth_dev *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#123: FILE: drivers/net/mlx5/mlx5.h:266:
+int mlx5_traffic_restart(struct rte_eth_dev *);
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EADDRINUSE)
#605: FILE: drivers/net/mlx5/mlx5_mac.c:138:
+ return EADDRINUSE;
total: 0 errors, 8 warnings, 0 checks, 1363 lines checked
parent reply other threads:[~2017-08-02 14:17 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <c5bd7b701835175bd07363dfe745385abcf906e1.1501681927.git.nelio.laranjeiro@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=20170802141722.D17A3A0E2@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=nelio.laranjeiro@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).