++Ray and Thomas for review on ABI
> This patch adds versioned function rte_cryptodev_info_get. > Node 20.0.2 function works the same way it was working before. > Node 20.0 function strips capability added in 20.05 release > to prevent some issues with ABI policy. To do that new capability > array is allocated per device and returned to user instead of the > original array passed by PMD. > Because rte_cryptodev_info_get is called by other API functions, > rte_cryptodev_sym_capability_get function was versioned the same way. > > Signed-off-by: Arek Kusztal <[email protected]> > --- > > This patch depends on following patches: > > [1] - "[v3] cryptodev: add chacha20-poly1305 aead algorithm"

