Re: [dpdk-dev] [PATCH v2] lib/ipsec: remove experimental tag

2020-09-14 Thread Walsh, Conor
Hi David, > Hello Conor, > > On Mon, Sep 14, 2020 at 2:54 PM Conor Walsh > 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

Re: [dpdk-dev] [PATCH v2] lib/ipsec: remove experimental tag

2020-09-14 Thread David Marchand
Hello Conor, On Mon, Sep 14, 2020 at 2:54 PM Conor Walsh 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 b

[dpdk-dev] [PATCH v2] lib/ipsec: remove experimental tag

2020-09-14 Thread Conor Walsh
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 in the futur