Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-07-26 Thread David Marchand
On Thu, Jun 20, 2019 at 7:23 PM David Marchand wrote: > > > > On Fri, Jun 14, 2019 at 5:32 PM Ferruh Yigit wrote: >> >> On 6/14/2019 8:44 AM, David Marchand wrote: >> > On Fri, Jun 14, 2019 at 9:39 AM Thomas Monjalon >> > wrote: >> > >> >> 06/04/2019 05:30, Stephen Hemminger: >> >>> The symbols

Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-06-20 Thread David Marchand
On Fri, Jun 14, 2019 at 5:32 PM Ferruh Yigit wrote: > On 6/14/2019 8:44 AM, David Marchand wrote: > > On Fri, Jun 14, 2019 at 9:39 AM Thomas Monjalon > wrote: > > > >> 06/04/2019 05:30, Stephen Hemminger: > >>> The symbols in the EXPERIMENTAL were close to alphabetic > >>> order but running sort

Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-06-14 Thread Ferruh Yigit
On 6/14/2019 8:44 AM, David Marchand wrote: > On Fri, Jun 14, 2019 at 9:39 AM Thomas Monjalon wrote: > >> 06/04/2019 05:30, Stephen Hemminger: >>> The symbols in the EXPERIMENTAL were close to alphabetic >>> order but running sort showed several mistakes. >>> >>> This has no impact on code, API,

Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-06-14 Thread David Marchand
On Fri, Jun 14, 2019 at 9:39 AM Thomas Monjalon wrote: > 06/04/2019 05:30, Stephen Hemminger: > > The symbols in the EXPERIMENTAL were close to alphabetic > > order but running sort showed several mistakes. > > > > This has no impact on code, API, ABI or otherwise. > > Purely for humans. > > > >

Re: [dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-06-14 Thread Thomas Monjalon
06/04/2019 05:30, Stephen Hemminger: > The symbols in the EXPERIMENTAL were close to alphabetic > order but running sort showed several mistakes. > > This has no impact on code, API, ABI or otherwise. > Purely for humans. > > Signed-off-by: Stephen Hemminger I don't think it's worth adding a la

[dpdk-dev] [PATCH] eal: resort symbols in EXPERIMENTAL section

2019-04-05 Thread Stephen Hemminger
The symbols in the EXPERIMENTAL were close to alphabetic order but running sort showed several mistakes. This has no impact on code, API, ABI or otherwise. Purely for humans. Signed-off-by: Stephen Hemminger --- lib/librte_eal/rte_eal_version.map | 36 +++--- 1 file chan