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 04BA9A0093 for ; Fri, 10 Dec 2021 16:33:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F22E240685; Fri, 10 Dec 2021 16:33:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EE5C040041 for ; Fri, 10 Dec 2021 16:33:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B604912353B; Fri, 10 Dec 2021 16:33:16 +0100 (CET) Subject: |WARNING| pw105068 [RFC PATCH] net/af_xdp: reenable secondary process support In-Reply-To: <20211210153245.9505-1-ciara.loftus@intel.com> References: <20211210153245.9505-1-ciara.loftus@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ciara Loftus Message-Id: <20211210153316.B604912353B@dpdk.org> Date: Fri, 10 Dec 2021 16:33:16 +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/105068 _coding style issues_ WARNING:TYPO_SPELLING: 'reenable' may be misspelled - perhaps 're-enable'? #45: Subject: [RFC PATCH] net/af_xdp: reenable secondary process support WARNING:TYPO_SPELLING: 'proccess' may be misspelled - perhaps 'process'? #355: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1914: +/* Secondary proccess rx function. RX is disabled because rings are SPSC */ WARNING:TYPO_SPELLING: 'proccess' may be misspelled - perhaps 'process'? #364: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1923: +/* Secondary proccess tx function. TX is disabled because rings are SPSC */ total: 0 errors, 3 warnings, 0 checks, 339 lines checked