Skip to content

Commit

Permalink
doc: add note on internal logtypes removal
Browse files Browse the repository at this point in the history
There maybe some application that was using the internal
RTE_LOGTYPE_XXX macros. Add a release note to inform the
developer of potential conflicts.

Signed-off-by: Stephen Hemminger <[email protected]>
Acked-by: Tyler Retzlaff <[email protected]>
  • Loading branch information
shemminger authored and david-marchand committed Feb 12, 2024
1 parent 3224af3 commit 39fbd37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/guides/rel_notes/release_24_03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 39fbd37

Please sign in to comment.