net/mlx5: Add uid field to UAR allocation structures
Add uid field to mlx5_ifc_alloc_uar_in_bits and mlx5_ifc_dealloc_uar_out_bits structs. This field will be used by FW to manage UAR according to uid. Signed-off-by: Meir Lichtinger <meirl@nvidia.com> Reviewed-by: Yishai Hadas <yishaih@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
This commit is contained in:
parent
e4e737bb5c
commit
8de1e9b01b
1 changed files with 2 additions and 2 deletions
|
|
@ -7569,7 +7569,7 @@ struct mlx5_ifc_dealloc_uar_out_bits {
|
|||
|
||||
struct mlx5_ifc_dealloc_uar_in_bits {
|
||||
u8 opcode[0x10];
|
||||
u8 reserved_at_10[0x10];
|
||||
u8 uid[0x10];
|
||||
|
||||
u8 reserved_at_20[0x10];
|
||||
u8 op_mod[0x10];
|
||||
|
|
@ -8416,7 +8416,7 @@ struct mlx5_ifc_alloc_uar_out_bits {
|
|||
|
||||
struct mlx5_ifc_alloc_uar_in_bits {
|
||||
u8 opcode[0x10];
|
||||
u8 reserved_at_10[0x10];
|
||||
u8 uid[0x10];
|
||||
|
||||
u8 reserved_at_20[0x10];
|
||||
u8 op_mod[0x10];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue