Re: [dpdk-dev] [PATCH v4 08/10] ipsec: helper functions to group completed crypto-ops

2018-12-21 Thread Akhil Goyal
On 12/20/2018 6:30 PM, Ananyev, Konstantin wrote: > >>> + >>> +/** >>> + * Take crypto-op as an input and extract pointer to related ipsec session. >>> + * @param cop >>> + * The address of an input *rte_crypto_op* structure. >>> + * @return >>> + * The pointer to the related *rte_ipsec_sessi

Re: [dpdk-dev] [PATCH v4 08/10] ipsec: helper functions to group completed crypto-ops

2018-12-20 Thread Ananyev, Konstantin
> > + > > +/** > > + * Take crypto-op as an input and extract pointer to related ipsec session. > > + * @param cop > > + * The address of an input *rte_crypto_op* structure. > > + * @return > > + * The pointer to the related *rte_ipsec_session* structure. > > + */ > > +static inline __rte_exp

Re: [dpdk-dev] [PATCH v4 08/10] ipsec: helper functions to group completed crypto-ops

2018-12-19 Thread Akhil Goyal
On 12/14/2018 9:53 PM, Konstantin Ananyev wrote: > Introduce helper functions to process completed crypto-ops > and group related packets by sessions they belong to. > > Signed-off-by: Konstantin Ananyev > Acked-by: Declan Doherty > --- > lib/librte_ipsec/Makefile | 1 + > lib

[dpdk-dev] [PATCH v4 08/10] ipsec: helper functions to group completed crypto-ops

2018-12-14 Thread Konstantin Ananyev
Introduce helper functions to process completed crypto-ops and group related packets by sessions they belong to. Signed-off-by: Konstantin Ananyev Acked-by: Declan Doherty --- lib/librte_ipsec/Makefile | 1 + lib/librte_ipsec/meson.build | 2 +- lib/librte_ipsec/rte_i