public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Vikas Kumar <vikas.kumar2@arm.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/3] syscall: Add io_uring test
Date: Thu, 14 May 2020 14:11:56 +0530	[thread overview]
Message-ID: <20200514084157.30625-1-vikas.kumar2@arm.com> (raw)

   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


             reply	other threads:[~2020-05-14  8:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-14  8:41 Vikas Kumar [this message]
2020-05-14  8:41 ` [LTP] [PATCH 1/3] syscall: Add io_uring test Vikas Kumar
2020-05-14 12:09   ` Cyril Hrubis

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=20200514084157.30625-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