From: checkpatch@dpdk.org
To: Qiming Yang <qiming.yang@intel.com>
Cc: test-report@dpdk.org
Subject: [dpdk-test-report] |WARNING| [PATCH v4 2/2] net/i40e: fix VF bonded device link down
Date: Fri, 4 Nov 2016 10:14:19 +0100 (CET) [thread overview]
Message-ID: <20161104091419.0BCCC532E@dpdk.org> (raw)
In-Reply-To: <1478250651-37307-2-git-send-email-qiming.yang@intel.com>
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
parent reply other threads:[~2016-11-04 9:14 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1478250651-37307-2-git-send-email-qiming.yang@intel.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161104091419.0BCCC532E@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=qiming.yang@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).