From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C4149A0096 for ; Fri, 15 Mar 2019 07:18:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADBB74CA9; Fri, 15 Mar 2019 07:18:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 5556B5B26; Fri, 15 Mar 2019 07:18:06 +0100 (CET) In-Reply-To: <1552630975-62900-7-git-send-email-wenzhuo.lu@intel.com> References: <1552630975-62900-7-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20190315061806.5556B5B26@dpdk.org> Date: Fri, 15 Mar 2019 07:18:06 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51216 [PATCH v3 6/8] net/ice: support Rx AVX2 vector 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/51216 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #218: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:100: + vaddr0_1 = _mm256_inserti128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #220: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:102: + vaddr2_3 = _mm256_inserti128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #285: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:167: + const __m256i crc_adjust = _mm256_set_epi16( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #308: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:190: + const __m256i shuf_msk = _mm256_set_epi8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #347: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:229: + const __m256i flags_mask = _mm256_set1_epi32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #354: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:236: + const __m256i vlan_flags_shuf = _mm256_set_epi32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #362: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:244: + const __m256i rss_flags_shuf = _mm256_set_epi8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #399: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:281: + const __m256i cksum_mask = _mm256_set1_epi32( WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 16) #432: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:314: + } else [...] + do { CHECK:BRACES: Unbalanced braces around else statement #432: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:314: + } else CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #631: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:513: + const __m256i odd_flags = _mm256_castsi128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #660: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:542: + const __m128i eop_mask = _mm_set1_epi16( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #684: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:566: + __m128i eop_shuffle = _mm_set_epi8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #702: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:584: + uint64_t burst = __builtin_popcountll(_mm_cvtsi128_si64( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #704: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:586: + burst += __builtin_popcountll(_mm_cvtsi128_si64( total: 0 errors, 2 warnings, 14 checks, 703 lines checked