mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
i40e: Define a new state variable to keep track of feature auto disable
This variable is a bit mask. It is needed to differentiate between user enforced feature disables and auto disable of features due to HW resource limitations. Change-ID: Ib4b4f6ae1bb2668c12e482d2555100bc8ad713d5 Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com> Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
fdfd943e9b
commit
61dade7e92
@ -263,6 +263,9 @@ struct i40e_pf {
|
|||||||
#define I40E_FLAG_VXLAN_FILTER_SYNC (u64)(1 << 27)
|
#define I40E_FLAG_VXLAN_FILTER_SYNC (u64)(1 << 27)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* tracks features that get auto disabled by errors */
|
||||||
|
u64 auto_disable_flags;
|
||||||
|
|
||||||
bool stat_offsets_loaded;
|
bool stat_offsets_loaded;
|
||||||
struct i40e_hw_port_stats stats;
|
struct i40e_hw_port_stats stats;
|
||||||
struct i40e_hw_port_stats stats_offsets;
|
struct i40e_hw_port_stats stats_offsets;
|
||||||
|
Loading…
Reference in New Issue
Block a user