|
@@ -1094,8 +1094,8 @@ static int i40e_vc_send_msg_to_vf(struct i40e_vf *vf, u32 v_opcode,
|
|
|
/* single place to detect unsuccessful return values */
|
|
|
if (v_retval) {
|
|
|
vf->num_invalid_msgs++;
|
|
|
- dev_err(&pf->pdev->dev, "Failed opcode %d Error: %d\n",
|
|
|
- v_opcode, v_retval);
|
|
|
+ dev_err(&pf->pdev->dev, "VF %d failed opcode %d, error: %d\n",
|
|
|
+ vf->vf_id, v_opcode, v_retval);
|
|
|
if (vf->num_invalid_msgs >
|
|
|
I40E_DEFAULT_NUM_INVALID_MSGS_ALLOWED) {
|
|
|
dev_err(&pf->pdev->dev,
|