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 A8C68A09E9 for ; Mon, 14 Dec 2020 07:54:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 95989C9A4; Mon, 14 Dec 2020 07:54:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 8ED5CC9B0; Mon, 14 Dec 2020 07:54:55 +0100 (CET) In-Reply-To: <20201214064913.2306802-6-junfeng.guo@intel.com> References: <20201214064913.2306802-6-junfeng.guo@intel.com> To: test-report@dpdk.org Cc: Junfeng Guo Message-Id: <20201214065455.8ED5CC9B0@dpdk.org> Date: Mon, 14 Dec 2020 07:54:55 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85124 [PATCH 5/5] net/iavf: support eCPRI MSG TYPE 0 for RSS 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/85124 _coding style issues_ WARNING:LONG_LINE: line length of 106 exceeds 100 columns #105: FILE: drivers/net/iavf/iavf_hash.c:414: + {iavf_pattern_eth_ecpri, ETH_RSS_ECPRI, ð_ecpri_tmplt}, WARNING:LONG_LINE: line length of 107 exceeds 100 columns #106: FILE: drivers/net/iavf/iavf_hash.c:415: + {iavf_pattern_eth_ipv4_ecpri, ETH_RSS_ECPRI, &ipv4_ecpri_tmplt}, CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #125: FILE: drivers/net/iavf/iavf_hash.c:577: + ecpri_common.u32 = rte_be_to_cpu_32( CHECK:BRACES: braces {} should be used on all arms of this statement #127: FILE: drivers/net/iavf/iavf_hash.c:579: + if (!ecpri) [...] + else if (ecpri_common.type != [...] total: 0 errors, 2 warnings, 2 checks, 70 lines checked