From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DAFCF1B1EF; Sat, 9 Dec 2017 00:42:37 +0100 (CET) In-Reply-To: <1512776450-10425-1-git-send-email-george.dit@gmail.com> References: <1512776450-10425-1-git-send-email-george.dit@gmail.com> To: test-report@dpdk.org Cc: Georgios Katsikas Message-Id: <20171208234237.DAFCF1B1EF@dpdk.org> Date: Sat, 9 Dec 2017 00:42:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32046 [PATCH] pktgen-stats/latency: fix RTE version in lib includes 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, 08 Dec 2017 23:42:38 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32046 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #29: FILE: app/pktgen-latency.c:16: +#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #42: FILE: app/pktgen-stats.c:16: +#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0) ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 2 warnings, 16 lines checked