Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Add support for IP ID mangling TSO in cases that require encapsu…
…lation This patch adds support for NETIF_F_TSO_MANGLEID if a given tunnel supports NETIF_F_TSO. This way if needed a device can then later enable the TSO with IP ID mangling and the tunnels on top of that device can then also make use of the IP ID mangling as well. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information