* [dpdk-test-report] |WARNING| pw29703 [PATCH v2 12/30] net/mlx5: add reference counter on DPDK Tx queues
[not found] <02443b4938aa8ffeada37efca7c25535a44ce8e0.1507207731.git.nelio.laranjeiro@6wind.com>
@ 2017-10-05 12:52 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-05 12:52 UTC (permalink / raw)
To: test-report; +Cc: Nélio Laranjeiro
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/29703
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#240: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl *mlx5_priv_txq_new(struct priv *, uint16_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#240: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl *mlx5_priv_txq_new(struct priv *, uint16_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#240: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl *mlx5_priv_txq_new(struct priv *, uint16_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#240: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl *mlx5_priv_txq_new(struct priv *, uint16_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_eth_txconf *' should also have an identifier name
#240: FILE: drivers/net/mlx5/mlx5_rxtx.h:350:
+struct mlx5_txq_ctrl *mlx5_priv_txq_new(struct priv *, uint16_t,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#243: FILE: drivers/net/mlx5/mlx5_rxtx.h:353:
+struct mlx5_txq_ctrl *mlx5_priv_txq_get(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#243: FILE: drivers/net/mlx5/mlx5_rxtx.h:353:
+struct mlx5_txq_ctrl *mlx5_priv_txq_get(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#244: FILE: drivers/net/mlx5/mlx5_rxtx.h:354:
+int mlx5_priv_txq_release(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#244: FILE: drivers/net/mlx5/mlx5_rxtx.h:354:
+int mlx5_priv_txq_release(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#245: FILE: drivers/net/mlx5/mlx5_rxtx.h:355:
+int mlx5_priv_txq_releasable(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#245: FILE: drivers/net/mlx5/mlx5_rxtx.h:355:
+int mlx5_priv_txq_releasable(struct priv *, uint16_t);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#246: FILE: drivers/net/mlx5/mlx5_rxtx.h:356:
+int mlx5_priv_txq_verify(struct priv *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_txq_ctrl *' should also have an identifier name
#247: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+void txq_alloc_elts(struct mlx5_txq_ctrl *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mempool *' should also have an identifier name
#256: FILE: drivers/net/mlx5/mlx5_rxtx.h:385:
+void mlx5_mp2mr_iter(struct rte_mempool *, void *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#256: FILE: drivers/net/mlx5/mlx5_rxtx.h:385:
+void mlx5_mp2mr_iter(struct rte_mempool *, void *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_txq_data *' should also have an identifier name
#257: FILE: drivers/net/mlx5/mlx5_rxtx.h:386:
+uint32_t priv_txq_mp2mr_reg(struct priv *priv, struct mlx5_txq_data *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mempool *' should also have an identifier name
#257: FILE: drivers/net/mlx5/mlx5_rxtx.h:386:
+uint32_t priv_txq_mp2mr_reg(struct priv *priv, struct mlx5_txq_data *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#257: FILE: drivers/net/mlx5/mlx5_rxtx.h:386:
+uint32_t priv_txq_mp2mr_reg(struct priv *priv, struct mlx5_txq_data *,
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'priv->txqs_n >= priv->txqs_inline'
#684: FILE: drivers/net/mlx5/mlx5_txq.c:584:
+ if (priv->txq_inline && (priv->txqs_n >= priv->txqs_inline)) {
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#838: FILE: drivers/net/mlx5/mlx5_txq.c:738:
+ return EBUSY;
total: 0 errors, 19 warnings, 1 checks, 804 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-05 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <02443b4938aa8ffeada37efca7c25535a44ce8e0.1507207731.git.nelio.laranjeiro@6wind.com>
2017-10-05 12:52 ` [dpdk-test-report] |WARNING| pw29703 [PATCH v2 12/30] net/mlx5: add reference counter on DPDK Tx queues checkpatch
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).