public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/1] Added Refrence for Linux Asynchronous IO APIs in LTP
@ 2020-03-13  6:20 Vikas Kumar
  2020-03-13  6:20 ` [LTP] [PATCH 1/1] " Vikas Kumar
  0 siblings, 1 reply; 7+ messages in thread
From: Vikas Kumar @ 2020-03-13  6:20 UTC (permalink / raw)
  To: ltp

    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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-31 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13  6:20 [LTP] [PATCH 0/1] Added Refrence for Linux Asynchronous IO APIs in LTP Vikas Kumar
2020-03-13  6:20 ` [LTP] [PATCH 1/1] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox