From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9BB43A0352 for ; Mon, 4 Nov 2019 12:04:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9607637B4; Mon, 4 Nov 2019 12:04:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D1FD13977; Mon, 4 Nov 2019 12:04:02 +0100 (CET) In-Reply-To: <4e1409ab8f7331472d9107b87cc2a455692d0e43.1572621163.git.vladimir.medvedkin@intel.com> References: <4e1409ab8f7331472d9107b87cc2a455692d0e43.1572621163.git.vladimir.medvedkin@intel.com> To: test-report@dpdk.org Cc: Vladimir Medvedkin Message-Id: <20191104110402.D1FD13977@dpdk.org> Date: Mon, 4 Nov 2019 12:04:02 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62327 [PATCH v6 12/12] test/fib: add FIB library ipv6 performance autotests 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/62327 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #141: FILE: app/test/test_fib6_perf.c:18: +#define TEST_FIB_ASSERT(cond) do { \ + if (!(cond)) { \ + printf("Error at line %d: ", __LINE__); \ + return -1; \ + } \ +} while (0) total: 0 errors, 1 warnings, 190 lines checked