You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the introduction of GSO over UDP tunnel offload some virtio net features use bit > 64, but the offloads size used by VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET is 64 bits wide, the used mapping should be explicitly specified. Also we have currently conflicting definition for VIRTIO_NET_F_GUEST_UDP_TUNNEL_GSO and VIRTIO_NET_F_GUEST_UDP_TUNNEL_GSO_CSUM.