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 84471A0A02 for ; Fri, 26 Mar 2021 02:34:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F2E0140D97; Fri, 26 Mar 2021 02:34:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 7635D4067B for ; Fri, 26 Mar 2021 02:34:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 72EA04C8F; Fri, 26 Mar 2021 02:34:07 +0100 (CET) In-Reply-To: <1616722322-6027-5-git-send-email-wenzhuo.lu@intel.com> References: <1616722322-6027-5-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20210326013407.72EA04C8F@dpdk.org> Date: Fri, 26 Mar 2021 02:34:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89876 [PATCH v3 4/4] net/iavf: add offload path for Rx AVX512 flex desc 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89876 _coding style issues_ WARNING:LONG_LINE: line length of 101 exceeds 100 columns #122: FILE: drivers/net/iavf/iavf_rxtx.c:2430: + iavf_recv_scattered_pkts_vec_avx512_flex_rxd; WARNING:LONG_LINE: line length of 109 exceeds 100 columns #125: FILE: drivers/net/iavf/iavf_rxtx.c:2433: + iavf_recv_scattered_pkts_vec_avx512_flex_rxd_offload; total: 0 errors, 2 warnings, 0 checks, 625 lines checked