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 2E8FAA0548 for ; Wed, 1 Jun 2022 10:23:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2AB3040E09; Wed, 1 Jun 2022 10:23:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1C46240E09 for ; Wed, 1 Jun 2022 10:23:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 13575120945; Wed, 1 Jun 2022 10:23:23 +0200 (CEST) Subject: |WARNING| pw112204 [RFC,1/2] member: implement NitroSketch mode In-Reply-To: <20220601082228.10158-2-leyi.rong@intel.com> References: <20220601082228.10158-2-leyi.rong@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Leyi Rong Message-Id: <20220601082323.13575120945@dpdk.org> Date: Wed, 1 Jun 2022 10:23:23 +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/112204 _coding style issues_ WARNING:TYPO_SPELLING: 'approches' may be misspelled - perhaps 'approaches'? #67: appears as a promising alternative to traditional approches such as WARNING:TYPO_SPELLING: 'decending' may be misspelled - perhaps 'descending'? #938: FILE: lib/member/rte_member_heap.h:403: +/* sort the heap into a decending array */ WARNING:TYPO_SPELLING: 'mesured' may be misspelled - perhaps 'measured'? #1457: FILE: lib/member/rte_member_sketch.c:467: + * If sketch is mesured by byte count, WARNING:TYPO_SPELLING: 'complier' may be misspelled - perhaps 'compiler'? #1903: FILE: lib/member/rte_xxh64_avx512.h:104: + * _mm512_rem_epi64(), but seems it depends on the complier's total: 0 errors, 4 warnings, 1743 lines checked Warning in lib/member/rte_member_sketch.c: Using %l format, prefer %PRI*64 if type is [u]int64_t Warning in lib/member/rte_member_heap.h: Declaring a variable inside for()