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 718EEA2EED for ; Wed, 11 Sep 2019 19:12:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 629D21E90C; Wed, 11 Sep 2019 19:12:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 58F791E888; Wed, 11 Sep 2019 19:12:03 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Vladimir Medvedkin Message-Id: <20190911171203.58F791E888@dpdk.org> Date: Wed, 11 Sep 2019 19:12:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw59137 [PATCH v5 11/12] test/fib: add FIB library 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/59137 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #102: FILE: app/test/test_fib_perf.c:20: +#define TEST_FIB_ASSERT(cond) do { \ + if (!(cond)) { \ + printf("Error at line %d: ", __LINE__); \ + return -1; \ + } \ +} while (0) total: 0 errors, 1 warnings, 444 lines checked