From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77BD1A04BB for ; Tue, 6 Oct 2020 11:43:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FBBE2BC7; Tue, 6 Oct 2020 11:43:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6ED5F2C16; Tue, 6 Oct 2020 11:43:02 +0200 (CEST) In-Reply-To: <20201005120910.189343-21-jiawenwu@trustnetic.com> References: <20201005120910.189343-21-jiawenwu@trustnetic.com> To: test-report@dpdk.org Cc: Jiawen Wu Message-Id: <20201006094302.6ED5F2C16@dpdk.org> Date: Tue, 6 Oct 2020 11:43:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79645 [PATCH v2 20/56] net/txgbe: add RX and TX init X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/79645 _coding style issues_ WARNING:TYPO_SPELLING: 'checkum' may be misspelled - perhaps 'checksum'? #433: FILE: drivers/net/txgbe/txgbe_rxtx.c:392: + * Enable IP/L4 checkum computation by hardware if requested to do so. WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #526: FILE: drivers/net/txgbe/txgbe_rxtx.h:33: + /**< Start freeing TX buffers if there are less free descriptors than + this value. */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #526: FILE: drivers/net/txgbe/txgbe_rxtx.h:33: + this value. */ total: 0 errors, 3 warnings, 0 checks, 433 lines checked