+1
−0
+9
−0
+25
−5
Loading
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:
Jakub Kicinski <kuba@kernel.org>