]> git.droids-corp.org - dpdk.git/commit
cryptodev: hide asymmetric session structure
authorCiara Power <ciara.power@intel.com>
Fri, 11 Feb 2022 09:29:07 +0000 (09:29 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Sat, 12 Feb 2022 09:26:39 +0000 (10:26 +0100)
commita29bb248988666f5f7d8624287a2242a33301934
treec9553e324cbb1aed8571f3806f21c284f2e2affd
parent1f1e4b7cbaad919ebb865fdb75c99e7929c2801f
cryptodev: hide asymmetric session structure

The rte_cryptodev_asym_session structure is now moved to an internal
header. This will no longer be used directly by apps,
private session data can be accessed via get API.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test-crypto-perf/cperf_ops.c
app/test/test_cryptodev_asym.c
doc/guides/prog_guide/cryptodev_lib.rst
doc/guides/rel_notes/release_22_03.rst
lib/cryptodev/cryptodev_pmd.h
lib/cryptodev/rte_cryptodev.c
lib/cryptodev/rte_cryptodev.h
lib/cryptodev/rte_cryptodev_trace.h