* [dpdk-test-report] |WARNING| pw27382 [PATCH v1 16/21] net/mlx5: use flow to enable promiscuous mode
[not found] <0846f9b9abec4d46289a8f987b694f64b54cfad8.1501681927.git.nelio.laranjeiro@6wind.com>
@ 2017-08-02 14:12 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-02 14:12 UTC (permalink / raw)
To: test-report; +Cc: Nélio Laranjeiro
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27382
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#86: FILE: drivers/net/mlx5/mlx5.h:296:
+void priv_flow_flush(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#86: FILE: drivers/net/mlx5/mlx5.h:296:
+void priv_flow_flush(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#91: FILE: drivers/net/mlx5/mlx5.h:299:
+int priv_flow_start(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#91: FILE: drivers/net/mlx5/mlx5.h:299:
+int priv_flow_start(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#92: FILE: drivers/net/mlx5/mlx5.h:300:
+void priv_flow_stop(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name
#92: FILE: drivers/net/mlx5/mlx5.h:300:
+void priv_flow_stop(struct priv *, struct mlx5_flows *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#94: FILE: drivers/net/mlx5/mlx5.h:302:
+int mlx5_flow_ctrl(struct rte_eth_dev *, struct rte_flow_item_eth *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_item_eth *' should also have an identifier name
#94: FILE: drivers/net/mlx5/mlx5.h:302:
+int mlx5_flow_ctrl(struct rte_eth_dev *, struct rte_flow_item_eth *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_item_eth *' should also have an identifier name
#94: FILE: drivers/net/mlx5/mlx5.h:302:
+int mlx5_flow_ctrl(struct rte_eth_dev *, struct rte_flow_item_eth *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#94: FILE: drivers/net/mlx5/mlx5.h:302:
+int mlx5_flow_ctrl(struct rte_eth_dev *, struct rte_flow_item_eth *,
WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#94: FILE: drivers/net/mlx5/mlx5.h:302:
+int mlx5_flow_ctrl(struct rte_eth_dev *, struct rte_flow_item_eth *,
WARNING:BRACES: braces {} are not necessary for single statement blocks
#277: FILE: drivers/net/mlx5/mlx5_flow.c:1450:
+ if (!flow) {
+ return 1;
+ }
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 15)
#466: FILE: drivers/net/mlx5/mlx5_trigger.c:168:
+ if (dev->data->promiscuous)
+ mlx5_promiscuous_enable(dev);
total: 0 errors, 13 warnings, 0 checks, 421 lines checked
^ permalink raw reply [flat|nested] only message in thread