<...> > +params or prime modulus data i.e. immutable across data sets. Crypto > +sessions cache this immutable data in a optimal way for the underlying PMD > and this allows further acceleration of the offload of Crypto workloads. > + > +Like symmetric, the Crypto device framework provides APIs to allocate > +and initizalize asymmetric sessions for crypto devices, where sessions are
Spelling initizalize/ initialize > mempool objects. > +It is the application's responsibility to create and manage the session > mempools. > +Application using both symmetric and asymmetric sessions should > +allocate and maintain different sessions pools for each type. > + <...> > +Every operation must carry a valid session handle which further carries > +information on xform or xform-chain to be performed on op. Every xform > +type defines its own set of opertational params in their respective Spelling opertational/ operational <...> > + > + /* > + * Dequeue the crypto operations until all the operations > + * are proccessed in the crypto device. > + */ Spelling proccessed/ processed <...> > > -Crypto Device API > -~~~~~~~~~~~~~~~~~ > +Asymmetric Crypto Device API > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > The cryptodev Library API is described in the *DPDK API Reference* > document. Maybe try and have the DPDK API Reference as a clickable link so someone can just be brought straight to it. Maybe something like this `DPDK API Reference <http://dpdk.org/doc/api/>`_