Skip to content

Commit eb5cf3d

Browse files
shemmingerdavid-marchand
authored andcommitted
doc: add note on internal logtypes removal
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]>
1 parent 42e5f67 commit eb5cf3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/guides/rel_notes/release_24_03.rst

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ Removed Items
6868
Also, make sure to start the actual text at the margin.
6969
=======================================================
7070
71+
* log: Removed the statically defined logtypes that were used internally by DPDK.
72+
All code should be using the dynamic logtypes (see ``RTE_LOG_REGISTER()``).
73+
The application reserved statically defined logtypes ``RTE_LOGTYPE_USER1..RTE_LOGTYPE_USER8``
74+
are still defined.
75+
7176

7277
API Changes
7378
-----------

0 commit comments

Comments
 (0)