Re: [RFC PATCH v3 10/12] tcp: RX path for devmem TCP

From: Jakub Kicinski
Date: Fri Nov 10 2023 - 18:19:27 EST


On Sun, 5 Nov 2023 18:44:09 -0800 Mina Almasry wrote:
> + if (!skb_frags_not_readable(skb)) {

nit: maybe call the helper skb_frags_readable() and flip
the polarity, avoid double negatives.