Re: [PATCH v8 0/3] Split logging functionality out of EAL

2023-10-23 Thread David Marchand
On Fri, Aug 11, 2023 at 2:46 PM David Marchand wrote: > > On Wed, Aug 9, 2023 at 3:36 PM Bruce Richardson > wrote: > > > > There is a general desire to reduce the size and scope of EAL. To this > > end, this patchset makes a (very) small step in that direction by taking > > the logging functional

RE: [PATCH v8 0/3] Split logging functionality out of EAL

2023-09-01 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 1 September 2023 13.25 > > 11/08/2023 14:59, Bruce Richardson: > > On Fri, Aug 11, 2023 at 02:46:13PM +0200, David Marchand wrote: > > > On Wed, Aug 9, 2023 at 3:36 PM Bruce Richardson > > > wrote: > > > > > > > > There is a gen

Re: [PATCH v8 0/3] Split logging functionality out of EAL

2023-09-01 Thread Thomas Monjalon
11/08/2023 14:59, Bruce Richardson: > On Fri, Aug 11, 2023 at 02:46:13PM +0200, David Marchand wrote: > > On Wed, Aug 9, 2023 at 3:36 PM Bruce Richardson > > wrote: > > > > > > There is a general desire to reduce the size and scope of EAL. To this > > > end, this patchset makes a (very) small step

Re: [PATCH v8 0/3] Split logging functionality out of EAL

2023-08-11 Thread Bruce Richardson
On Fri, Aug 11, 2023 at 02:46:13PM +0200, David Marchand wrote: > On Wed, Aug 9, 2023 at 3:36 PM Bruce Richardson > wrote: > > > > There is a general desire to reduce the size and scope of EAL. To this > > end, this patchset makes a (very) small step in that direction by taking > > the logging fun

Re: [PATCH v8 0/3] Split logging functionality out of EAL

2023-08-11 Thread David Marchand
On Wed, Aug 9, 2023 at 3:36 PM Bruce Richardson wrote: > > There is a general desire to reduce the size and scope of EAL. To this > end, this patchset makes a (very) small step in that direction by taking > the logging functionality out of EAL and putting it into its own library > that can be buil

[PATCH v8 0/3] Split logging functionality out of EAL

2023-08-09 Thread Bruce Richardson
There is a general desire to reduce the size and scope of EAL. To this end, this patchset makes a (very) small step in that direction by taking the logging functionality out of EAL and putting it into its own library that can be built and maintained separately. As with the first RFC for this, the