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 473D4A2EEB for ; Mon, 7 Oct 2019 18:30:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3EEB81D17C; Mon, 7 Oct 2019 18:30:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BCCC61D173; Mon, 7 Oct 2019 18:30:36 +0200 (CEST) In-Reply-To: <20191007162850.60552-5-roy.fan.zhang@intel.com> References: <20191007162850.60552-5-roy.fan.zhang@intel.com> To: test-report@dpdk.org Cc: Fan Zhang Message-Id: <20191007163036.BCCC61D173@dpdk.org> Date: Mon, 7 Oct 2019 18:30:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60637 [PATCH v2 04/10] app/test: add security cpu crypto perftest 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/60637 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #198: FILE: app/test/test_security_cpu_crypto.c:718: +#define all_gcm_perf_test_cases(type) \ + TEST_EXPAND(_128, 16, type) \ + TEST_EXPAND(_192, 24, type) \ + TEST_EXPAND(_256, 32, type) total: 1 errors, 0 warnings, 212 lines checked