From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 00257A0A02 for ; Tue, 27 Apr 2021 16:00:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F071141243; Tue, 27 Apr 2021 16:00:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2EBBC410FC for ; Tue, 27 Apr 2021 16:00:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2A23C121158; Tue, 27 Apr 2021 16:00:11 +0200 (CEST) In-Reply-To: <20210427135755.927-5-olivier.matz@6wind.com> References: <20210427135755.927-5-olivier.matz@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Olivier Matz Message-Id: <20210427140011.2A23C121158@dpdk.org> Date: Tue, 27 Apr 2021 16:00:11 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92260 [PATCH 4/4] test/cksum: new test for L3/L4 checksum API X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/92260 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #170: FILE: app/test/test_cksum.c:24: +#define GOTO_FAIL(str, ...) do { \ + printf("cksum test FAILED (l.%d): <" str "> ", \ + __LINE__, ##__VA_ARGS__); \ + goto fail; \ + } while (0) total: 0 errors, 1 warnings, 304 lines checked