Message ID | 20230205002424.102422-5-shr@devkernel.io (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | liburing: add api for napi busy poll | expand |
On Sat, Feb 04, 2023 at 04:24:24PM -0800, Stefan Roesch wrote: > Add a new entry to the changelog file for the napi busy poll feature. > > Signed-off-by: Stefan Roesch <shr@devkernel.io> Acked-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
diff --git a/CHANGELOG b/CHANGELOG index 0722aae..7810137 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ liburing-2.4 release - Add io_uring_prep_msg_ring_cqe_flags() function. - Deprecate --nolibc configure option. - CONFIG_NOLIBC is always enabled on x86-64, x86, and aarch64. +- Support for napi busy polling liburing-2.3 release
Add a new entry to the changelog file for the napi busy poll feature. Signed-off-by: Stefan Roesch <shr@devkernel.io> --- CHANGELOG | 1 + 1 file changed, 1 insertion(+)