]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: relax the firmware API version check
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 29 May 2014 06:55:59 +0000 (06:55 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 29 May 2014 12:55:44 +0000 (05:55 -0700)
commitc8160a02fecdfe2f66a370a0d0f7501af739f475
tree3be122479b21779ffc471e49fb8fd5429887a5df
parented50ab445a339826e28b81f0e0f6cb5ac44e3950
i40e: relax the firmware API version check

As long as the Firmware isn't reporting a higher API major version number
than what the driver knows about, the driver does not need to worry as
much about greater minor numbers.  The API changes minor numbers when
things get added to the API, but no existing structs or calls are changed.
The driver has the option of warning that the minor numbers don't match.

This will allow a little more flexibility in handling newer NICs and NVMs
in the field.

Change-ID: I5302acd2d147a2992328991ee7223b2ff39c8741
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Tested-by: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_adminq.c