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 8BAF3A0C4D for ; Thu, 17 Jun 2021 12:19:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 843ED4067A; Thu, 17 Jun 2021 12:19:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9D34240150 for ; Thu, 17 Jun 2021 12:19:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9A0E7122E3A; Thu, 17 Jun 2021 12:19:51 +0200 (CEST) In-Reply-To: <20210617101708.113951-5-ting.xu@intel.com> References: <20210617101708.113951-5-ting.xu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ting Xu Message-Id: <20210617101951.9A0E7122E3A@dpdk.org> Date: Thu, 17 Jun 2021 12:19:51 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94323 [PATCH v2 4/5] net/ice: support QoS config VF bandwidth in DCF 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/94323 _coding style issues_ WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #851: FILE: drivers/net/ice/ice_dcf_sched.c:566: + PMD_DRV_LOG(ERR, "Max bandwidth must be configured for TC%u ", WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #860: FILE: drivers/net/ice/ice_dcf_sched.c:575: + PMD_DRV_LOG(ERR, "Total value of TC%u min bandwidth and other TCs' max bandwidth %ukbps should be less than port link speed %ukbps ", WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #866: FILE: drivers/net/ice/ice_dcf_sched.c:581: + PMD_DRV_LOG(ERR, "If TC%u min Tx bandwidth is set, it cannot be less than 500Kbps ", WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #872: FILE: drivers/net/ice/ice_dcf_sched.c:587: + PMD_DRV_LOG(ERR, "TC%u Min Tx bandwidth cannot be greater than max Tx bandwidth ", WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #878: FILE: drivers/net/ice/ice_dcf_sched.c:593: + PMD_DRV_LOG(ERR, "TC%u max Tx bandwidth %uKbps is greater than current link speed %uKbps ", total: 0 errors, 5 warnings, 0 checks, 866 lines checked