net/i40e/base: move NVM update status field to HW struct
[dpdk.git] / drivers / net / i40e / base / i40e_type.h
index d5ca67a..696fea4 100644 (file)
@@ -655,6 +655,7 @@ struct i40e_hw {
        enum i40e_nvmupd_state nvmupd_state;
        struct i40e_aq_desc nvm_wb_desc;
        struct i40e_virt_mem nvm_buff;
+       bool nvm_release_on_done;
 
        /* HMC info */
        struct i40e_hmc_info hmc; /* HMC info struct */