14/11/2018 13:39, Akhil Goyal:
> On 11/14/2018 4:53 PM, Konstantin Ananyev wrote:
> > Add 'uint64_t opaque_data' inside struct rte_security_session.
> > That allows upper layer to easily associate some user defined
> > data with the session.
> > Proposed new layout for:
> > struct rte_security_session {
> >     void *sess_private_data;
> >     /**< Private session material */
> > +   uint64_t opaque_data;
> > +   /**< Opaque user defined data */
> > };
> >
> > Signed-off-by: Konstantin Ananyev <[email protected]>
> > ---
> Acked-by: Mohammad Abdul Awal <[email protected]>
> Acked-by: Fan Zhang <[email protected]>
> Acked-by: Akhil Goyal <[email protected]>

Applied


Reply via email to