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 13912A0597 for ; Thu, 9 Apr 2020 19:26:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 034151C2B9; Thu, 9 Apr 2020 19:26:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6A8DC1D14B; Thu, 9 Apr 2020 19:26:53 +0200 (CEST) In-Reply-To: <20200409172502.1693-2-l.wojciechow@partner.samsung.com> References: <20200409172502.1693-2-l.wojciechow@partner.samsung.com> To: test-report@dpdk.org Cc: Lukasz Wojciechowski Message-Id: <20200409172653.6A8DC1D14B@dpdk.org> Date: Thu, 9 Apr 2020 19:26:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw68064 [PATCH v3 01/13] security: fix verification of parameters 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/68064 _coding style issues_ WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c261d1431bd8', maybe rebased or not pulled? #124: Fixes: c261d1431bd8 ("security: introduce security API and framework") WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '1a08c379b9b5', maybe rebased or not pulled? #127: Fixes: 1a08c379b9b5 ("security: support user data retrieval") WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #154: FILE: lib/librte_security/rte_security.c:14: +#define RTE_PTR_OR_ERR_RET(ptr, retval) do { \ + if ((ptr) == NULL) \ + return retval; \ +} while (0) total: 0 errors, 3 warnings, 131 lines checked