K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-05-10T00:24:40.693567Z K 7 svn:log V 372 Modify ktls_decrypt() slightly, so that a small iov is allocated on the stack. As such, it only needs to malloc larger ones. Since most NFS RPC messages only need an iov of size 1 or 2, it seemed to be overkill to malloc/free for those cases. This is not needed for correct behaviour and it will be up to jhb@ whether or not this patch gets applied to his KTLS RX patch. END