Hi Arek, Can you resend this series if you still want to pursue so that CI can run?
> > > In the case when PMD cannot support full process of the SM2, but > > > elliptic curve computation only, additional fields are needed to > > > handle such a case. > > > > > > > Asym crypto APIs are no longer experimental. > > Hence adding new fields would lead to ABI break. > > It seems that > `__rte_crypto_op_reset` > `rte_crypto_op_pool_create` > functions do not need versioning, and we could easily do it if needed. > But the field `flags` changes an offset, and this is actually problematic. > Which means that we cannot do this change before 24.11. > > > > > > Points C1, kP therefore were added to the SM2 crypto operation struct. > > > > > > Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com>