+Fiona. ________________________________ From: Ayuj Verma <ayve...@marvell.com> Sent: 24 July 2019 14:21:55 To: akhil.go...@nxp.com <akhil.go...@nxp.com> Cc: arkadiuszx.kusz...@intel.com <arkadiuszx.kusz...@intel.com>; Shally Verma <shal...@marvell.com>; Sunila Sahu <ss...@marvell.com>; Kanaka Durga Kotamarthy <kkotamar...@marvell.com>; Anoob Joseph <ano...@marvell.com>; dev@dpdk.org <dev@dpdk.org>; Ayuj Verma <ayve...@marvell.com> Subject: [PATCH v1 0/2] declare crypto asym xform immutable
Mark asym xform as immutable till lifetime of session. It will save session setup time for PMDs, which doesn't require any manipulation of xform data, by directly using these buffers. * Updated xform type in session init/configure API as constant. * Updated doc with proper transform description. * Updated openssl PMD with above changes. Ayuj Verma (2): lib/crypto: declare crypto asym xform immutable crypto/openssl: mark asym xform constant doc/guides/prog_guide/cryptodev_lib.rst | 10 ++++++++++ drivers/crypto/openssl/rte_openssl_pmd_ops.c | 8 ++++---- lib/librte_cryptodev/rte_cryptodev.c | 2 +- lib/librte_cryptodev/rte_cryptodev.h | 2 +- lib/librte_cryptodev/rte_cryptodev_pmd.h | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) -- 1.8.3.1