From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D2AC1A00BE for ; Wed, 20 Apr 2022 07:04:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9949410FB; Wed, 20 Apr 2022 07:04:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6F3CB4068E for ; Wed, 20 Apr 2022 07:04:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 62928120DB4; Wed, 20 Apr 2022 07:04:37 +0200 (CEST) Subject: |WARNING| pw109892 [PATCH] kni: update kernel API to receive packets In-Reply-To: <20220420050309.1055593-1-g.singh@nxp.com> References: <20220420050309.1055593-1-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20220420050437.62928120DB4@dpdk.org> Date: Wed, 20 Apr 2022 07:04:37 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/109892 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #102: baebdf48c3600 ("net: dev: Makes sure netif_rx() can be invoked in any context.") WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #123: FILE: kernel/linux/kni/kni_net.c:444: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0) total: 0 errors, 2 warnings, 11 lines checked