From: Alexander Duyck <alexander.h.du...@intel.com> Enable UDP offload as a generic software offload since we can now handle it for multiple cases including if the checksum isn't present and via gso_partial in the case of tunnels.
Signed-off-by: Alexander Duyck <alexander.h.du...@intel.com> --- include/linux/netdev_features.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index c87c3a3453c1..efbd8b2c0197 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h @@ -184,7 +184,8 @@ enum { /* List of features with software fallbacks. */ #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \ - NETIF_F_GSO_SCTP) + NETIF_F_GSO_SCTP| \ + NETIF_F_GSO_UDP_L4) /* * If one device supports one of these features, then enable them