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

2020-05-14 Thread David Marchand
On Thu, May 14, 2020 at 6:08 PM Ferruh Yigit wrote: > > On 5/14/2020 4:32 PM, David Marchand wrote: > > On Thu, May 14, 2020 at 1:52 PM Ferruh Yigit wrote: > >> > >> On v20.02 some meter APIs have been matured and symbols moved from > >> EXPERIMENTAL to DPDK_20.0.1 block. > >> > >> This can break

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

2020-05-14 Thread Ferruh Yigit
On 5/14/2020 4:32 PM, David Marchand wrote: > On Thu, May 14, 2020 at 1:52 PM Ferruh Yigit wrote: >> >> On v20.02 some meter APIs have been matured and symbols moved from >> EXPERIMENTAL to DPDK_20.0.1 block. >> >> This can break the applications that were using these mentioned APIs on >> v19.11.

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

2020-05-14 Thread Ray Kinsella
On 14/05/2020 16:32, David Marchand wrote: > On Thu, May 14, 2020 at 1:52 PM Ferruh Yigit wrote: >> >> On v20.02 some meter APIs have been matured and symbols moved from >> EXPERIMENTAL to DPDK_20.0.1 block. >> >> This can break the applications that were using these mentioned APIs on >> v19.11

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

2020-05-14 Thread David Marchand
On Thu, May 14, 2020 at 1:52 PM Ferruh Yigit wrote: > > On v20.02 some meter APIs have been matured and symbols moved from > EXPERIMENTAL to DPDK_20.0.1 block. > > This can break the applications that were using these mentioned APIs on > v19.11. Although there is no modification on the APIs and th

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

2020-05-14 Thread Ray Kinsella
On 14/05/2020 12:52, Ferruh Yigit wrote: > On v20.02 some meter APIs have been matured and symbols moved from > EXPERIMENTAL to DPDK_20.0.1 block. > > This can break the applications that were using these mentioned APIs on > v19.11. Although there is no modification on the APIs and the action i