All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH V4 0/1] syscall: Add io_uring test
@ 2020-05-14 17:28 Vikas Kumar
  2020-05-14 17:28 ` [LTP] [PATCH V4 1/1] " Vikas Kumar
  0 siblings, 1 reply; 6+ messages in thread
From: Vikas Kumar @ 2020-05-14 17:28 UTC (permalink / raw)
  To: ltp

	Added Linux asynchronous I/O API Test for io_uring_setup(),
	io_uring_register() and io_uring_enter(). This test intend to 
	check basic io_uring api operation.
	
	io_uring_setup() creates submission queue and completion queue
	to perform subsequent operations on the io_uring instance.
	io_uring_register() registers user buffers to kernel for long term usese.
	io_uring_enter() initiate and finish I/O using the shared sq and cq queue.

---

Signed-off-by: Vikas Kumar <vikas.kumar2@arm.com>
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Cc: Petr Vorel <pvorel@suse.cz>

---

Vikas Kumar (1):
  syscall: Add io_uring test

 testcases/kernel/syscalls/io_uring/Makefile   |   8 +
 .../kernel/syscalls/io_uring/io_uring01.c     | 191 ++++++++++++++++++
 2 files changed, 199 insertions(+)
 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] 6+ messages in thread

end of thread, other threads:[~2020-05-18  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 17:28 [LTP] [PATCH V4 0/1] syscall: Add io_uring test Vikas Kumar
2020-05-14 17:28 ` [LTP] [PATCH V4 1/1] " Vikas Kumar
2020-05-15  4:08   ` Viresh Kumar
2020-05-15  5:29     ` Petr Vorel
2020-05-18  4:33     ` Vikas Kumar
2020-05-18  7:22       ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.