RE: [PATCH v5 0/7] Add new cryptodev op for event metadata

2022-05-16 Thread Akhil Goyal
> Subject: [PATCH v5 0/7] Add new cryptodev op for event metadata > > For using event crypto metadata, event metadata need to be set > in session. For this session user data was used for symmetric > crypto sessions and no support was present for asymmetric and > security sess

[PATCH v5 0/7] Add new cryptodev op for event metadata

2022-05-12 Thread Akhil Goyal
For using event crypto metadata, event metadata need to be set in session. For this session user data was used for symmetric crypto sessions and no support was present for asymmetric and security sessions. The use of userdata to store event metadata (which is dereferenced in PMD) is not correct as