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 9EF5EA034E for ; Tue, 22 Feb 2022 06:37:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9695D40DF4; Tue, 22 Feb 2022 06:37:12 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D75514068C for ; Tue, 22 Feb 2022 06:37:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BE30312336A; Tue, 22 Feb 2022 06:37:10 +0100 (CET) Subject: |WARNING| pw107926 [PATCH v1] net/ice: improve performance of RX timestamp offload In-Reply-To: <20220222051600.217761-1-wenjun1.wu@intel.com> References: <20220222051600.217761-1-wenjun1.wu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenjun Wu Message-Id: <20220222053710.BE30312336A@dpdk.org> Date: Tue, 22 Feb 2022 06:37:10 +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/107926 _coding style issues_ WARNING:TYPO_SPELLING: 'everytime' may be misspelled - perhaps 'every time'? #64: Previously, everytime a burst of packets is received, SW reads HW WARNING:TYPO_SPELLING: 'Everytime' may be misspelled - perhaps 'Every time'? #70: Everytime before SW receives a burst of packets, it should check the CHECK:BRACES: Unbalanced braces around else statement #144: FILE: drivers/net/ice/ice_rxtx.c:1643: + else { CHECK:BRACES: Unbalanced braces around else statement #212: FILE: drivers/net/ice/ice_rxtx.c:1991: + else { CHECK:BRACES: Unbalanced braces around else statement #278: FILE: drivers/net/ice/ice_rxtx.c:2446: + else { total: 0 errors, 2 warnings, 3 checks, 204 lines checked