> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Monday, October 11, 2021 1:43 PM > 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]; Zhang, Roy Fan <[email protected]>; > [email protected]; [email protected]; [email protected]; > Ananyev, Konstantin <[email protected]>; Nicolau, Radu > <[email protected]>; [email protected]; > [email protected]; [email protected]; Power, Ciara > <[email protected]>; Akhil Goyal <[email protected]> > Subject: [PATCH v2 1/5] cryptodev: separate out internal structures > > A new header file rte_cryptodev_core.h is added and all > internal data structures which need not be exposed directly to > application are moved to this file. These structures are mostly > used by drivers, but they need to be in the public header file > as they are accessed by datapath inline functions for > performance reasons. > > Signed-off-by: Akhil Goyal <[email protected]> > ---
Acked-by: Fan Zhang <[email protected]>

