From: Dave Watson <davejwat...@fb.com> Date: Wed, 30 Jan 2019 22:08:21 +0000
> Currently we don't zerocopy if the crypto framework async bit is set. > However some crypto algorithms (such as x86 AESNI) support async, > but in the context of sendmsg, will never run asynchronously. Instead, > check for actual EINPROGRESS return code before assuming algorithm is > async. > > Signed-off-by: Dave Watson <davejwat...@fb.com> Applied, thanks.