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 D6BF442977 for ; Tue, 18 Apr 2023 07:43:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1918410EA; Tue, 18 Apr 2023 07:43:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3631C410EA for ; Tue, 18 Apr 2023 07:43:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 23464121EF4; Tue, 18 Apr 2023 07:43:56 +0200 (CEST) Subject: |WARNING| pw126212 [PATCH 2/2] net/iavf: add Rx AVX2 offload path In-Reply-To: <1681794666-68144-3-git-send-email-wenzhuo.lu@intel.com> References: <1681794666-68144-3-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenzhuo Lu Message-Id: <20230418054356.23464121EF4@dpdk.org> Date: Tue, 18 Apr 2023 07:43:56 +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/126212 _coding style issues_ WARNING:LONG_LINE: line length of 107 exceeds 100 columns #134: FILE: drivers/net/iavf/iavf_rxtx.c:3767: + iavf_recv_scattered_pkts_vec_avx2_flex_rxd_offload; WARNING:LEADING_SPACE: please, no spaces at the start of a line #962: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1485: + return iavf_recv_scattered_pkts_vec_avx2_flex_rxd_common(rx_queue,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #973: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1496: + return iavf_recv_scattered_pkts_vec_avx2_flex_rxd_common(rx_queue,$ total: 0 errors, 3 warnings, 0 checks, 875 lines checked