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 45ECCA04A4 for ; Sat, 18 Dec 2021 03:56:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 432BE4113D; Sat, 18 Dec 2021 03:56:21 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 46AD240E5A for ; Sat, 18 Dec 2021 03:56:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3FE5D123543; Sat, 18 Dec 2021 03:56:20 +0100 (CET) Subject: |WARNING| pw105263 [PATCH v1 24/25] net/spnic: support Tx/Rx queue start/stop In-Reply-To: <9264e7c8882285da4980a4dda44d6690cecb5737.1639636621.git.songyl@ramaxel.com> References: <9264e7c8882285da4980a4dda44d6690cecb5737.1639636621.git.songyl@ramaxel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yanling Song Message-Id: <20211218025620.3FE5D123543@dpdk.org> Date: Sat, 18 Dec 2021 03:56:20 +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/105263 _coding style issues_ WARNING:TYPO_SPELLING: 'startting' may be misspelled - perhaps 'starting'? #61: when startting rx queue, mbuf will be allocated and fill rq WARNING:TYPO_SPELLING: 'setted' may be misspelled - perhaps 'set'? #64: will be setted so that the packets can be received to host. CHECK:CAMELCASE: Avoid CamelCase: #114: FILE: drivers/net/spnic/base/spnic_nic_cfg.c:1315: + PMD_DRV_LOG(ERR, "Failed to set rq flush, err:%d, out_param: %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #114: FILE: drivers/net/spnic/base/spnic_nic_cfg.c:1315: + PMD_DRV_LOG(ERR, "Failed to set rq flush, err:%d, out_param: %"PRIu64"", total: 0 errors, 2 warnings, 2 checks, 396 lines checked