From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Nélio Laranjeiro" <nelio.laranjeiro@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw29970 [PATCH v3 15/30] net/mlx5: add Hash Rx queue object
Date: Mon, 9 Oct 2017 16:47:08 +0200 (CEST) [thread overview]
Message-ID: <20171009144708.3D7221B205@dpdk.org> (raw)
In-Reply-To: <44504c8115645bb22a95b70d9a57eb1f32890d6c.1507560012.git.nelio.laranjeiro@6wind.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/29970
_coding style issues_
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#550: FILE: drivers/net/mlx5/mlx5_rxq.c:1919:
+ return EBUSY;
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t *' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint64_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t *' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint64_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#604: FILE: drivers/net/mlx5/mlx5_rxtx.h:380:
+int mlx5_priv_hrxq_release(struct priv *, struct mlx5_hrxq *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_hrxq *' should also have an identifier name
#604: FILE: drivers/net/mlx5/mlx5_rxtx.h:380:
+int mlx5_priv_hrxq_release(struct priv *, struct mlx5_hrxq *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#605: FILE: drivers/net/mlx5/mlx5_rxtx.h:381:
+int mlx5_priv_hrxq_ibv_verify(struct priv *);
total: 0 errors, 16 warnings, 0 checks, 544 lines checked
parent reply other threads:[~2017-10-09 14:47 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <44504c8115645bb22a95b70d9a57eb1f32890d6c.1507560012.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=20171009144708.3D7221B205@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).