From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4A24F4D3A; Tue, 24 Apr 2018 14:45:06 +0200 (CEST) In-Reply-To: <20180424124410.229538-4-qi.z.zhang@intel.com> References: <20180424124410.229538-4-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180424124506.4A24F4D3A@dpdk.org> Date: Tue, 24 Apr 2018 14:45:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38815 [PATCH v8 3/5] app/testpmd: enable per queue configure X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 12:45:06 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38815 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #324: FILE: app/test-pmd/testpmd.h:197: + uint16_t nb_rx_desc[MAX_QUEUE_ID+1]; /**< per queue rx desc number */ WARNING:LONG_LINE_COMMENT: line over 90 characters #325: FILE: app/test-pmd/testpmd.h:198: + uint16_t nb_tx_desc[MAX_QUEUE_ID+1]; /**< per queue tx desc number */ WARNING:LONG_LINE_COMMENT: line over 90 characters #326: FILE: app/test-pmd/testpmd.h:199: + struct rte_eth_rxconf rx_conf[MAX_QUEUE_ID+1]; /**< per queue rx configuration */ WARNING:LONG_LINE_COMMENT: line over 90 characters #327: FILE: app/test-pmd/testpmd.h:200: + struct rte_eth_txconf tx_conf[MAX_QUEUE_ID+1]; /**< per queue tx configuration */ total: 0 errors, 4 warnings, 274 lines checked