On Tue, Mar 15, 2022 at 08:39:16PM +0800, Liu Jian wrote: > The data length of skb frags + frag_list may be greater than 0xffff, > so here use skb->len to check the validity of the parameters. What is the use case that needs to look beyond 0xffff ?
On Tue, Mar 15, 2022 at 08:39:16PM +0800, Liu Jian wrote: > The data length of skb frags + frag_list may be greater than 0xffff, > so here use skb->len to check the validity of the parameters. What is the use case that needs to look beyond 0xffff ?