> > Add support for CPU crypto mode by introducing required handler. > Crypto mode (sync/async) is chosen during sym session create if an > appropriate flag is set in an xform type number.
Update description of the patch here also for xform. > > Authenticated encryption and decryption are supported with tag > generation/verification. > > Signed-off-by: Marcin Smoczynski <marcinx.smoczyn...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > Acked-by: Fan Zhang <roy.fan.zh...@intel.com> > --- ... > + > /** > * Process a completed job and return rte_mbuf which job processed > * > @@ -527,7 +741,8 @@ aesni_gcm_create(const char *name, > RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING | > RTE_CRYPTODEV_FF_IN_PLACE_SGL | > RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT | > - RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT; > + RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT | > + RTE_CRYPTODEV_FF_SYM_CPU_CRYPTO; Add corresponding changes in documentation also doc/guides/cryptodevs/features/aesni_mb.ini