diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst index 6f8ad27808..67419476ea 100644 --- a/doc/guides/rel_notes/release_24_03.rst +++ b/doc/guides/rel_notes/release_24_03.rst @@ -68,6 +68,11 @@ Removed Items Also, make sure to start the actual text at the margin. ======================================================= +* log: Removed the statically defined logtypes that were used internally by DPDK. + All code should be using the dynamic logtypes (see ``RTE_LOG_REGISTER()``). + The application reserved statically defined logtypes ``RTE_LOGTYPE_USER1..RTE_LOGTYPE_USER8`` + are still defined. + API Changes -----------