From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E3D212C57; Sun, 22 Apr 2018 13:58:39 +0200 (CEST) In-Reply-To: <20180422115824.105219-4-qi.z.zhang@intel.com> References: <20180422115824.105219-4-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180422115839.E3D212C57@dpdk.org> Date: Sun, 22 Apr 2018 13:58:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38670 [PATCH v7 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: Sun, 22 Apr 2018 11:58:40 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38670 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #308: 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 #309: 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 #310: 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 #311: 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, 259 lines checked