RE: [PATCH v4] security: hide security context

2023-09-26 Thread Akhil Goyal
> Subject: [PATCH v4] security: hide security context > > rte_security_ctx is used by all security APIs to identify > which device security_op it need to call and hence it should > be opaque to the application. > Hence, it is now moved to internal header file and all >

RE: [PATCH v4] security: hide security context

2023-09-26 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[PATCH v4] security: hide security context

2023-09-26 Thread Akhil Goyal
rte_security_ctx is used by all security APIs to identify which device security_op it need to call and hence it should be opaque to the application. Hence, it is now moved to internal header file and all APIs will now take an opaque pointer for it. The fast path inline APIs like set metadata need t