Re: [net-next,v6 1/8] octeontx2-pf: map skb data as device writeable

From: Jakub Kicinski
Date: Tue Aug 20 2024 - 18:36:00 EST


On Mon, 19 Aug 2024 17:53:41 +0530 Bharat Bhushan wrote:
> Crypto hardware need write permission for in-place encrypt
> or decrypt operation on skb-data to support IPsec crypto
> offload. So map this memory as device read-write.

How do you know the fragments are not read only?

(Whatever the answer is it should be part of the commit msg)