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 6AF28A00C4 for ; Tue, 26 Apr 2022 13:37:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6454540E78; Tue, 26 Apr 2022 13:37:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A92DE40C35 for ; Tue, 26 Apr 2022 13:37:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A254A120DB4; Tue, 26 Apr 2022 13:37:18 +0200 (CEST) Subject: |WARNING| pw110277 [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split In-Reply-To: <20220426111338.1074785-2-wenxuanx.wu@intel.com> References: <20220426111338.1074785-2-wenxuanx.wu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: wenxuanx.wu@intel.com Message-Id: <20220426113718.A254A120DB4@dpdk.org> Date: Tue, 26 Apr 2022 13:37:18 +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/110277 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #70: Protocol based buffer split consists of splitting a received packet into two WARNING:TYPO_SPELLING: 'splitted' may be misspelled - perhaps 'split'? #95: consists of MAC_IP_UDP_PAYLOAD will be splitted like following: WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns #150: FILE: lib/ethdev/rte_ethdev.c:1713: + /* Length and protocol are exclusive here, so make sure length is 0 in protocol WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #151: FILE: lib/ethdev/rte_ethdev.c:1714: + /* Length and protocol are exclusive here, so make sure length is 0 in protocol + based buffer split. */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #151: FILE: lib/ethdev/rte_ethdev.c:1714: + based buffer split. */ total: 0 errors, 5 warnings, 86 lines checked