diff mbox series

[v7,4/4] liburing: update changelog with new feature

Message ID 20230205002424.102422-5-shr@devkernel.io (mailing list archive)
State New
Headers show
Series liburing: add api for napi busy poll | expand

Commit Message

Stefan Roesch Feb. 5, 2023, 12:24 a.m. UTC
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(+)

Comments

Ammar Faizi Feb. 5, 2023, 1:18 a.m. UTC | #1
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 mbox series

Patch

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