> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Monday, May 21, 2018 2:09 PM
> To: Doherty, Declan <declan.dohe...@intel.com>; akhil.go...@nxp.com;
> shally.ve...@cavium.com
> Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>
> Subject: [dpdk-dev] [PATCH v5 6/6] cryptodev: rename get session size API
>
> rte_cryptodev_get_header_session_size() and
> rte_cryptodev_get_private_session_size() functions are
> targeting symmetric sessions.
>
> With the future addition of asymmetric operations,
> these functions need to be renamed from *cryptodev_*_session_*
> to *cryptodev_sym_*_session_* to be symmetric specific.
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Maybe mention is commit msg that the old fn is still kept but marked deprecated
and will be removed in next release.
Apart from that
Acked-by: Fiona Trahe <fiona.tr...@intel.com>