Re: [dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations

2018-07-06 Thread Trahe, Fiona
Hi Shally > Ya . right now they were there for consistency. You prefer to remove them? Yes.

Re: [dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations

2018-07-06 Thread Verma, Shally
pta, >Ashish ; Trahe, Fiona >Subject: RE: [dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations > >External Email > >Hi Shally, Umesh, > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shally Verma >> Sent: Tues

Re: [dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations

2018-07-06 Thread Trahe, Fiona
ha > ; Sunila Sahu > ; Ashish > Gupta > Subject: [dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations //snip// > + > +int __rte_experimental > +rte_cryptodev_asym_session_set_private_data( > +

[dpdk-dev] [PATCH v4 2/4] cryptodev: support asymmetric operations

2018-07-03 Thread Shally Verma
From: Umesh Kartha Extend DPDK librte_cryptodev to: - define asym op type in rte_crypto_op_type and associated op pool create/alloc APIs - define asym session and associated session APIs If PMD shows in its feature flag that it supports both sym and asym then it must support those on all its q