Re: [PATCH v5 net-next 01/14] gso: Remove arbitrary checks for unsupported GSO

2016-05-16 Thread Alexander Duyck
On Sun, May 15, 2016 at 4:42 PM, Tom Herbert wrote: > In several gso_segment functions there are checks of gso_type against > a seemingly arbitrary list of SKB_GSO_* flags. This seems like an > attempt to identify unsupported GSO types, but since the stack is > the one that

[PATCH v5 net-next 01/14] gso: Remove arbitrary checks for unsupported GSO

2016-05-15 Thread Tom Herbert
In several gso_segment functions there are checks of gso_type against a seemingly arbitrary list of SKB_GSO_* flags. This seems like an attempt to identify unsupported GSO types, but since the stack is the one that set these GSO types in the first place this seems unnecessary to do. If a