Hi Akhil, > -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Wednesday, September 20, 2023 11:40 AM > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; De Lara Guarch, Pablo > <[email protected]>; Trahe, Fiona <[email protected]>; > Doherty, Declan <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Nicolau, Radu <[email protected]>; > [email protected]; [email protected]; > [email protected]; Power, Ciara <[email protected]>; Akhil Goyal > <[email protected]> > Subject: [PATCH v2] 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 APIs will now take an > opaque pointer for it. > The fast path inline APIs like set metadata need to get flags from > security_ctx. > The flags are now retrieved using inline APIs which use macros to get the > offset of flags in security_ctx. > > Signed-off-by: Akhil Goyal <[email protected]>
Acked-by: Ciara Power <[email protected]>

