Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 2bb86015831c3ef3f8a077f417ad79ed6998ed48:

  Merge branch 'libaio-hang' of https://github.com/lrumancik/fio (2023-04-07 16:42:07 -0600)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 07ed2b57741afa53afa7b2b9fa742c652f1ed8c1:

  Merge branch 'libaio-hang' of https://github.com/lrumancik/fio (2023-04-10 15:40:45 -0600)

----------------------------------------------------------------
Jens Axboe (1):
      Merge branch 'libaio-hang' of https://github.com/lrumancik/fio

Leah Rumancik (1):
      engines/io_uring: update getevents max to reflect previously seen events

 engines/io_uring.c | 1 +
 1 file changed, 1 insertion(+)

---

Diff of recent changes:

diff --git a/engines/io_uring.c b/engines/io_uring.c
index f10a4593..7f743c2a 100644
--- a/engines/io_uring.c
+++ b/engines/io_uring.c
@@ -529,6 +529,7 @@ static int fio_ioring_getevents(struct thread_data *td, unsigned int min,
 		r = fio_ioring_cqring_reap(td, events, max);
 		if (r) {
 			events += r;
+			max -= r;
 			if (actual_min != 0)
 				actual_min -= r;
 			continue;



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux