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 00B2BA045E for ; Fri, 31 May 2019 20:04:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA21E1B945; Fri, 31 May 2019 20:04:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C89A51B953; Fri, 31 May 2019 20:04:49 +0200 (CEST) In-Reply-To: <20190531180440.41795-1-harry.van.haaren@intel.com> References: <20190531180440.41795-1-harry.van.haaren@intel.com> To: test-report@dpdk.org Cc: Harry van Haaren Message-Id: <20190531180449.C89A51B953@dpdk.org> Date: Fri, 31 May 2019 20:04:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53969 [PATCH] net/i40e: add flow mark support to sse path 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/53969 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #94: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:217: + uint32_t fdir_data = rte_le_to_cpu_32( ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #121: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:472: + descs_qw23 = _mm_loadu_si128((__m128i*)&(rxdp + 0)->wb.qword2); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #123: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:474: + descs_qw23 = _mm_loadu_si128((__m128i*)&(rxdp + 1)->wb.qword2); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #125: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:476: + descs_qw23 = _mm_loadu_si128((__m128i*)&(rxdp + 2)->wb.qword2); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #127: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:478: + descs_qw23 = _mm_loadu_si128((__m128i*)&(rxdp + 3)->wb.qword2); total: 4 errors, 0 warnings, 1 checks, 74 lines checked