From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2519799C5; Fri, 1 Sep 2017 10:08:23 +0200 (CEST) In-Reply-To: <2e35fbe91b57ab2755f0a5b10664691eadc79a93.1504252977.git.adrien.mazarguil@6wind.com> References: <2e35fbe91b57ab2755f0a5b10664691eadc79a93.1504252977.git.adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20170901080823.2519799C5@dpdk.org> Date: Fri, 1 Sep 2017 10:08:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28214 [PATCH v2 15/51] net/mlx4: revert RSS parent queue refactoring 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: Fri, 01 Sep 2017 08:08:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28214 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #13: This reverts commit ff00a0dc5600dbb0a29e4aa7fa4b078f98c7a360. WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #225: FILE: drivers/net/mlx4/mlx4.c:2749: + return EINVAL; total: 1 errors, 1 warnings, 0 checks, 582 lines checked