public inbox for virtio-comment@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v8 0/2] virtio-net: define UDP tunnel offload
@ 2024-09-04 15:49 Paolo Abeni
  2024-09-04 15:49 ` [PATCH v8 1/2] virtio-net: define UDP tunnel segmentation offload feature Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Paolo Abeni @ 2024-09-04 15:49 UTC (permalink / raw)
  To: virtio-comment
  Cc: maxime.coquelin, Eelco Chaudron, Jason Wang, Stefano Garzarella,
	Willem de Bruijn, kshankar

UDP tunnel usage is ubiquitous in container deployment, and the ability
to offload UDP encapsulated GSO traffic impacts greatly the performances
and the CPU utilization of such use cases.

This series introduces separate features to handle both UDP tunnel 
segmentation offload (patch 1) and UDP tunnel outer checksum offload
(patch 2).

Changes from v7:
- minor cleanup in patch 1/2
- dropped confusing wording about csum validation in patch 2/2

Changes from v6:
- replaced inner_protocol_type with
  VIRTIO_NET_HDR_GSO_UDP_TUNNEL_IPV{4,6}
- many clarifications and cleanup, see the individual patches changelog
  for the details

Changes from v5:
- split in 2 patches
- dropped outer_mh_offset field
- many csum related clarification

Paolo Abeni (2):
  virtio-net: define UDP tunnel segmentation offload feature
  virtio-net: define UDP tunnel checksum offload feature

 device-types/net/description.tex | 262 +++++++++++++++++++++++++++++--
 1 file changed, 252 insertions(+), 10 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-10-02 16:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 15:49 [PATCH v8 0/2] virtio-net: define UDP tunnel offload Paolo Abeni
2024-09-04 15:49 ` [PATCH v8 1/2] virtio-net: define UDP tunnel segmentation offload feature Paolo Abeni
2024-09-04 15:49 ` [PATCH v8 2/2] virtio-net: define UDP tunnel checksum " Paolo Abeni
2024-09-09  2:19 ` [PATCH v8 0/2] virtio-net: define UDP tunnel offload Willem de Bruijn
2024-09-09  3:16 ` Jason Wang
2024-09-09  8:05   ` Paolo Abeni
2024-09-09  8:39     ` Jason Wang
2024-09-30  7:36     ` Paolo Abeni
2024-10-01 13:09       ` Willem de Bruijn
2024-10-01 14:02         ` Paolo Abeni
2024-10-01 19:15           ` Willem de Bruijn
2024-10-02  8:35             ` Paolo Abeni
2024-10-02 12:29               ` Willem de Bruijn
2024-10-02 14:29                 ` Paolo Abeni
2024-10-02 16:55                   ` 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