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 CDF03A00C5 for ; Thu, 15 Sep 2022 09:11:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CADA24021D; Thu, 15 Sep 2022 09:11:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 396FB40156 for ; Thu, 15 Sep 2022 09:11:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3663F121F02; Thu, 15 Sep 2022 09:11:09 +0200 (CEST) Subject: |WARNING| pw116326 [PATCH v4 2/3] app/testpmd: Add support for mulitiple mbuf pools per Rx queue In-Reply-To: <20220915070732.182542-2-hpothula@marvell.com> References: <20220915070732.182542-2-hpothula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hanumanth Pothula Message-Id: <20220915071109.3663F121F02@dpdk.org> Date: Thu, 15 Sep 2022 09:11:09 +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/116326 _coding style issues_ WARNING:TYPO_SPELLING: 'useg' may be misspelled - perhaps 'user'? #123: FILE: app/test-pmd/testpmd.c:2642: + struct rte_eth_rxseg_split *rx_split = &rx_useg[i].split; WARNING:TYPO_SPELLING: 'useg' may be misspelled - perhaps 'user'? #160: FILE: app/test-pmd/testpmd.c:2669: + rx_conf->rx_seg = rx_useg; WARNING:TYPO_SPELLING: 'supprted' may be misspelled - perhaps 'supported'? #177: FILE: app/test-pmd/testpmd.h:85: +/* Maximum number of pools supprted per Rx queue */ total: 0 errors, 3 warnings, 82 lines checked