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 544A0A0562 for ; Fri, 3 Apr 2020 13:51:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E23C1BFDC; Fri, 3 Apr 2020 13:51:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 4DDFD1C0B7; Fri, 3 Apr 2020 13:51:53 +0200 (CEST) In-Reply-To: <20200403115026.8735-1-pbhagavatula@marvell.com> References: <20200403115026.8735-1-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20200403115153.4DDFD1C0B7@dpdk.org> Date: Fri, 3 Apr 2020 13:51:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67756 [PATCH] test: add reassembly perf test 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/67756 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #128: FILE: app/test/test_reassembly_perf.c:18: +#define MAX_FLOWS 1024 * 1024 ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #133: FILE: app/test/test_reassembly_perf.c:23: +#define MAX_PKTS MAX_FLOWS *MAX_FRAGMENTS ^ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #133: FILE: app/test/test_reassembly_perf.c:23: +#define MAX_PKTS MAX_FLOWS *MAX_FRAGMENTS ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #136: FILE: app/test/test_reassembly_perf.c:26: +#define MAX_TTL_MS 5 * MS_PER_S ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #143: FILE: app/test/test_reassembly_perf.c:33: +#define IP_SRC_ADDR(x) (198U << 24) | (18 << 16) | (0 << 8) | x ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #144: FILE: app/test/test_reassembly_perf.c:34: +#define IP_DST_ADDR(x) (198U << 24) | (18 << 16) | (1 << 8) | x WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #1099: FILE: app/test/test_reassembly_perf.c:989: +REGISTER_TEST_COMMAND(reassembly_perf_autotest, test_reassembly_perf); total: 6 errors, 1 warnings, 1003 lines checked