HI Akhil, > -----Original Message----- > From: Akhil Goyal <akhil.go...@nxp.com> > Sent: czwartek, 10 wrzeĊnia 2020 20:57 > To: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>; dev@dpdk.org > Cc: Trahe, Fiona <fiona.tr...@intel.com> > Subject: RE: [PATCH] cryptodev: remove crypto list end enumerators > > Hi Arek, > > > This patch removes enumerators RTE_CRYPTO_CIPHER_LIST_END, > > RTE_CRYPTO_AUTH_LIST_END, RTE_CRYPTO_AEAD_LIST_END to prevent > some > > problems that may arise when adding new crypto algorithms. > > > > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > > --- > > There is a deprecation notice to remove these enums. > You should remove that. > Please have a single series for removal of all LIST END including the Asym > crypto.
Reason that I have removed LIST_ENDs separately from symmetric and asymmetric is that asymmetric API Is experimental so it did not need notice, but if really needed I can combine it into one patch in v2. > > And I can see that these **LIST_END are getting used in some of the crypto > PMDs. > Please remove all those references and cc changes to the respective PMD > maintainer. I have informed "off the list" maintainers of PMDs that are using LIST_ENDS about this patch, so they should be sending patches soon, but if needed I can do it too in v2. > > Regards, > Akhil