Searched hist:a124edba26270697540f1058bfcd490c1c65b116 (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/rdma/ |
H A D | mlx5_user_ioctl_verbs.h | diff a124edba26270697540f1058bfcd490c1c65b116 Tue Jan 22 07:29:57 CET 2019 Yishai Hadas <yishaih@mellanox.com> IB/mlx5: Introduce async DEVX obj query API
Introduce async DEVX obj query API to get the command response back to user space once it's ready without blocking when calling the firmware.
The event's data includes a header with some meta data then the firmware output command data.
The header includes: - The input 'wr_id' to let application recognizing the response.
The input FD attribute is used to have the event data ready on. Downstream patches from this series will implement the file ops to let application read it.
Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | mlx5_user_ioctl_cmds.h | diff a124edba26270697540f1058bfcd490c1c65b116 Tue Jan 22 07:29:57 CET 2019 Yishai Hadas <yishaih@mellanox.com> IB/mlx5: Introduce async DEVX obj query API
Introduce async DEVX obj query API to get the command response back to user space once it's ready without blocking when calling the firmware.
The event's data includes a header with some meta data then the firmware output command data.
The header includes: - The input 'wr_id' to let application recognizing the response.
The input FD attribute is used to have the event data ready on. Downstream patches from this series will implement the file ops to let application read it.
Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|