Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-19 Thread Ray Kinsella
On 18/05/2020 18:18, Thomas Monjalon wrote: > 16/05/2020 13:53, Neil Horman: >> On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: >>> From: Ferruh Yigit >>> >>> On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to >>> DPDK_20.0.1 block. >>> >>> This had the affect of b

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-19 Thread Ray Kinsella
On 18/05/2020 19:32, Ferruh Yigit wrote: > On 5/18/2020 6:51 PM, Thomas Monjalon wrote: >> 18/05/2020 19:34, Ferruh Yigit: >>> On 5/18/2020 6:18 PM, Thomas Monjalon wrote: 16/05/2020 13:53, Neil Horman: > On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: >> From: Ferruh

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-18 Thread Ferruh Yigit
On 5/18/2020 6:51 PM, Thomas Monjalon wrote: > 18/05/2020 19:34, Ferruh Yigit: >> On 5/18/2020 6:18 PM, Thomas Monjalon wrote: >>> 16/05/2020 13:53, Neil Horman: On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: > From: Ferruh Yigit > > On v20.02 some APIs matured and

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-18 Thread Thomas Monjalon
18/05/2020 19:34, Ferruh Yigit: > On 5/18/2020 6:18 PM, Thomas Monjalon wrote: > > 16/05/2020 13:53, Neil Horman: > >> On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: > >>> From: Ferruh Yigit > >>> > >>> On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to > >>> DPDK_20

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-18 Thread Ferruh Yigit
On 5/18/2020 6:18 PM, Thomas Monjalon wrote: > 16/05/2020 13:53, Neil Horman: >> On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: >>> From: Ferruh Yigit >>> >>> On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to >>> DPDK_20.0.1 block. >>> >>> This had the affect of bre

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-18 Thread Thomas Monjalon
16/05/2020 13:53, Neil Horman: > On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: > > From: Ferruh Yigit > > > > On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to > > DPDK_20.0.1 block. > > > > This had the affect of breaking the applications that were using these >

Re: [dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-16 Thread Neil Horman
On Fri, May 15, 2020 at 04:01:53PM +0100, Ray Kinsella wrote: > From: Ferruh Yigit > > On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to > DPDK_20.0.1 block. > > This had the affect of breaking the applications that were using these > APIs on v19.11. Although there is no modific

[dpdk-dev] [PATCH v6] abi: provide experimental alias of API for old apps

2020-05-15 Thread Ray Kinsella
From: Ferruh Yigit On v20.02 some APIs matured and symbols moved from EXPERIMENTAL to DPDK_20.0.1 block. This had the affect of breaking the applications that were using these APIs on v19.11. Although there is no modification of the APIs and the action is positive and matures the APIs, the affec