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 2B1DFA00C5 for ; Tue, 1 Feb 2022 09:52:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26688411B8; Tue, 1 Feb 2022 09:52:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5054C40685 for ; Tue, 1 Feb 2022 09:51:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 360E7120715; Tue, 1 Feb 2022 09:51:59 +0100 (CET) Subject: |WARNING| pw106753 [PATCH 1/8] net/sfc: rework flow action RSS support In-Reply-To: <20220201085002.320102-2-ivan.malov@oktetlabs.ru> References: <20220201085002.320102-2-ivan.malov@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20220201085159.360E7120715@dpdk.org> Date: Tue, 1 Feb 2022 09:51:59 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/106753 _coding style issues_ WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #661: FILE: drivers/net/sfc/sfc_flow_rss.c:63: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #680: FILE: drivers/net/sfc/sfc_flow_rss.c:82: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #685: FILE: drivers/net/sfc/sfc_flow_rss.c:87: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #707: FILE: drivers/net/sfc/sfc_flow_rss.c:109: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #712: FILE: drivers/net/sfc/sfc_flow_rss.c:114: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #717: FILE: drivers/net/sfc/sfc_flow_rss.c:119: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #723: FILE: drivers/net/sfc/sfc_flow_rss.c:125: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #728: FILE: drivers/net/sfc/sfc_flow_rss.c:130: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #742: FILE: drivers/net/sfc/sfc_flow_rss.c:144: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL) #760: FILE: drivers/net/sfc/sfc_flow_rss.c:162: + return EINVAL; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #820: FILE: drivers/net/sfc/sfc_flow_rss.c:222: + return ENOMEM; WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM) #830: FILE: drivers/net/sfc/sfc_flow_rss.c:232: + return ENOMEM; total: 0 errors, 12 warnings, 0 checks, 951 lines checked