[dpdk-test-report] |WARNING| pw29695 [PATCH v2 04/30] net/mlx5: prefix Tx structures and functions

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 5 14:51:59 CEST 2017


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_txq_ctrl *' should also have an identifier name
#249: FILE: drivers/net/mlx5/mlx5_rxtx.h:308:
+void mlx5_txq_cleanup(struct mlx5_txq_ctrl *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#250: FILE: drivers/net/mlx5/mlx5_rxtx.h:309:
+int mlx5_txq_ctrl_setup(struct rte_eth_dev *, struct mlx5_txq_ctrl *, uint16_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_txq_ctrl *' should also have an identifier name
#250: FILE: drivers/net/mlx5/mlx5_rxtx.h:309:
+int mlx5_txq_ctrl_setup(struct rte_eth_dev *, struct mlx5_txq_ctrl *, uint16_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#250: FILE: drivers/net/mlx5/mlx5_rxtx.h:309:
+int mlx5_txq_ctrl_setup(struct rte_eth_dev *, struct mlx5_txq_ctrl *, uint16_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#250: FILE: drivers/net/mlx5/mlx5_rxtx.h:309:
+int mlx5_txq_ctrl_setup(struct rte_eth_dev *, struct mlx5_txq_ctrl *, uint16_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct rte_eth_txconf *' should also have an identifier name
#250: FILE: drivers/net/mlx5/mlx5_rxtx.h:309:
+int mlx5_txq_ctrl_setup(struct rte_eth_dev *, struct mlx5_txq_ctrl *, uint16_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mempool *' should also have an identifier name
#261: FILE: drivers/net/mlx5/mlx5_rxtx.h:343:
+void mlx5_txq_mp2mr_iter(struct rte_mempool *, void *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name
#261: FILE: drivers/net/mlx5/mlx5_rxtx.h:343:
+void mlx5_txq_mp2mr_iter(struct rte_mempool *, void *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_txq_data *' should also have an identifier name
#262: FILE: drivers/net/mlx5/mlx5_rxtx.h:344:
+uint32_t mlx5_txq_mp2mr_reg(struct mlx5_txq_data *, struct rte_mempool *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mempool *' should also have an identifier name
#262: FILE: drivers/net/mlx5/mlx5_rxtx.h:344:
+uint32_t mlx5_txq_mp2mr_reg(struct mlx5_txq_data *, struct rte_mempool *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#262: FILE: drivers/net/mlx5/mlx5_rxtx.h:344:
+uint32_t mlx5_txq_mp2mr_reg(struct mlx5_txq_data *, struct rte_mempool *,

total: 0 errors, 11 warnings, 0 checks, 442 lines checked


More information about the test-report mailing list