Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-20 Thread David Marchand
On Tue, Feb 14, 2023 at 12:37 PM Ankur Dwivedi wrote: > > >Subject: Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints > >from version map > > > >On Fri, Feb 10, 2023 at 7:54 PM David Marchand > > wrote: > >> > >> On Fri, Feb 10, 2

RE: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-14 Thread Ankur Dwivedi
>Subject: Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints >from version map > >On Fri, Feb 10, 2023 at 7:54 PM David Marchand > wrote: >> >> On Fri, Feb 10, 2023 at 8:06 AM Jerin Jacob wrote: >> > >> > On Fri, Feb 10, 2023 at 12:30 PM

Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-10 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 7:54 PM David Marchand wrote: > > On Fri, Feb 10, 2023 at 8:06 AM Jerin Jacob wrote: > > > > On Fri, Feb 10, 2023 at 12:30 PM Ankur Dwivedi wrote: > > > > > > >On Thu, Feb 9, 2023 at 7:00 PM Ankur Dwivedi > > > >wrote: > > > >> > > > >> The file rte_mempool_trace.h conta

Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-10 Thread David Marchand
On Fri, Feb 10, 2023 at 8:06 AM Jerin Jacob wrote: > > On Fri, Feb 10, 2023 at 12:30 PM Ankur Dwivedi wrote: > > > > >On Thu, Feb 9, 2023 at 7:00 PM Ankur Dwivedi > > >wrote: > > >> > > >> The file rte_mempool_trace.h contains tracepoints which are internal > > >> to the mempool library. This fi

Re: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 12:30 PM Ankur Dwivedi wrote: > > >On Thu, Feb 9, 2023 at 7:00 PM Ankur Dwivedi > >wrote: > >> > >> The file rte_mempool_trace.h contains tracepoints which are internal > >> to the mempool library. This file is renamed to mempool_trace.h, and > >> is made an internal heade

RE: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread Ankur Dwivedi
>On Thu, Feb 9, 2023 at 7:00 PM Ankur Dwivedi >wrote: >> >> The file rte_mempool_trace.h contains tracepoints which are internal >> to the mempool library. This file is renamed to mempool_trace.h, and >> is made an internal header. The tracepoints in this file are removed >> from the experimental

Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread Jerin Jacob
On Thu, Feb 9, 2023 at 7:00 PM Ankur Dwivedi wrote: > > The file rte_mempool_trace.h contains tracepoints which are internal to the > mempool library. This file is renamed to mempool_trace.h, and is made an > internal header. The tracepoints in this file are removed from the > experimental section

RE: [EXT] Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread Ankur Dwivedi
>On Thu, Feb 9, 2023 at 2:30 PM Ankur Dwivedi >wrote: >> >> The file rte_mempool_trace.h contains tracepoints which are internal >> to the mempool library. This file is renamed to mempool_trace.h, and >> is made an internal header. The tracepoints in this file are removed >> from the > >This patch

Re: [PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread David Marchand
On Thu, Feb 9, 2023 at 2:30 PM Ankur Dwivedi wrote: > > The file rte_mempool_trace.h contains tracepoints which are internal to the > mempool library. This file is renamed to mempool_trace.h, and is made an > internal header. The tracepoints in this file are removed from the This patch also expor

[PATCH v1 1/5] mempool: remove internal tracepoints from version map

2023-02-09 Thread Ankur Dwivedi
The file rte_mempool_trace.h contains tracepoints which are internal to the mempool library. This file is renamed to mempool_trace.h, and is made an internal header. The tracepoints in this file are removed from the experimental section in version.map file. Signed-off-by: Ankur Dwivedi --- .../{