From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E688C5592; Thu, 13 Apr 2017 16:57:46 +0200 (CEST) In-Reply-To: <20170413145632.4214-1-nicolas.dichtel@6wind.com> References: <20170413145632.4214-1-nicolas.dichtel@6wind.com> To: test-report@dpdk.org Cc: Nicolas Dichtel Message-Id: <20170413145746.E688C5592@dpdk.org> Date: Thu, 13 Apr 2017 16:57:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23629 [PATCH] igb_uio: switch to pci_alloc_irq_vectors() 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, 13 Apr 2017 14:57:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23629 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: pci_enable_msix() will be removed in kernel 4.12. The new API is available since WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #35: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:328: +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #45: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:386: +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0) total: 0 errors, 3 warnings, 30 lines checked