From: Alexander Duyck <[email protected]> Date: Mon, 19 Sep 2016 08:12:15 -0700
> On Mon, Sep 19, 2016 at 3:58 AM, Steffen Klassert > <[email protected]> wrote: >> Since commit 8a29111c7 ("net: gro: allow to build full sized skb") >> gro may build buffers with a frag_list. This can hurt forwarding >> because most NICs can't offload such packets, they need to be >> segmented in software. This patch splits buffers with a frag_list >> at the frag_list pointer into buffers that can be TSO offloaded. >> >> Signed-off-by: Steffen Klassert <[email protected]> ... > > Looks good. > > Acked-by: Alexander Duyck <[email protected]> Applied, thanks everyone.
