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 315BEA056A for ; Thu, 11 Mar 2021 09:51:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 280AC406A2; Thu, 11 Mar 2021 09:51:56 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 1AFDB4003D for ; Thu, 11 Mar 2021 09:51:55 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id F008B3DC; Thu, 11 Mar 2021 09:51:54 +0100 (CET) In-Reply-To: <20210311084547.19658-1-jia.guo@intel.com> References: <20210311084547.19658-1-jia.guo@intel.com> To: test-report@dpdk.org Cc: Jeff Guo Message-Id: <20210311085154.F008B3DC@dpdk.org> Date: Thu, 11 Mar 2021 09:51:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88927 [PATCH v1] net/iavf: fix FDIR configure 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/88927 _coding style issues_ WARNING:TYPO_SPELLING: 'affact' may be misspelled - perhaps 'affect'? #60: The refine configure of TCP/UDP flow item should not affact other flow WARNING:LONG_LINE: line length of 121 exceeds 100 columns #153: FILE: drivers/net/iavf/iavf_fdir.c:734: + iavf_fdir_refine_proto_hdr(&filter->add_fltr.rule_cfg.proto_hdrs.proto_hdr[layer - 1], proto_id); WARNING:LONG_LINE: line length of 121 exceeds 100 columns #163: FILE: drivers/net/iavf/iavf_fdir.c:781: + iavf_fdir_refine_proto_hdr(&filter->add_fltr.rule_cfg.proto_hdrs.proto_hdr[layer - 1], proto_id); total: 0 errors, 3 warnings, 0 checks, 102 lines checked