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 99986A0511 for ; Fri, 8 Apr 2022 04:19:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 937DD4067E; Fri, 8 Apr 2022 04:19:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 564204003F for ; Fri, 8 Apr 2022 04:19:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 40DAF124163; Fri, 8 Apr 2022 04:19:33 +0200 (CEST) Subject: |WARNING| pw109452 [PATCH v1 3/3] net/iavf: improve performance of Rx timestamp offload In-Reply-To: <20220408021307.272746-4-simei.su@intel.com> References: <20220408021307.272746-4-simei.su@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Simei Su Message-Id: <20220408021933.40DAF124163@dpdk.org> Date: Fri, 8 Apr 2022 04:19:33 +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/109452 _coding style issues_ WARNING:TYPO_SPELLING: 'determin' may be misspelled - perhaps 'determine'? #68: to determin whether low 32 bits timestamp has turned WARNING:TYPO_SPELLING: 'receving' may be misspelled - perhaps 'receiving'? #70: and improve receving performance. WARNING:LONG_LINE: line length of 106 exceeds 100 columns #211: FILE: drivers/net/iavf/iavf_rxtx.c:1963: + ad->hw_time_update = rte_get_timer_cycles() / (rte_get_timer_hz() / 1000); total: 0 errors, 3 warnings, 0 checks, 122 lines checked