From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Nélio Laranjeiro" <nelio.laranjeiro@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw27376 [PATCH v1 10/21] net/mlx5: add reference counter on DPDK Tx queues
Date: Wed, 2 Aug 2017 16:12:06 +0200 (CEST) [thread overview]
Message-ID: <20170802141206.677B79B8B@dpdk.org> (raw)
In-Reply-To: <760f11c2808a68210333ab6721e96e3eb9348c1e.1501681927.git.nelio.laranjeiro@6wind.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27376
_coding style issues_
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#55: FILE: drivers/net/mlx5/mlx5.c:202:
+ WARN("%p: some Tx Queues still remain", (void*)priv);
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#169: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl* mlx5_priv_txq_new(struct priv *priv, uint16_t idx,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#171: FILE: drivers/net/mlx5/mlx5_rxtx.h:352:
+struct mlx5_txq_ctrl* mlx5_priv_txq_get(struct priv *priv, uint16_t idx);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#174: FILE: drivers/net/mlx5/mlx5_rxtx.h:355:
+int mlx5_priv_txq_verify(struct priv *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mempool *' should also have an identifier name
#184: FILE: drivers/net/mlx5/mlx5_rxtx.h:384:
+void mlx5_mp2mr_iter(struct rte_mempool *, void *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#184: FILE: drivers/net/mlx5/mlx5_rxtx.h:384:
+void mlx5_mp2mr_iter(struct rte_mempool *, void *);
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#676: FILE: drivers/net/mlx5/mlx5_txq.c:654:
+ return EBUSY;
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#716: FILE: drivers/net/mlx5/mlx5_txq.c:694:
+ DEBUG("%p: Tx Queue %p still referenced", (void*)priv,
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#717: FILE: drivers/net/mlx5/mlx5_txq.c:695:
+ (void*)txq);
total: 5 errors, 4 warnings, 0 checks, 652 lines checked
parent reply other threads:[~2017-08-02 14:12 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <760f11c2808a68210333ab6721e96e3eb9348c1e.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=20170802141206.677B79B8B@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).