From: Alexander Duyck <alexander.du...@gmail.com> Date: Mon, 19 Sep 2016 08:12:15 -0700
> On Mon, Sep 19, 2016 at 3:58 AM, Steffen Klassert > <steffen.klass...@secunet.com> 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 <steffen.klass...@secunet.com> ... > > Looks good. > > Acked-by: Alexander Duyck <alexander.h.du...@intel.com> Applied, thanks everyone.