Hi Arek/Fiona, > This patch removes RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END, > RTE_CRYPTO_ASYM_OP_LIST_END, > RTE_CRYPTO_RSA_PADDING_TYPE_LIST_END > enumerators from asymmetric crypto API. When asymmetric API will > no more be experimental adding new entries will be possible without > ABI breakage.
I believe XFORM_TYPE, ASYM_OP, and PADDING_TYPE are not going to Change in near future. Hence LIST_END should not be removed from these Enums. Adding a LIST END has its own benefits and we should not remove that until we have a solid reason for it. Moreover, these are experimental. We should revisit these when we think ASYM is stable. IMO, we should only remove list ends in algo types. Regards, Akhil