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 3057AA0C47 for ; Thu, 14 Oct 2021 13:35:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C7BA41219; Thu, 14 Oct 2021 13:35:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C307040041 for ; Thu, 14 Oct 2021 13:35:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B9686121D26; Thu, 14 Oct 2021 13:35:03 +0200 (CEST) In-Reply-To: <20211014113414.2422262-3-wojciechx.liguzinski@intel.com> References: <20211014113414.2422262-3-wojciechx.liguzinski@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Liguzinski, WojciechX" Message-Id: <20211014113503.B9686121D26@dpdk.org> Date: Thu, 14 Oct 2021 13:35:03 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw101608 [PATCH v10 2/5] example/qos_sched: add PIE support 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/101608 _coding style issues_ WARNING:LONG_LINE: line length of 102 exceeds 100 columns #186: FILE: examples/qos_sched/cfg_file.c:435: + if (subport_params[i].cman_params->cman_mode == RTE_SCHED_CMAN_WRED) { WARNING:LONG_LINE: line length of 104 exceeds 100 columns #188: FILE: examples/qos_sched/cfg_file.c:437: + subport_params[i].cman_params->red_params[j][k].min_th = WARNING:LONG_LINE: line length of 104 exceeds 100 columns #190: FILE: examples/qos_sched/cfg_file.c:439: + subport_params[i].cman_params->red_params[j][k].max_th = WARNING:LONG_LINE: line length of 106 exceeds 100 columns #192: FILE: examples/qos_sched/cfg_file.c:441: + subport_params[i].cman_params->red_params[j][k].maxp_inv = WARNING:LONG_LINE: line length of 105 exceeds 100 columns #194: FILE: examples/qos_sched/cfg_file.c:443: + subport_params[i].cman_params->red_params[j][k].wq_log2 = WARNING:LONG_LINE: line length of 105 exceeds 100 columns #200: FILE: examples/qos_sched/cfg_file.c:449: + subport_params[i].cman_params->pie_params[j].dp_update_interval = total: 0 errors, 6 warnings, 370 lines checked