net/i40e/base: move NVM update status field to HW struct
authorHelin Zhang <helin.zhang@intel.com>
Tue, 24 May 2016 06:22:56 +0000 (14:22 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Mon, 20 Jun 2016 15:21:49 +0000 (17:21 +0200)
commitc906def2694236cdea69188974a552bd0124584c
treed4d690a7566cbf5ebdae9a6a166112ab87fc6bbf
parent742f28fb9f3d60e49c6546f0a9364f77e130ad3d
net/i40e/base: move NVM update status field to HW struct

This patch centralizes all NVM update status info into a single
structure, by moving nvm_release_on_done from struct
i40e_adminq_info to struct i40e_hw, for better management.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/i40e/base/i40e_adminq.c
drivers/net/i40e/base/i40e_adminq.h
drivers/net/i40e/base/i40e_nvm.c
drivers/net/i40e/base/i40e_type.h