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 A18A143016 for ; Wed, 9 Aug 2023 09:35:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A77C40DFB; Wed, 9 Aug 2023 09:35:08 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 56E3240DFB for ; Wed, 9 Aug 2023 09:35:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 50BE2120D38; Wed, 9 Aug 2023 09:35:07 +0200 (CEST) Subject: |WARNING| pw130016 [PATCH 03/19] net/cpfl: add cp channel In-Reply-To: <20230809155134.539287-4-beilei.xing@intel.com> References: <20230809155134.539287-4-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20230809073507.50BE2120D38@dpdk.org> Date: Wed, 9 Aug 2023 09:35:07 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/130016 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 107 exceeds 100 columns #156: FILE: drivers/net/cpfl/cpfl_cpchnl.h:75: + u8 is_sp; /*Determines if queue group is expected to be Strict Priority according to its priority*/ WARNING:LONG_LINE_COMMENT: line length of 113 exceeds 100 columns #251: FILE: drivers/net/cpfl/cpfl_cpchnl.h:170: + /* Always relevant, indexing is according to LAN PE 0-15, while only 0-4 APFs and 8-12 CPFs are valid. */ WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns #267: FILE: drivers/net/cpfl/cpfl_cpchnl.h:186: + * If TC aware mode - bit set for valid TC. otherwise =1 (only bit 0 is set. represents the VSI WARNING:LONG_LINE_COMMENT: line length of 114 exceeds 100 columns #294: FILE: drivers/net/cpfl/cpfl_cpchnl.h:213: + * @param pf_id Always relevant, indexing is according to LAN PE 0-15, while only 0-4 APFs and 8-12 CPFs are valid WARNING:LONG_LINE_COMMENT: line length of 111 exceeds 100 columns #306: FILE: drivers/net/cpfl/cpfl_cpchnl.h:225: + * @param func_type Func type: 0 - LAN_PF, 1 - LAN_VF. Rest - reserved. Can be later extended to other PE types WARNING:LONG_LINE_COMMENT: line length of 114 exceeds 100 columns #307: FILE: drivers/net/cpfl/cpfl_cpchnl.h:226: + * @param pf_id Always relevant, indexing is according to LAN PE 0-15, while only 0-4 APFs and 8-12 CPFs are valid WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns #310: FILE: drivers/net/cpfl/cpfl_cpchnl.h:229: + * @param vports array of the IDs and types. vport ID is elative to its func (PF/VF). same as in Create Vport total: 0 errors, 7 warnings, 0 checks, 313 lines checked