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 E5FB0A0A0C for ; Fri, 2 Jul 2021 10:43:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB8F84136D; Fri, 2 Jul 2021 10:43:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 27A7A41367 for ; Fri, 2 Jul 2021 10:43:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 236E9122E89; Fri, 2 Jul 2021 10:43:29 +0200 (CEST) In-Reply-To: <20210702083948.546667-20-andrew.rybchenko@oktetlabs.ru> References: <20210702083948.546667-20-andrew.rybchenko@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andrew Rybchenko Message-Id: <20210702084329.236E9122E89@dpdk.org> Date: Fri, 2 Jul 2021 10:43:29 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw95203 [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules 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/95203 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EALREADY) #315: FILE: drivers/net/sfc/sfc_mae.c:566: + return EALREADY; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #372: FILE: drivers/net/sfc/sfc_mae.c:628: + return ENOMEM; CHECK:CAMELCASE: Avoid CamelCase: #755: FILE: drivers/net/sfc/sfc_mae_counter.c:109: + sfc_info(sa, "enabled MAE counter #%u with reset pkts=%" PRIu64 total: 0 errors, 2 warnings, 1 checks, 1241 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst