Re: [RFC PATCH v2 1/4] liburing: add api to set napi busy poll timeout

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

 



On 11/8/22 12:53 AM, Stefan Roesch wrote:
diff --git a/src/liburing.map b/src/liburing.map
index 06c64f8..793766e 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -60,6 +60,8 @@ LIBURING_2.3 {
  	global:
  		io_uring_register_sync_cancel;
  		io_uring_register_file_alloc_range;
+		io_uring_register_busy_poll_timeout;
+		io_uring_unregister_busy_poll_timeout;
  		io_uring_enter;
  		io_uring_enter2;
  		io_uring_setup;
@@ -67,3 +69,9 @@ LIBURING_2.3 {
  		io_uring_get_events;
  		io_uring_submit_and_get_events;
  } LIBURING_2.2;

I don't understand this part. You add:

    io_uring_register_busy_poll_timeout
    io_uring_unregister_busy_poll_timeout

in the LIBURING_2.3 section.

What are they? I don't find their declaration and definition.

How do they differ from:

    io_uring_napi_register_busy_poll_timeout
    io_uring_napi_unregister_busy_poll_timeout

that you add in the LIBURING_2.4 section?

--
Ammar Faizi




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux