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

2023-01-23 Thread David Marchand
On Mon, Jan 23, 2023 at 3:37 PM Bruce Richardson wrote: > > On Mon, Jan 23, 2023 at 03:31:58PM +0100, David Marchand wrote: > > On Mon, Jan 23, 2023 at 3:24 PM Bruce Richardson > > wrote: > > > > > > On Sun, Jan 22, 2023 at 03:56:12PM +0100, David Marchand wrote: > > > > Hi Bruce, > > > > > > > >

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

2023-01-23 Thread Bruce Richardson
On Mon, Jan 23, 2023 at 03:31:58PM +0100, David Marchand wrote: > On Mon, Jan 23, 2023 at 3:24 PM Bruce Richardson > wrote: > > > > On Sun, Jan 22, 2023 at 03:56:12PM +0100, David Marchand wrote: > > > Hi Bruce, > > > > > > On Fri, Jan 20, 2023 at 7:22 PM Bruce Richardson > > > wrote: > > > > > >

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

2023-01-23 Thread David Marchand
On Mon, Jan 23, 2023 at 3:24 PM Bruce Richardson wrote: > > On Sun, Jan 22, 2023 at 03:56:12PM +0100, David Marchand wrote: > > Hi Bruce, > > > > On Fri, Jan 20, 2023 at 7:22 PM Bruce Richardson > > wrote: > > > > > > There is a general desire to reduce the size and scope of EAL. To this > > > en

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

2023-01-23 Thread Bruce Richardson
On Sun, Jan 22, 2023 at 03:56:12PM +0100, David Marchand wrote: > Hi Bruce, > > On Fri, Jan 20, 2023 at 7:22 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 > >

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

2023-01-22 Thread David Marchand
Hi Bruce, On Fri, Jan 20, 2023 at 7:22 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

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

2023-01-20 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