> -----Original Message-----
> From: Kusztal, ArkadiuszX <[email protected]>
> Sent: Thursday, May 7, 2020 11:57 AM
> To: [email protected]
> Cc: Trahe, Fiona <[email protected]>; Kinsella, Ray 
> <[email protected]>;
> [email protected]; Richardson, Bruce <[email protected]>; Kusztal, 
> ArkadiuszX
> <[email protected]>
> Subject: [PATCH v5 2/2] cryptodev: version cryptodev info get function
> 
> This patch adds versioned function rte_cryptodev_info_get()
> to prevent some issues with ABI policy.
> Node v21 works in same way as before, returning driver capabilities
> directly to the API caller. These capabilities may include new elements
> not part of the v20 ABI.
> Node v20 function maintains compatibility with v20 ABI releases
> by stripping out elements not supported in v20 ABI. Because
> rte_cryptodev_info_get is called by other API functions,
> rte_cryptodev_sym_capability_get function is versioned the same way.
> 
> Signed-off-by: Arek Kusztal <[email protected]>
Acked-by: Fiona Trahe <[email protected]>

Reply via email to