From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 43EA81B1C9; Wed, 3 Jan 2018 08:17:44 +0100 (CET) In-Reply-To: <43ca45bbb786d83b7870b590f00a5b1027a33076.1514963302.git.shahafs@mellanox.com> References: <43ca45bbb786d83b7870b590f00a5b1027a33076.1514963302.git.shahafs@mellanox.com> To: test-report@dpdk.org Cc: Shahaf Shuler Message-Id: <20180103071744.43EA81B1C9@dpdk.org> Date: Wed, 3 Jan 2018 08:17:44 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32842 [PATCH v2 5/7] net/mlx5: convert to new Rx offloads API 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: Wed, 03 Jan 2018 07:17:44 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32842 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #52: FILE: drivers/net/mlx5/mlx5_ethdev.c:571: + return ENOTSUP; WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #254: FILE: drivers/net/mlx5/mlx5_rxtx.h:277: +uint64_t mlx5_priv_get_rx_port_offloads(struct priv *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #255: FILE: drivers/net/mlx5/mlx5_rxtx.h:278: +uint64_t mlx5_priv_get_rx_queue_offloads(struct priv *); total: 0 errors, 3 warnings, 0 checks, 215 lines checked