> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara
> Sent: Monday, May 21, 2018 2:09 PM
> To: Doherty, Declan <[email protected]>; [email protected];
> [email protected]
> Cc: [email protected]; De Lara Guarch, Pablo <[email protected]>
> 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 <[email protected]>
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 <[email protected]>