linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add host USO support to TUN device
@ 2021-05-11  4:42 Yuri Benditovich
  2021-05-11  4:42 ` [PATCH 1/4] virtio-net: add definitions for host USO feature Yuri Benditovich
                   ` (3 more replies)
  0 siblings, 4 replies; 31+ messages in thread
From: Yuri Benditovich @ 2021-05-11  4:42 UTC (permalink / raw)
  To: davem, kuba, mst, jasowang, netdev, linux-kernel, virtualization; +Cc: yan

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(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2021-05-14 12:41 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  4:42 [PATCH 0/4] Add host USO support to TUN device Yuri Benditovich
2021-05-11  4:42 ` [PATCH 1/4] virtio-net: add definitions for host USO feature Yuri Benditovich
2021-05-11  6:47   ` Jason Wang
2021-05-11  8:12     ` Yuri Benditovich
2021-05-11  8:24       ` Jason Wang
2021-05-11  9:21         ` Yuri Benditovich
2021-05-12  1:21           ` Jason Wang
2021-05-11  4:42 ` [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host Yuri Benditovich
2021-05-11  6:47   ` Jason Wang
2021-05-11  8:23     ` Yuri Benditovich
2021-05-11  8:31       ` Jason Wang
2021-05-11 17:47   ` Willem de Bruijn
2021-05-12  6:09     ` Yuri Benditovich
2021-05-12 14:32       ` Willem de Bruijn
2021-05-12 18:56         ` Yuri Benditovich
2021-05-12 19:53           ` Willem de Bruijn
2021-05-11  4:42 ` [PATCH 3/4] tun: define feature bit for USO support Yuri Benditovich
2021-05-11  4:42 ` [PATCH 4/4] tun: indicate support for USO feature Yuri Benditovich
2021-05-11  6:50   ` Jason Wang
2021-05-11  8:33     ` Yuri Benditovich
2021-05-11 19:06       ` Yuri Benditovich
2021-05-12  1:33       ` Jason Wang
2021-05-12  5:24         ` Yuri Benditovich
     [not found]           ` <CACGkMEsZBCzV+d_eLj1aYT+pkS5m1QAy7q8rUkNsdV0C8aL8tQ@mail.gmail.com>
     [not found]             ` <CAOEp5OeSankfA6urXLW_fquSMrZ+WYXDtKNacort1UwR=WgxqA@mail.gmail.com>
     [not found]               ` <CACGkMEt3bZrdqbWtWjSkXvv5v8iCHiN8hkD3T602RZnb6nPd9A@mail.gmail.com>
     [not found]                 ` <CAOEp5Odw=eaQWZCXr+U8PipPtO1Avjw-t3gEdKyvNYxuNa5TfQ@mail.gmail.com>
     [not found]                   ` <CACGkMEuqXaJxGqC+CLoq7k4XDu+W3E3Kk3WvG-D6tnn2K4ZPNA@mail.gmail.com>
     [not found]                     ` <CAOEp5OfB62SQzxMj_GkVD4EM=Z+xf43TPoTZwMbPPa3BsX2ooA@mail.gmail.com>
2021-05-13  7:04                       ` Jason Wang
2021-05-13  8:14                         ` Yuri Benditovich
2021-05-13 20:43                           ` Willem de Bruijn
2021-05-14  5:48                             ` Yuri Benditovich
2021-05-13 20:34                         ` Willem de Bruijn
2021-05-14  7:16                           ` Jason Wang
2021-05-14  7:38                             ` Yuri Benditovich
2021-05-14 12:41                               ` Willem de Bruijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).