> -----Original Message-----
> From: Akhil Goyal <[email protected]>
> Sent: Sunday, August 29, 2021 1:52 PM
> To: [email protected]
> Cc: [email protected]; Nicolau, Radu <[email protected]>; Doherty,
> Declan <[email protected]>; [email protected];
> [email protected]; Ananyev, Konstantin <[email protected]>;
> [email protected]; Zhang, Roy Fan <[email protected]>;
> [email protected]; [email protected];
> [email protected]; De Lara Guarch, Pablo
> <[email protected]>; Trahe, Fiona <[email protected]>;
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> Akhil Goyal <[email protected]>
> Subject: [PATCH 2/8] cryptodev: move inline APIs into separate structure
>
> Move fastpath inline function pointers from rte_cryptodev into a
> separate structure accessed via a flat array.
> The intension is to make rte_cryptodev and related structures private
> to avoid future API/ABI breakages.
>
> Signed-off-by: Akhil Goyal <[email protected]>
> ---
Tested-by: Rebecca Troy <[email protected]>
Acked-by: Fan Zhang <[email protected]>