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

2022-05-02 Thread Gujjar, Abhinandan S
Akhil Goyal > > Subject: [PATCH v4 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 s

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

2022-05-01 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