From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D19671B642; Fri, 13 Oct 2017 04:47:43 +0200 (CEST) In-Reply-To: <20171013024644.51248-1-ferruh.yigit@intel.com> References: <20171013024644.51248-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20171013024743.D19671B642@dpdk.org> Date: Fri, 13 Oct 2017 04:47:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30325 [PATCH] igb_uio: fix unknown symbols 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, 13 Oct 2017 02:47:44 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30325 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #15: This patch partially reverts the commit d196343a258e and adds some WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #79: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:128: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 3, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #85: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:132: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #106: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:101: + unsigned offset = desc->msi_attrib.entry_nr * PCI_MSIX_ENTRY_SIZE + total: 1 errors, 3 warnings, 133 lines checked