Re: [dpdk-dev] [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide

2020-09-23 Thread Zhang, Roy Fan
Hi Akhil > -Original Message- ... > > + > > +Either enqueue functions will not command the crypto device to start > > processing > > +until ``rte_cryptodev_dp_submit_done`` function is called. Before then > the user > > +shall expect the driver only stores the necessory context data in th

Re: [dpdk-dev] [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide

2020-09-21 Thread Zhang, Roy Fan
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Friday, September 18, 2020 9:39 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Trahe, Fiona ; Kusztal, ArkadiuszX > ; Dybkowski, AdamX > ; Anoob Joseph > Subject: RE: [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide > > Hi

Re: [dpdk-dev] [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide

2020-09-18 Thread Akhil Goyal
Hi Fan, > Subject: [dpdk-dev v9 4/4] doc: add cryptodev service APIs guide > > This patch updates programmer's guide to demonstrate the usage > and limitations of cryptodev symmetric crypto data-path service > APIs. > > Signed-off-by: Fan Zhang > --- > doc/guides/prog_guide/cryptodev_lib.rst |