net/i40e/base: define new shadow RAM pointers
Add definitions for Shadow RAM pointers: 6th FPA (Free Provisioning Area) module, 5th FPA module in X722 and Preservation Rules module. These definitions are not using by DPDK now, the purpose of this commit is to sync base code with kernel driver. Signed-off-by: Stanislaw Grzeszczak <stanislaw.a.grzeszczak@intel.com> Signed-off-by: Robin Zhang <robinx.zhang@intel.com> Acked-by: Beilei Xing <beilei.xing@intel.com>
This commit is contained in:
parent
2c4207fc0e
commit
6c751fd18e
@ -1555,6 +1555,9 @@ struct i40e_hw_port_stats {
|
||||
#define I40E_SR_FEATURE_CONFIGURATION_PTR 0x49
|
||||
#define I40E_SR_CONFIGURATION_METADATA_PTR 0x4D
|
||||
#define I40E_SR_IMMEDIATE_VALUES_PTR 0x4E
|
||||
#define I40E_SR_PRESERVATION_RULES_PTR 0x70
|
||||
#define I40E_X722_SR_5TH_FREE_PROVISION_AREA_PTR 0x71
|
||||
#define I40E_SR_6TH_FREE_PROVISION_AREA_PTR 0x71
|
||||
|
||||
/* Auxiliary field, mask and shift definition for Shadow RAM and NVM Flash */
|
||||
#define I40E_SR_VPD_MODULE_MAX_SIZE 1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user