[PATCH net-next] hinic: add vxlan segmentation and cs offload support

2020-09-14 Thread Luo bin
Add NETIF_F_GSO_UDP_TUNNEL and NETIF_F_GSO_UDP_TUNNEL_CSUM features to support vxlan segmentation and checksum offload. Ipip and ipv6 tunnel packets are regarded as non-tunnel pkt for hw and as for other type of tunnel pkts, checksum offload is disabled. Signed-off-by: Luo bin --- .../net/ethern

Re: [PATCH net-next] hinic: add vxlan segmentation and cs offload support

2020-09-14 Thread David Miller
From: Luo bin Date: Mon, 14 Sep 2020 21:48:23 +0800 > Add NETIF_F_GSO_UDP_TUNNEL and NETIF_F_GSO_UDP_TUNNEL_CSUM features > to support vxlan segmentation and checksum offload. Ipip and ipv6 > tunnel packets are regarded as non-tunnel pkt for hw and as for other > type of tunnel pkts, checksum off