summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-03-10 16:27:26 +0300
committerJens Axboe <axboe@kernel.dk>2022-03-10 19:16:04 +0300
commit4f57f06ce2186c31c3da52386125dc57b1cd6f96 (patch)
tree6f5f47b26c3b1a5c0de6ce92069d8c28f93d7069 /tools/perf/scripts/python
parentcc3cec8367cba76a8ae4c271eba8450f3efc1ba3 (diff)
downloadlinux-4f57f06ce2186c31c3da52386125dc57b1cd6f96.tar.xz
io_uring: add support for IORING_OP_MSG_RING command
This adds support for IORING_OP_MSG_RING, which allows an SQE to signal another ring. That allows either waking up someone waiting on the ring, or even passing a 64-bit value via the user_data field in the CQE. sqe->fd must contain the fd of a ring that should receive the CQE. sqe->off will be propagated to the cqe->user_data on the target ring, and sqe->len will be propagated to cqe->res. The results CQE will have IORING_CQE_F_MSG set in its flags, to indicate that this CQE was generated from a messaging request rather than a SQE issued locally on that ring. This effectively allows passing a 64-bit and a 32-bit quantify between the two rings. This request type has the following request specific error cases: - -EBADFD. Set if the sqe->fd doesn't point to a file descriptor that is of the io_uring type. - -EOVERFLOW. Set if we were not able to deliver a request to the target ring. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions