Thread (17 messages) 17 messages, 5 authors, 2019-08-12

Re: [dpdk-dev] [EXT] [PATCH] cryptodev: extend api of asymmetric crypto by sessionless

From: Kusztal, ArkadiuszX <hidden>
Date: 2019-08-12 10:00:24

Hi Anoob,
 
[Anoob] Shouldn't we make this a union? In symmetric mode, it is done that
way and it makes sense also.

Something like,

       RTE_STD_C11
       union {
               struct rte_cryptodev_asym_session *session;
               /**< Handle for the initialised session context */
               struct rte_crypto_asym_xform *xform;
               /**< Session-less API crypto operation parameters */
       };
[AK] - Agreed. I will send updated version.
quoted
 	__extension__
 	union {
--
2.7.4
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help