[dpdk-test-report] |WARNING| [PATCH v4 2/2] net/i40e: fix VF bonded device link down

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 4 10:14:19 CET 2016


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

_coding style issues_


WARNING:CONST_STRUCT: struct  should normally be const
#80: FILE: drivers/net/i40e/i40e_ethdev.c:5444:
+i40e_notify_all_vfs_link_status(struct rte_eth_dev *dev)

WARNING:CONST_STRUCT: struct  should normally be const
#82: FILE: drivers/net/i40e/i40e_ethdev.c:5446:
+	struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private);

WARNING:CONST_STRUCT: struct  should normally be const
#83: FILE: drivers/net/i40e/i40e_ethdev.c:5447:
+	struct i40e_virtchnl_pf_event event;

WARNING:CONST_STRUCT: struct  should normally be const
#123: FILE: drivers/net/i40e/i40e_ethdev.h:612:
+int i40e_pf_host_send_msg_to_vf(struct i40e_pf_vf *vf, uint32_t opcode,

WARNING:CONST_STRUCT: struct  should normally be const
#273: FILE: drivers/net/i40e/i40e_pf.c:901:
+i40e_notify_vf_link_status(struct rte_eth_dev *dev, struct i40e_pf_vf *vf)

WARNING:CONST_STRUCT: struct  should normally be const
#275: FILE: drivers/net/i40e/i40e_pf.c:903:
+	struct i40e_virtchnl_pf_event event;

total: 0 errors, 6 warnings, 0 checks, 219 lines checked


More information about the test-report mailing list