DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove last library static logtypes
@ 2023-12-22 17:44 Stephen Hemminger
  2023-12-22 17:44 ` [PATCH 1/3] port: convert to dynamic log type Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Hemminger @ 2023-12-22 17:44 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

These three libraries were depending on static logtypes.

Stephen Hemminger (3):
  port: convert to dynamic log type
  table: convert to dynamic logtype
  pipeline: convert to a dynamic logtype

 lib/log/log.c               | 3 ---
 lib/log/rte_log.h           | 6 +++---
 lib/pipeline/rte_pipeline.c | 3 +++
 lib/port/meson.build        | 1 +
 lib/port/port_log.c         | 7 +++++++
 lib/port/port_log.h         | 4 +++-
 lib/table/meson.build       | 2 ++
 lib/table/table_log.c       | 7 +++++++
 lib/table/table_log.h       | 4 +++-
 9 files changed, 29 insertions(+), 8 deletions(-)
 create mode 100644 lib/port/port_log.c
 create mode 100644 lib/table/table_log.c

-- 
2.43.0


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

end of thread, other threads:[~2024-01-12 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 17:44 [PATCH 0/3] Remove last library static logtypes Stephen Hemminger
2023-12-22 17:44 ` [PATCH 1/3] port: convert to dynamic log type Stephen Hemminger
2023-12-22 17:44 ` [PATCH 2/3] table: convert to dynamic logtype Stephen Hemminger
2023-12-22 17:44 ` [PATCH 3/3] pipeline: convert to a " Stephen Hemminger
2024-01-12 11:03 ` [PATCH 0/3] Remove last library static logtypes 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).