Re: [dpdk-dev] [PATCH] [RFC] doc: announce removal of crypto list end enumerators
From: Thomas Monjalon <hidden>
Date: 2020-08-06 16:09:45
31/07/2020 11:38, Akhil Goyal:
Hi David,quoted
Hi David,quoted
On Wed, Jul 29, 2020 at 4:47 PM Arek Kusztal [off-list ref] wrote:quoted
Enumerators RTE_CRYPTO_CIPHER_LIST_END,RTE_CRYPTO_AUTH_LIST_END,quoted
quoted
RTE_CRYPTO_AEAD_LIST_END will be removed to prevent some problems that may arise when adding new algorithms.How does it cohabitate with Ferruh notice? Is it a complement? or redundant?https://git.dpdk.org/dpdk/commit/doc/guides/rel_notes/deprecation.rst?id=58245da070289f4b248f15quoted
Thanks for drawing attention to this. It's complementary as far as I can see. Ferruh's doesn't list all enums - but doesn’t appear to cover these crypto ones.I feel we can have this deprecation notice as well for crypto specific enums. Though I don’t want to push it if somebody has objections on this. I am OK if Ferruh's notice looks enough to cover crypto enums as well. Acked-by: Akhil Goyal <redacted> If no objections, Thomas or you can pick this directly on master.
I think Ferruh notice would be enough, except it focus on "MAX" values, not including the similar ones with "END" in their names. Anyway, too much notices don't hurt. Applied