Re: [dpdk-dev] [PATCH v3] ipsec: remove experimental tag

2020-10-06 Thread Akhil Goyal
> > On 16/09/2020 12:22, Ananyev, Konstantin wrote: > > > > > >> Since librte_ipsec was first introduced in 19.02 and there were no > > >> changes > > >> in it's public API since 19.11, it should be considered mature enough to > > >> remove the 'experimental' tag from it. > > >> The RTE_SATP_LOG2_

Re: [dpdk-dev] [PATCH v3] ipsec: remove experimental tag

2020-10-06 Thread Akhil Goyal
> > On 16/09/2020 12:22, Ananyev, Konstantin wrote: > > > >> Since librte_ipsec was first introduced in 19.02 and there were no changes > >> in it's public API since 19.11, it should be considered mature enough to > >> remove the 'experimental' tag from it. > >> The RTE_SATP_LOG2_NUM enum is also

Re: [dpdk-dev] [PATCH v3] ipsec: remove experimental tag

2020-10-05 Thread Kinsella, Ray
On 16/09/2020 12:22, Ananyev, Konstantin wrote: > >> Since librte_ipsec was first introduced in 19.02 and there were no changes >> in it's public API since 19.11, it should be considered mature enough to >> remove the 'experimental' tag from it. >> The RTE_SATP_LOG2_NUM enum is also being dropp

Re: [dpdk-dev] [PATCH v3] ipsec: remove experimental tag

2020-09-16 Thread Ananyev, Konstantin
> Since librte_ipsec was first introduced in 19.02 and there were no changes > in it's public API since 19.11, it should be considered mature enough to > remove the 'experimental' tag from it. > The RTE_SATP_LOG2_NUM enum is also being dropped from rte_ipsec_sa.h to > avoid possible ABI problems