]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Update request resource command to latest specification
authorDan Nowlin <dan.nowlin@intel.com>
Thu, 9 Aug 2018 13:29:46 +0000 (06:29 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 28 Aug 2018 17:17:06 +0000 (10:17 -0700)
commit43ee3879b0be8d11a63c7f7e0566bc1f736c4a56
treee901e8059aede73686b1e0b8d3387657cfde8b05
parentcad8f4c0b81421dfe9c33e40b6d92a1ffd8e62d8
ice: Update request resource command to latest specification

Align Request Resource Ownership AQ command (0x0008) to the latest
specification. This includes:

- Correcting the resource IDs for the Global Cfg and Change locks.
- new enum ICE_CHANGE_LOCK_RES_ID
- new enum ICE_GLOBAL_CFG_LOCK_RES_ID
- Altering the flow for Global Config Lock to allow only the first PF to
  download the package.

Signed-off-by: Dan Nowlin <dan.nowlin@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_common.h
drivers/net/ethernet/intel/ice/ice_nvm.c
drivers/net/ethernet/intel/ice/ice_type.h