Stefano Garzarella 0d9b5b3af1 io_uring: add 'cq_flags' field for the CQ ring
This patch adds the new 'cq_flags' field that should be written by
the application and read by the kernel.

This new field is available to the userspace application through
'cq_off.flags'.
We are using 4-bytes previously reserved and set to zero. This means
that if the application finds this field to zero, then the new
functionality is not supported.

In the next patch we will introduce the first flag available.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-05-15 12:16:59 -06:00
..
2020-04-06 10:35:06 -07:00
2020-05-02 11:24:01 -07:00
2020-04-02 17:03:53 -07:00
2020-04-23 09:36:40 -07:00
2020-04-21 21:41:36 +02:00
2020-05-02 11:24:01 -07:00