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 9D980A00C2 for ; Fri, 5 Mar 2021 11:23:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98CE64069B; Fri, 5 Mar 2021 11:23:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id F3CCA40691 for ; Fri, 5 Mar 2021 11:23:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id EC16F4C6C; Fri, 5 Mar 2021 11:23:07 +0100 (CET) In-Reply-To: <1614939741-63927-4-git-send-email-oulijun@huawei.com> References: <1614939741-63927-4-git-send-email-oulijun@huawei.com> To: test-report@dpdk.org Cc: Lijun Ou Message-Id: <20210305102307.EC16F4C6C@dpdk.org> Date: Fri, 5 Mar 2021 11:23:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88510 [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd 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/88510 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns #1550: FILE: app/test-pmd/testpmd.h:217: + uint16_t nb_rx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx desc number */ WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns #1551: FILE: app/test-pmd/testpmd.h:218: + uint16_t nb_tx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx desc number */ WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns #1552: FILE: app/test-pmd/testpmd.h:219: + struct rte_eth_rxconf rx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx configuration */ WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns #1553: FILE: app/test-pmd/testpmd.h:220: + struct rte_eth_txconf tx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx configuration */ total: 0 errors, 4 warnings, 1373 lines checked