From: Alexander Duyck <adu...@mirantis.com> Date: Thu, 14 Apr 2016 17:04:34 -0400
> I realized that when I added NETIF_F_TSO_MANGLEID as a TSO type I forgot to > add it to NETIF_F_ALL_TSO. This patch corrects that so the flag will be > included correctly. > > The result should be minor as it was only used by a few drivers and in a > few specific cases such as when NETIF_F_SG was not supported on a device so > the TSO flags were cleared. > > Signed-off-by: Alexander Duyck <adu...@mirantis.com> Applied.