Re: [PATCH net-next v25 08/13] net: add support for skbs with unreadable frags

2024-09-09 Thread Jakub Kicinski
On Mon, 9 Sep 2024 05:43:13 + Mina Almasry wrote: > For device memory TCP, we expect the skb headers to be available in host > memory for access, and we expect the skb frags to be in device memory > and unaccessible to the host. We expect there to be no mixing and > matching of device memory f

[PATCH net-next v25 08/13] net: add support for skbs with unreadable frags

2024-09-08 Thread Mina Almasry
For device memory TCP, we expect the skb headers to be available in host memory for access, and we expect the skb frags to be in device memory and unaccessible to the host. We expect there to be no mixing and matching of device memory frags (unaccessible) with host memory frags (accessible) in the