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 E774DA034F for ; Sat, 16 Oct 2021 22:02:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2C8F40042; Sat, 16 Oct 2021 22:02:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 452634003C for ; Sat, 16 Oct 2021 22:02:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3DEEA121D26; Sat, 16 Oct 2021 22:02:51 +0200 (CEST) In-Reply-To: <20211016200046.3176642-3-dkozlyuk@nvidia.com> References: <20211016200046.3176642-3-dkozlyuk@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20211016200251.3DEEA121D26@dpdk.org> Date: Sat, 16 Oct 2021 22:02:51 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw101890 [PATCH v6 2/4] mempool: add non-IO flag 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/101890 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #187: FILE: app/test/test_mempool.c:735: +#define RTE_TEST_TRACE_FAILURE(...) do { \ + ret = TEST_FAILED; \ + goto exit; \ + } while (0) WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Dmitry Kozlyuk ' != 'Signed-off-by: Dmitry Kozlyuk ' total: 0 errors, 2 warnings, 187 lines checked