From: Vikas Kumar <vikas.kumar2@arm.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/1] Added Refrence for Linux Asynchronous IO APIs in LTP
Date: Fri, 13 Mar 2020 11:50:57 +0530 [thread overview]
Message-ID: <20200313062058.7058-1-vikas.kumar2@arm.com> (raw)
Enabled Linux Asynchronous IO(AIO) family of APIs in LTP
AIO API: io_uring_setup(), io_uring_register(), io_uring_enter()
Refrences for Linux AIO-
https://lwn.net/Articles/776703/
https://kernel.dk/io_uring.pdf
https://www.mankier.com/2/io_uring_setup
https://www.mankier.com/2/io_uring_register
https://www.mankier.com/2/io_uring_enter
Signed-off-by: Vikas Kumar <vikas.kumar2@arm.com>
---
Vikas Kumar (1):
Added Refrence for Linux Asynchronous IO APIs in LTP
configure.ac | 3 +
include/lapi/io_uring.h | 180 ++++++++++++++++++
testcases/kernel/syscalls/io_uring/.gitignore | 1 +
testcases/kernel/syscalls/io_uring/Makefile | 25 +++
.../kernel/syscalls/io_uring/io_uring01.c | 85 +++++++++
5 files changed, 294 insertions(+)
create mode 100644 include/lapi/io_uring.h
create mode 100644 testcases/kernel/syscalls/io_uring/.gitignore
create mode 100644 testcases/kernel/syscalls/io_uring/Makefile
create mode 100644 testcases/kernel/syscalls/io_uring/io_uring01.c
--
2.17.1
next reply other threads:[~2020-03-13 6:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-13 6:20 Vikas Kumar [this message]
2020-03-13 6:20 ` [LTP] [PATCH 1/1] Added Refrence for Linux Asynchronous IO APIs in LTP Vikas Kumar
2020-03-17 20:59 ` Petr Vorel
2020-03-17 21:29 ` Petr Vorel
2020-03-31 9:45 ` Cyril Hrubis
2020-03-31 10:42 ` Petr Vorel
2020-03-31 10:48 ` Vikas Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200313062058.7058-1-vikas.kumar2@arm.com \
--to=vikas.kumar2@arm.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox