From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 807E51B2D2; Thu, 5 Oct 2017 14:52:15 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171005125215.807E51B2D2@dpdk.org> Date: Thu, 5 Oct 2017 14:52:15 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29708 [PATCH v2 17/30] net/mlx5: use flow to enable promiscuous mode X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 12:52:15 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/29708 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #95: FILE: drivers/net/mlx5/mlx5.h:300: +void priv_flow_flush(struct priv *, struct mlx5_flows *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name #95: FILE: drivers/net/mlx5/mlx5.h:300: +void priv_flow_flush(struct priv *, struct mlx5_flows *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #100: FILE: drivers/net/mlx5/mlx5.h:303: +int priv_flow_start(struct priv *, struct mlx5_flows *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name #100: FILE: drivers/net/mlx5/mlx5.h:303: +int priv_flow_start(struct priv *, struct mlx5_flows *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #101: FILE: drivers/net/mlx5/mlx5.h:304: +void priv_flow_stop(struct priv *, struct mlx5_flows *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_flows *' should also have an identifier name #101: FILE: drivers/net/mlx5/mlx5.h:304: +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 #103: FILE: drivers/net/mlx5/mlx5.h:306: +int mlx5_ctrl_flow(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 #103: FILE: drivers/net/mlx5/mlx5.h:306: +int mlx5_ctrl_flow(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 #103: FILE: drivers/net/mlx5/mlx5.h:306: +int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *, WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name #103: FILE: drivers/net/mlx5/mlx5.h:306: +int mlx5_ctrl_flow(struct rte_eth_dev *, struct rte_flow_item_eth *, total: 0 errors, 10 warnings, 0 checks, 474 lines checked