First patch, fix the comment : + pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + le16 cipher */ to + pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + 2 * le16 cipher */ You can add a Reviewed-by me. Very nice! On Sat, Jun 8, 2019 at 6:24 AM Steve French via samba-technical <samba-technical@xxxxxxxxxxxxxxx> wrote: > > I am seeing more than double the performance of copy to Samba on > encrypted mount with this two patch set, and 80%+ faster on copy from > Samba server (when running Ralph's GCM capable experimental branch of > Samba) > > Patches to update the kernel client (cifs.ko) attached: > > -- > Thanks, > > Steve