[Intel-wired-lan] [PATCH] igb: add parameter to ignore nvm checksum validation
Jeff Kirsher
jeffrey.t.kirsher at intel.com
Thu May 16 19:35:27 UTC 2019
On Wed, 2019-05-08 at 23:14 +0000, Nikunj Kela wrote:
> Some of the broken NICs don't have EEPROM programmed correctly. It
> results
> in probe to fail. This change adds a module parameter that can be
> used to
> ignore nvm checksum validation.
>
> Cc: xe-linux-external at cisco.com
> Signed-off-by: Nikunj Kela <nkela at cisco.com>
> ---
> drivers/net/ethernet/intel/igb/igb_main.c | 28
> ++++++++++++++++++++++------
> 1 file changed, 22 insertions(+), 6 deletions(-)
NAK for two reasons. First, module parameters are not desirable
because their individual to one driver and a global solution should be
found so that all networking device drivers can use the solution. This
will keep the interface to change/setup/modify networking drivers
consistent for all drivers.
Second and more importantly, if your NIC is broken, fix it. Do not try
and create a software workaround so that you can continue to use a
broken NIC. There are methods/tools available to properly reprogram
the EEPROM on a NIC, which is the right solution for your issue.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20190516/594c375b/attachment.asc>
More information about the Intel-wired-lan
mailing list