Liu Jian wrote: > The skb_to_sgvec fails only when the number of frag_list and frags exceeds > MAX_MSG_FRAGS. Therefore, we can call skb_linearize only when the > conversion fails. > > Signed-off-by: Liu Jian <liujian56@xxxxxxxxxx> > --- Looks good. I guess performance improvement for some use cases with lots of packets that no longer need linearizing must be fairly good. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>