Skip to content
Commit d4e5db64 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

tls: rx: device: keep the zero copy status with offload



The non-zero-copy path assumes a full skb with decrypted contents.
This means the device offload would have to CoW the data. Try
to keep the zero-copy status instead, copy the data to user space.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent b93f5700
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment