[dpdk-test-report] |WARNING| pw37488 [PATCH v5 1/3] ether: support runtime queue setup

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 6 21:42:49 CEST 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37488

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#25: 
Cc: dev at dpdk.org; Xing, Beilei <beilei.xing at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>; Lu, Wenzhuo <wenzhuo.lu at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#119: FILE: lib/librte_ether/rte_ethdev.c:1600:
[Rami Rosen] Shouldn't it be here: dev->data->tx_queue_state[...] instead of:

ERROR:TRAILING_WHITESPACE: trailing whitespace
#136: FILE: lib/librte_ether/rte_ethdev.h:984:
+#define DEV_RUNTIME_RX_QUEUE_SETUP 0x00000001 /**< Deferred setup rx $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#137: FILE: lib/librte_ether/rte_ethdev.h:985:
+queue */ #define DEV_RUNTIME_TX_QUEUE_SETUP 0x00000002 /**< Deferred $

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#137: FILE: lib/librte_ether/rte_ethdev.h:985:
+#define DEV_RUNTIME_RX_QUEUE_SETUP 0x00000001 /**< Deferred setup rx 
+queue */ #define DEV_RUNTIME_TX_QUEUE_SETUP 0x00000002 /**< Deferred 

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#138: FILE: lib/librte_ether/rte_ethdev.h:986:
+queue */ #define DEV_RUNTIME_TX_QUEUE_SETUP 0x00000002 /**< Deferred 
+setup tx queue */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#138: FILE: lib/librte_ether/rte_ethdev.h:986:
+setup tx queue */

total: 3 errors, 4 warnings, 80 lines checked


More information about the test-report mailing list