aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorMitch A Williams <mitch.a.williams@intel.com>2015-02-26 11:16:19 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-03-05 10:54:10 -0500
commit94666990015a28d1880b56215bac081df218a4a1 (patch)
tree9207e69830e35b858b2e18974b72a6b055671128 /drivers/net/ethernet
parent3b44439934055f91be7ee1c890bc5d5f3c904f88 (diff)
i40e: don't spam the system log
The PF driver spams the system log with messages about VF VSI when VFs are created, as well as each time they are reset. This is annoying, and the information isn't even useful most of the time. Remove this message to reduce user annoyance. Change-ID: I8de90d05380f54b038c9c8c3265150be87c9242c Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Jim Young <james.m.young@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
index 910c45e83fdd..1d8b94d80a87 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
@@ -403,9 +403,6 @@ static int i40e_alloc_vsi_res(struct i40e_vf *vf, enum i40e_vsi_type type)
403 u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; 403 u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
404 vf->lan_vsi_index = vsi->idx; 404 vf->lan_vsi_index = vsi->idx;
405 vf->lan_vsi_id = vsi->id; 405 vf->lan_vsi_id = vsi->id;
406 dev_info(&pf->pdev->dev,
407 "VF %d assigned LAN VSI index %d, VSI id %d\n",
408 vf->vf_id, vsi->idx, vsi->id);
409 /* If the port VLAN has been configured and then the 406 /* If the port VLAN has been configured and then the
410 * VF driver was removed then the VSI port VLAN 407 * VF driver was removed then the VSI port VLAN
411 * configuration was destroyed. Check if there is 408 * configuration was destroyed. Check if there is