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

2019-11-05 Thread Bruce Richardson
On Tue, Nov 05, 2019 at 12:05:15PM +0100, David Marchand wrote: > On Thu, Oct 24, 2019 at 11:46 AM Anatoly Burakov > wrote: > > > > 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 > > ne

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

2019-11-05 Thread David Marchand
On Thu, Oct 24, 2019 at 11:46 AM Anatoly Burakov wrote: > > 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. > > Signed-off-by: Marcin Baran > Signed-off-by:

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

2019-10-24 Thread 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. Signed-off-by: Marcin Baran Signed-off-by: Pawel Modrak Signed-off-by: Anatoly Burakov Acked-by: Bruce Richardson