fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can't setup io_uring for buffered IO
@ 2021-08-16 12:02 Ming Lei
  2021-08-16 14:50 ` Ming Lei
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Lei @ 2021-08-16 12:02 UTC (permalink / raw)
  To: fio

Hello Guys,

I tried to use the following script to run buffered io with io_uring,
but looks it always complains with 'Operation not supported', and any
idea to make it working?

++ /root/git/fio/fio --readonly --name=onessd --filename=/dev/nvme0n1 --filesize=16m --rw=randread --bs=4k --direct=0 --overwrite=0 --numjobs=1 --iodepth=1 --time_based=1 --runtime=1 --ioengine=io_uring --registerfiles --fixedbufs --hipri=1 --gtod_reduce=1 --group_reporting
onessd: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=io_uring, iodepth=1
fio-3.25-229-gdf9e8
Starting 1 process
fio: io_u error on file /dev/nvme0n1: Operation not supported: read offset=1011712, buflen=4096
fio: pid=3278, err=95/file:io_u.c:1841, func=io_u error, error=Operation not supported

onessd: (groupid=0, jobs=1): err=95 (file:io_u.c:1841, func=io_u error, error=Operation not supported): pid=3278: Mon Aug 16 12:01:17 2021



Thanks,
Ming



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

* Re: Can't setup io_uring for buffered IO
  2021-08-16 12:02 Can't setup io_uring for buffered IO Ming Lei
@ 2021-08-16 14:50 ` Ming Lei
  2021-08-17 18:28   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Lei @ 2021-08-16 14:50 UTC (permalink / raw)
  To: fio

On Mon, Aug 16, 2021 at 08:02:27PM +0800, Ming Lei wrote:
> Hello Guys,
> 
> I tried to use the following script to run buffered io with io_uring,
> but looks it always complains with 'Operation not supported', and any
> idea to make it working?
> 
> ++ /root/git/fio/fio --readonly --name=onessd --filename=/dev/nvme0n1 --filesize=16m --rw=randread --bs=4k --direct=0 --overwrite=0 --numjobs=1 --iodepth=1 --time_based=1 --runtime=1 --ioengine=io_uring --registerfiles --fixedbufs --hipri=1 --gtod_reduce=1 --group_reporting
> onessd: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=io_uring, iodepth=1
> fio-3.25-229-gdf9e8
> Starting 1 process
> fio: io_u error on file /dev/nvme0n1: Operation not supported: read offset=1011712, buflen=4096
> fio: pid=3278, err=95/file:io_u.c:1841, func=io_u error, error=Operation not supported
> 
> onessd: (groupid=0, jobs=1): err=95 (file:io_u.c:1841, func=io_u error, error=Operation not supported): pid=3278: Mon Aug 16 12:01:17 2021

Just figured out that --hipri can't be applied for buffered IO.

-- 
Ming



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

* Re: Can't setup io_uring for buffered IO
  2021-08-16 14:50 ` Ming Lei
@ 2021-08-17 18:28   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2021-08-17 18:28 UTC (permalink / raw)
  To: Ming Lei, fio

On 8/16/21 8:50 AM, Ming Lei wrote:
> On Mon, Aug 16, 2021 at 08:02:27PM +0800, Ming Lei wrote:
>> Hello Guys,
>>
>> I tried to use the following script to run buffered io with io_uring,
>> but looks it always complains with 'Operation not supported', and any
>> idea to make it working?
>>
>> ++ /root/git/fio/fio --readonly --name=onessd --filename=/dev/nvme0n1 --filesize=16m --rw=randread --bs=4k --direct=0 --overwrite=0 --numjobs=1 --iodepth=1 --time_based=1 --runtime=1 --ioengine=io_uring --registerfiles --fixedbufs --hipri=1 --gtod_reduce=1 --group_reporting
>> onessd: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=io_uring, iodepth=1
>> fio-3.25-229-gdf9e8
>> Starting 1 process
>> fio: io_u error on file /dev/nvme0n1: Operation not supported: read offset=1011712, buflen=4096
>> fio: pid=3278, err=95/file:io_u.c:1841, func=io_u error, error=Operation not supported
>>
>> onessd: (groupid=0, jobs=1): err=95 (file:io_u.c:1841, func=io_u error, error=Operation not supported): pid=3278: Mon Aug 16 12:01:17 2021
> 
> Just figured out that --hipri can't be applied for buffered IO.

Yes, and we may want to catch that in fio setup. But hipri (polled IO) is only
available with O_DIRECT.

-- 
Jens Axboe



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

end of thread, other threads:[~2021-08-17 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 12:02 Can't setup io_uring for buffered IO Ming Lei
2021-08-16 14:50 ` Ming Lei
2021-08-17 18:28   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).