DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: add release note about chang to RTE_LOGTYPE_
@ 2024-01-12 17:18 Stephen Hemminger
  2024-01-12 20:14 ` Tyler Retzlaff
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2024-01-12 17:18 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

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 <stephen@networkplumber.org>
---
 doc/guides/rel_notes/release_24_03.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst
index 6f8ad278080d..b098a3068ff0 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: the statically defined log types that were used internally by DPDK are no longer
+  defined or used. All code should be using the dynamic log types ``RTE_LOG_REGISTER()``.
+  The application reserved statically defined logtypes ``RTE_LOGTYPE_USER1..RTE_LOGTYPE_USER8``
+  are still defined.
+
 
 API Changes
 -----------
-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: add release note about chang to RTE_LOGTYPE_
  2024-01-12 17:18 [PATCH] doc: add release note about chang to RTE_LOGTYPE_ Stephen Hemminger
@ 2024-01-12 20:14 ` Tyler Retzlaff
  2024-02-12 14:24   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Tyler Retzlaff @ 2024-01-12 20:14 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

On Fri, Jan 12, 2024 at 09:18:58AM -0800, Stephen Hemminger wrote:
> 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 <stephen@networkplumber.org>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: add release note about chang to RTE_LOGTYPE_
  2024-01-12 20:14 ` Tyler Retzlaff
@ 2024-02-12 14:24   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2024-02-12 14:24 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Tyler Retzlaff

On Fri, Jan 12, 2024 at 9:15 PM Tyler Retzlaff
<roretzla@linux.microsoft.com> wrote:
>
> On Fri, Jan 12, 2024 at 09:18:58AM -0800, Stephen Hemminger wrote:
> > 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 <stephen@networkplumber.org>
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>

Applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-12 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 17:18 [PATCH] doc: add release note about chang to RTE_LOGTYPE_ Stephen Hemminger
2024-01-12 20:14 ` Tyler Retzlaff
2024-02-12 14:24   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).