From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57594A09E9 for ; Mon, 14 Dec 2020 07:53:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FF65C9D6; Mon, 14 Dec 2020 07:53:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 949D1C9C4; Mon, 14 Dec 2020 07:53:13 +0100 (CET) In-Reply-To: <20201214064913.2306802-5-junfeng.guo@intel.com> References: <20201214064913.2306802-5-junfeng.guo@intel.com> To: test-report@dpdk.org Cc: Junfeng Guo Message-Id: <20201214065313.949D1C9C4@dpdk.org> Date: Mon, 14 Dec 2020 07:53:13 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85123 [PATCH 4/5] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR 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/85123 _coding style issues_ WARNING:LONG_LINE: line length of 105 exceeds 100 columns #91: FILE: drivers/net/iavf/iavf_fdir.c:134: + {iavf_pattern_eth_ecpri, IAVF_FDIR_INSET_ECPRI, IAVF_INSET_NONE}, WARNING:LONG_LINE: line length of 105 exceeds 100 columns #92: FILE: drivers/net/iavf/iavf_fdir.c:135: + {iavf_pattern_eth_ipv4_ecpri, IAVF_FDIR_INSET_ECPRI, IAVF_INSET_NONE}, CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #121: FILE: drivers/net/iavf/iavf_fdir.c:928: + if (ecpri_common.type == RTE_ECPRI_MSG_TYPE_IQ_DATA + && ecpri_mask->hdr.type0.pc_id == UINT16_MAX) { total: 0 errors, 2 warnings, 1 checks, 56 lines checked