Re: [dpdk-dev] [PATCH v7 01/10] config: change ABI versioning to global

2019-11-20 Thread Kinsella, Ray
+1 - that's a plan. Ray K > -Original Message- > From: Thomas Monjalon > Sent: Wednesday 20 November 2019 13:32 > To: Kinsella, Ray ; Burakov, Anatoly > > Cc: dev@dpdk.org; Baran, MarcinX ; Richardson, > Bruce ; Mcnamara, John > ; david.march...@redhat.com; Pawel Modrak > ; Yigit, Ferru

Re: [dpdk-dev] [PATCH v7 01/10] config: change ABI versioning to global

2019-11-20 Thread Kinsella, Ray
> -Original Message- > From: Burakov, Anatoly > Sent: Friday 8 November 2019 16:25 > To: dev@dpdk.org > Cc: Baran, MarcinX ; Thomas Monjalon > ; Richardson, Bruce ; > Mcnamara, John ; Kinsella, Ray > ; david.march...@redhat.com; Pawel Modrak > > Subject: [PATCH v7 01/10] config: change

Re: [dpdk-dev] [PATCH v7 01/10] config: change ABI versioning to global

2019-11-20 Thread Thomas Monjalon
20/11/2019 13:10, Kinsella, Ray: > From: Burakov, Anatoly > > --- a/drivers/meson.build > > +++ b/drivers/meson.build > > + if is_experimental != 0 > > + lib_version = '0.1' > [rk] This all makes sense - except this part. > [rk] I would expect the experi

Re: [dpdk-dev] [PATCH v7 01/10] config: change ABI versioning to global

2019-11-19 Thread Burakov, Anatoly
On 19-Nov-19 1:53 PM, Thomas Monjalon wrote: 08/11/2019 17:25, Anatoly Burakov: From: Marcin Baran As per new ABI policy, all of the libraries are now versioned using one global ABI version. Changes in this patch implement the necessary steps to enable that. For the history, would be nice to

Re: [dpdk-dev] [PATCH v7 01/10] config: change ABI versioning to global

2019-11-19 Thread Thomas Monjalon
08/11/2019 17:25, Anatoly Burakov: > From: Marcin Baran > > As per new ABI policy, all of the libraries are now versioned using > one global ABI version. Changes in this patch implement the > necessary steps to enable that. For the history, would be nice to describe the "why" of each change here