From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6E2098E76; Thu, 28 Feb 2019 08:44:21 +0100 (CET) In-Reply-To: <1551340136-83843-4-git-send-email-wenzhuo.lu@intel.com> References: <1551340136-83843-4-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20190228074421.6E2098E76@dpdk.org> Date: Thu, 28 Feb 2019 08:44:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50630 [3/8] net/ice: support RX SSE 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: , X-List-Received-Date: Thu, 28 Feb 2019 07:44:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50630 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #253: FILE: drivers/net/ice/ice_rxtx_vec_common.h:17: + unsigned pkt_idx, buf_idx; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #313: FILE: drivers/net/ice/ice_rxtx_vec_common.h:77: + const unsigned mask = rxq->nb_rx_desc - 1; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #314: FILE: drivers/net/ice/ice_rxtx_vec_common.h:78: + unsigned i; CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #494: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:97: + const __m128i rss_vlan_msk = _mm_set_epi32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #497: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:100: + const __m128i cksum_mask = _mm_set_epi32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #616: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:219: + __m128i crc_adjust = _mm_set_epi16( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #667: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:270: + shuf_msk = _mm_set_epi8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #805: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:408: + __m128i eop_shuf_mask = _mm_set_epi8( total: 0 errors, 4 warnings, 5 checks, 808 lines checked