IB/mlx5: Set uid as part of RQT commands
Set uid as part of RQT commands so that the firmware can manage the RQT object in a secured way. That will enable using an RQT that was created by verbs application to be used by the DEVX flow in case the uid is equal. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:

committed by
Jason Gunthorpe

parent
1cd6dbd32f
commit
5deba86ee2
@@ -325,6 +325,7 @@ enum {
|
||||
struct mlx5_ib_rwq_ind_table {
|
||||
struct ib_rwq_ind_table ib_rwq_ind_tbl;
|
||||
u32 rqtn;
|
||||
u16 uid;
|
||||
};
|
||||
|
||||
struct mlx5_ib_ubuffer {
|
||||
|
Reference in New Issue
Block a user