From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 18B8D3237; Thu, 30 Nov 2017 12:48:14 +0100 (CET) In-Reply-To: <1512042367-6361-2-git-send-email-hemant.agrawal@nxp.com> References: <1512042367-6361-2-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20171130114814.18B8D3237@dpdk.org> Date: Thu, 30 Nov 2017 12:48:14 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31797 [PATCH 2/3] kni: add support for promisc mode set 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, 30 Nov 2017 11:48:14 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31797 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #185: FILE: lib/librte_kni/rte_kni.c:772: + && (NULL == ops->config_mac_address) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #186: FILE: lib/librte_kni/rte_kni.c:773: + && (NULL == ops->config_promiscusity)) total: 0 errors, 2 warnings, 161 lines checked