]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Remove redundant and unneeded messages
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 10 Jul 2015 23:36:07 +0000 (19:36 -0400)
committerBrian Maly <brian.maly@oracle.com>
Mon, 31 Aug 2015 21:23:55 +0000 (17:23 -0400)
commitf56132849f3ccedf52d4815a86db1cb1578d1a5c
tree0595ec45e6ff1c4ae6e8adcdf450e02e99cf33c1
parent9682276577909e845e1336305b742b7ad6b1060a
i40e: Remove redundant and unneeded messages

Orabug: 21764569

The kernel notifies all VXLAN capable registered drivers, i.e. any
driver that implements ndo_add_vxlan_port(), of the addition of a
port so that the driver can track which ports are in use.  There's
no need to log this - it just fills the system log with useless and
irksome noise.

Also, when failing to init SR-IOV interfaces the driver was printing the
same message twice. Just remove the inner printk and let the outer message
catch enable as well as the other failures.

Change-ID: Id5ecb1d425c2a357ee2bc1635dab24553831dade
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 2b20c88397fde2902c7834bb9e3ef8afc0237306)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c