From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D56572BD0; Thu, 23 Nov 2017 13:03:45 +0100 (CET) In-Reply-To: <20171123120252.143695-4-shahafs@mellanox.com> References: <20171123120252.143695-4-shahafs@mellanox.com> To: test-report@dpdk.org Cc: Shahaf Shuler Message-Id: <20171123120345.D56572BD0@dpdk.org> Date: Thu, 23 Nov 2017 13:03:45 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31537 [PATCH 3/6] 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: Thu, 23 Nov 2017 12:03:46 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31537 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP) #51: FILE: drivers/net/mlx5/mlx5_ethdev.c:598: + return ENOTSUP; WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #242: FILE: drivers/net/mlx5/mlx5_rxtx.h:277: +uint64_t mlx5_priv_get_rx_queue_offloads(struct priv *); total: 0 errors, 2 warnings, 0 checks, 204 lines checked