On Wed, Dec 20, 2017 at 12:24 AM, Saeed Mahameed <sae...@mellanox.com> wrote: > From: Gal Pressman <g...@mellanox.com> > > The assumption that the next header field contains the transport > protocol is wrong for IPv6 packets with extension headers. > Instead, we should look the inner-most next header field in the buffer. > This will fix TSO offload for tunnels over IPv6 with extension headers.
nice! I would guess that there is some limitation to how many ipv6 ext headers / bytes the HW can deal with for TSO, are we enforcing that somehow (also for the non-tunnel case)? Or.