Re: [PATCH 00/18] Convert static log types in libraries to dynamic

2023-12-06 Thread David Marchand
On Tue, Dec 5, 2023 at 3:13 AM Stephen Hemminger wrote: > > This patchset removes most of the uses of static LOGTYPE's in DPDK > libraries. It starts with the easy one and goes on to the more complex ones. > > There are several options on how to treat the old static types: > leave them there, mark

[PATCH 00/18] Convert static log types in libraries to dynamic

2023-12-04 Thread Stephen Hemminger
This patchset removes most of the uses of static LOGTYPE's in DPDK libraries. It starts with the easy one and goes on to the more complex ones. There are several options on how to treat the old static types: leave them there, mark as deprecated, or remove them. This version removes them since ther