On Wed, May 27, 2015 at 10:36:29PM +0100, Gordan Bobic wrote: > What do I need to change in which file to disable 0-copy?
Have a look at main.c, line 239: | if (cop->flags & COP_FLAG_NO_ZC) | ret = __crypto_run_std(ses_ptr, &kcop->cop); | else | ret = __crypto_run_zc(ses_ptr, kcop); Changing the first line to 'if (1)' should suffice. _______________________________________________ Cryptodev-linux-devel mailing list [email protected] https://mail.gna.org/listinfo/cryptodev-linux-devel
