> -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, May 22, 2018 3:30 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Doherty, Declan > <declan.dohe...@intel.com>; akhil.go...@nxp.com; shally.ve...@cavium.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Subject: RE: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation notices > > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Monday, May 21, 2018 2:09 PM > > To: Doherty, Declan <declan.dohe...@intel.com>; akhil.go...@nxp.com; > > shally.ve...@cavium.com > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > <pablo.de.lara.gua...@intel.com> > > Subject: [dpdk-dev] [PATCH v5 0/6] Cryptodev API/ABI deprecation > > notices > > > > v5: > > - Renamed rte_cryptodev_get_header_session_size with > > rte_cryptodev_sym_get_header_session_size, and > > rte_cryptodev_get_private_session_size with > > rte_cryptodev_sym_get_private_session_size. > > > > v4: > > - Fixed DPDK versions called out to deprecate/remove API. > > - Removed rte_cryptodev_queue_pair_attach_sym_session call > > from the IPSec gw app, since the function is deprecated now. > > - Added patch announcing a replacement of some of the crypto > > feature flags > > - Added patch renaming two symmetric specific functions > > from *_session_* to *_sym_session_*. > > > > v3: > > - Added an extra deprecation announcement (replacing rte_pci_device > > with rte_device) > > - Rebased against latest DPDK code > > > > v2: > > - Added an extra deprecation announcement > > - Bonded the other two deprecation notices with the new one in a > > patchset > > > > Pablo de Lara (6): > > doc: announce ABI change for crypto sym info struct > > doc: announce ABI change for crypto info struct > > doc: announce deprecation for attach/detach crypto session > > doc: announce deprecation in crypto queue pair start/stop > > doc: announce deprecation in crypto feature flags > > cryptodev: rename get session size API > > > > app/test-crypto-perf/main.c | 2 +- > > doc/guides/prog_guide/cryptodev_lib.rst | 6 ++-- > > doc/guides/rel_notes/deprecation.rst | 25 +++++++++++++ > > drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 2 +- > > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 2 +- > > drivers/crypto/armv8/rte_armv8_pmd.c | 2 +- > > drivers/crypto/kasumi/rte_kasumi_pmd.c | 2 +- > > drivers/crypto/openssl/rte_openssl_pmd.c | 2 +- > > drivers/crypto/snow3g/rte_snow3g_pmd.c | 2 +- > > drivers/crypto/zuc/rte_zuc_pmd.c | 2 +- > > examples/ipsec-secgw/ipsec-secgw.c | 2 +- > > examples/ipsec-secgw/ipsec.c | 12 ------- > > examples/l2fwd-crypto/main.c | 2 +- > > examples/vhost_crypto/main.c | 2 +- > > lib/librte_cryptodev/rte_cryptodev.c | 12 +++++++ > > lib/librte_cryptodev/rte_cryptodev.h | 35 +++++++++++++++++++ > > .../rte_cryptodev_version.map | 8 +++++ > > test/test/test_cryptodev.c | 6 ++-- > > test/test/test_event_crypto_adapter.c | 2 +- > > 19 files changed, 99 insertions(+), 29 deletions(-) > > > > -- > > 2.17.0 > > Series Acked-by: Deepak Kumar Jain <deepak.k.j...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo