mbox series

[0/4] Add host USO support to TUN device

Message ID 20210511044253.469034-1-yuri.benditovich@daynix.com (mailing list archive)
Headers show
Series Add host USO support to TUN device | expand

Message

Yuri Benditovich May 11, 2021, 4:42 a.m. UTC
This series adds support for UDP segmentation offload feature
in TUN device according to the VIRTIO specification

Yuri Benditovich (4):
  virtio-net: add definitions for host USO feature
  virtio-net: add support of UDP segmentation (USO) on the host
  tun: define feature bit for USO support
  tun: indicate support for USO feature

 drivers/net/tun.c               | 2 +-
 include/linux/virtio_net.h      | 5 +++++
 include/uapi/linux/if_tun.h     | 1 +
 include/uapi/linux/virtio_net.h | 2 ++
 4 files changed, 9 insertions(+), 1 deletion(-)