]> git.droids-corp.org - dpdk.git/commit
test/event: use new API to set event crypto metadata
authorAkhil Goyal <gakhil@marvell.com>
Thu, 12 May 2022 12:45:24 +0000 (18:15 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 1 Jun 2022 14:26:34 +0000 (16:26 +0200)
commit4c43055c0fb33502dfb964b07325fbd5f9f6ce1c
tree353a1f1f8414ae7329e10bf880699d8423fff40e
parenta974f7cb6bd3d8635f65e2f91db3d4fdd7aa6c56
test/event: use new API to set event crypto metadata

Used the new API rte_cryptodev_set_session_event_mdata to set
event crypto metadata from the applications (app/test and
app/test-eventdev) instead of using session userdata.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
app/test-eventdev/test_perf_common.c
app/test/test_event_crypto_adapter.c