From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 028609B99; Wed, 2 Aug 2017 16:17:20 +0200 (CEST) In-Reply-To: <0455f8e7570e675769a3406527a73b5cf5fc8ab5.1501681927.git.nelio.laranjeiro@6wind.com> References: <0455f8e7570e675769a3406527a73b5cf5fc8ab5.1501681927.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20170802141721.028609B99@dpdk.org> Date: Wed, 2 Aug 2017 16:17:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27384 [PATCH v1 19/21] net/mlx5: handle a single RSS hash key for all protocols 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, 02 Aug 2017 14:17:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27384 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #115: FILE: drivers/net/mlx5/mlx5_ethdev.c:582: + return ENOMEM; total: 0 errors, 1 warnings, 0 checks, 258 lines checked