automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Subject: [dpdk-test-report] |WARNING| pw18408 [PATCH v3 1/4] net/mlx5: add preliminary support for rte_flow
Date: Wed, 21 Dec 2016 16:20:24 +0100 (CET)	[thread overview]
Message-ID: <20161221152024.69EF510CCB@dpdk.org> (raw)
In-Reply-To: <8c2e80baa1fa0639898e4c30361ae80b93ee330b.1482331954.git.nelio.laranjeiro@6wind.com>

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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_attr *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_item []' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_action []' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#109: FILE: drivers/net/mlx5/mlx5.h:274:
+int mlx5_flow_validate(struct rte_eth_dev *, const struct rte_flow_attr *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_attr *' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_item []' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_flow_action []' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#113: FILE: drivers/net/mlx5/mlx5.h:278:
+struct rte_flow *mlx5_flow_create(struct rte_eth_dev *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#118: FILE: drivers/net/mlx5/mlx5.h:283:
+int mlx5_flow_destroy(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow *' should also have an identifier name
#118: FILE: drivers/net/mlx5/mlx5.h:283:
+int mlx5_flow_destroy(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#118: FILE: drivers/net/mlx5/mlx5.h:283:
+int mlx5_flow_destroy(struct rte_eth_dev *, struct rte_flow *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:285:
+int mlx5_flow_flush(struct rte_eth_dev *, struct rte_flow_error *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:285:
+int mlx5_flow_flush(struct rte_eth_dev *, struct rte_flow_error *);

total: 0 errors, 15 warnings, 0 checks, 188 lines checked

           reply	other threads:[~2016-12-21 15:20 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <8c2e80baa1fa0639898e4c30361ae80b93ee330b.1482331954.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=20161221152024.69EF510CCB@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).