[dpdk-test-report] |WARNING| pw35143 [PATCH] Multi-driver support for Fortville

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 13 04:48:42 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16: 
1) With these patches, we have 2 different values for some of the global registers depending upon whether single driver or multi-driver is using all ports of the NIC. Does it impact any functionality/performance if we use DPDK drivers in single driver vs multi-driver support? 

WARNING:BAD_SIGN_OFF: Duplicate signature
#43: 
To: dev at dpdk.org

WARNING:BAD_SIGN_OFF: Duplicate signature
#84: 
Cc: stable at dpdk.org

ERROR:TRAILING_WHITESPACE: trailing whitespace
#98: FILE: drivers/net/i40e/i40e_ethdev.c:720:
+i40e_write_global_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val) $

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#254: FILE: drivers/net/i40e/i40e_ethdev.c:7826:
+static void
 i40e_filter_input_set_init(struct i40e_pf *pf)  {

WARNING:BAD_SIGN_OFF: Duplicate signature
#370: 
To: dev at dpdk.org,	jingjing.wu at intel.com

WARNING:BAD_SIGN_OFF: Duplicate signature
#371: 
Cc: stable at dpdk.org

WARNING:BAD_SIGN_OFF: Duplicate signature
#383: 
Cc: stable at dpdk.org

WARNING:BAD_SIGN_OFF: Duplicate signature
#385: 
Signed-off-by: Beilei Xing <beilei.xing at intel.com>

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#427: FILE: drivers/net/i40e/i40e_ethdev.c:976:
+static int
+i40e_support_multi_driver(struct rte_eth_dev *dev) {

WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#431: FILE: drivers/net/i40e/i40e_ethdev.c:980:
+	static const char *valid_keys[] = {

WARNING:BAD_SIGN_OFF: Duplicate signature
#739: 
To: dev at dpdk.org,	jingjing.wu at intel.com

WARNING:BAD_SIGN_OFF: Duplicate signature
#740: 
Cc: stable at dpdk.org

WARNING:BAD_SIGN_OFF: Duplicate signature
#751: 
Cc: stable at dpdk.org

WARNING:BAD_SIGN_OFF: Duplicate signature
#753: 
Signed-off-by: Beilei Xing <beilei.xing at intel.com>

total: 3 errors, 12 warnings, 0 checks, 702 lines checked


More information about the test-report mailing list