]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: remove read/write failed messages from nvmupdate
authorShannon Nelson <shannon.nelson@intel.com>
Mon, 28 Sep 2015 18:12:32 +0000 (14:12 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 16 Oct 2015 11:41:00 +0000 (04:41 -0700)
commit8c0221f70730e320c3998056a4a29d9f61747c5b
tree092f69fde9e4c048f5133f8b62a7d793ca01d452
parentc487371b6eb54d53ecccb5d65ccfa9b774bcd02b
i40e: remove read/write failed messages from nvmupdate

Allow the nvmupdate application to decide when a read or write error
should be exposed to the user.  Since the application needs to use
write probes to find the ReadOnly sections on a potentially unknown NVM
version in the HW and read probes to check the status of the last write,
some error messages are expected, but need not be shown to the users.
The driver doesn't know which are ignorable from real errors, so needs
to let the application make the decision.

Change-ID: I78fca8ab672bede11c10c820b83c26adfd536d03
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_ethtool.c