public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] syscall: Add io_uring test
@ 2020-05-14  8:41 Vikas Kumar
  2020-05-14  8:41 ` [LTP] [PATCH 1/3] " Vikas Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Vikas Kumar @ 2020-05-14  8:41 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>


Vikas Kumar (1):
  syscall: Add io_uring test

 testcases/kernel/syscalls/io_uring/Makefile   |   8 +
 .../kernel/syscalls/io_uring/io_uring01.c     | 194 ++++++++++++++++++
 2 files changed, 202 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] 3+ messages in thread

end of thread, other threads:[~2020-05-14 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-14  8:41 [LTP] [PATCH 0/3] syscall: Add io_uring test Vikas Kumar
2020-05-14  8:41 ` [LTP] [PATCH 1/3] " Vikas Kumar
2020-05-14 12:09   ` Cyril Hrubis

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