forked from Minki/linux
net/mlx5: Introduce header-modify-pattern ICM properties
Added new fields for device memory capabilities, in order to support creation of ICM memory for modify header patterns. Signed-off-by: Erez Shitrit <erezsh@mellanox.com> Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Acked-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
f2906aa863
commit
795e10b450
@ -1086,11 +1086,14 @@ struct mlx5_ifc_device_mem_cap_bits {
|
||||
u8 log_sw_icm_alloc_granularity[0x6];
|
||||
u8 log_steering_sw_icm_size[0x8];
|
||||
|
||||
u8 reserved_at_120[0x20];
|
||||
u8 reserved_at_120[0x18];
|
||||
u8 log_header_modify_pattern_sw_icm_size[0x8];
|
||||
|
||||
u8 header_modify_sw_icm_start_address[0x40];
|
||||
|
||||
u8 reserved_at_180[0x80];
|
||||
u8 reserved_at_180[0x40];
|
||||
|
||||
u8 header_modify_pattern_sw_icm_start_address[0x40];
|
||||
|
||||
u8 memic_operations[0x20];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user