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 45E6FA0543 for ; Fri, 12 Aug 2022 19:28:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4271940A89; Fri, 12 Aug 2022 19:28:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 237A140A7F for ; Fri, 12 Aug 2022 19:28:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1F7C5120775; Fri, 12 Aug 2022 19:28:44 +0200 (CEST) Subject: |WARNING| pw114930 [PATCH v2 2/3] app/testpmd: add command line argument 'rxseg-mode' In-Reply-To: <20220812172451.1208933-2-hpothula@marvell.com> References: <20220812172451.1208933-2-hpothula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hanumanth Pothula Message-Id: <20220812172844.1F7C5120775@dpdk.org> Date: Fri, 12 Aug 2022 19:28:44 +0200 (CEST) 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/114930 _coding style issues_ WARNING:TYPO_SPELLING: 'Bufer' may be misspelled - perhaps 'Buffer'? #107: FILE: app/test-pmd/parameters.c:217: + " 1 - Bufer-split capability " WARNING:TYPO_SPELLING: 'useg' may be misspelled - perhaps 'user'? #158: FILE: app/test-pmd/testpmd.c:2662: + struct rte_eth_rxseg rx_useg[MAX_SEGS_BUFFER_SPLIT] = {}; WARNING:TYPO_SPELLING: 'useg' may be misspelled - perhaps 'user'? #167: FILE: app/test-pmd/testpmd.c:2676: + struct rte_eth_rxseg_split *rx_split = &rx_useg[i].split; WARNING:TYPO_SPELLING: 'useg' may be misspelled - perhaps 'user'? #168: FILE: app/test-pmd/testpmd.c:2677: + struct rte_eth_rxseg_sort *rx_sort = &rx_useg[i].sort; total: 0 errors, 4 warnings, 115 lines checked