From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7F192388F; Thu, 27 Apr 2017 15:49:21 +0200 (CEST) In-Reply-To: <20170427134728.35392-2-ashwin.sekhar@caviumnetworks.com> References: <20170427134728.35392-2-ashwin.sekhar@caviumnetworks.com> To: test-report@dpdk.org Cc: Ashwin Sekhar T K Message-Id: <20170427134921.7F192388F@dpdk.org> Date: Thu, 27 Apr 2017 15:49:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23965 [PATCH 2/2] table: add neon version for lru strategy 3 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, 27 Apr 2017 13:49:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23965 _coding style issues_ WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop #125: FILE: lib/librte_table/rte_lru_arm64.h:53: +#define lru_init(bucket) \ + do { bucket->lru_list = ~0LLU; } while (0) total: 0 errors, 1 warnings, 111 lines checked