From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 98FBF69C6; Sun, 19 Mar 2017 11:02:22 +0100 (CET) In-Reply-To: <5f41680df458ef414984095fa59f9c90ec6cc593.1489621439.git.yskoh@mellanox.com> References: <5f41680df458ef414984095fa59f9c90ec6cc593.1489621439.git.yskoh@mellanox.com> To: test-report@dpdk.org Cc: Yongseok Koh Message-Id: <20170319100222.98FBF69C6@dpdk.org> Date: Sun, 19 Mar 2017 11:02:22 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21814 [PATCH v3 1/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 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: Sun, 19 Mar 2017 10:02:22 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21814 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void *' should also have an identifier name #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_mbuf **' should also have an identifier name #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name #701: FILE: drivers/net/mlx5/mlx5_rxtx.h:336: +uint16_t mlx5_tx_burst_empw(void *, struct rte_mbuf **, uint16_t); total: 0 errors, 3 warnings, 0 checks, 679 lines checked