BPF List
 help / color / mirror / Atom feed
* [PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
@ 2024-10-17 13:54 Muyang Tian
  2024-10-17 13:54 ` [PATCH 1/3] xdp: Add Rx checksum hint Muyang Tian
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Muyang Tian @ 2024-10-17 13:54 UTC (permalink / raw)
  To: bpf
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Donald Hunter, Björn Töpel, Magnus Karlsson,
	Maciej Fijalkowski, Jonathan Lemon, Alexei Starovoitov,
	Daniel Borkmann, Jesper Dangaard Brouer, John Fastabend, netdev,
	linux-kernel, linux-doc, yanan, xiesongyang, wuchangye, liuxin350,
	zhangmingyi5, liwei883, tianmuyang

This series introduce XDP metadata functionality, including Rx checksum/GSO hint
and Tx GSO offload. This is aimed to transfer control fields when processing jumbo
frames between VMs.

Muyang Tian (3):
  xdp: Add Rx checksum hint
  xdp: Add Rx GSO hint
  xsk: Add Tx GSO type and size offload support

 Documentation/netlink/specs/netdev.yaml      | 12 +++++
 Documentation/networking/xdp-rx-metadata.rst |  6 +++
 include/net/xdp.h                            | 50 ++++++++++++++++++++
 include/net/xdp_sock.h                       |  8 ++++
 include/net/xdp_sock_drv.h                   |  1 +
 include/uapi/linux/if_xdp.h                  | 11 +++++
 include/uapi/linux/netdev.h                  |  8 ++++
 net/core/xdp.c                               | 41 ++++++++++++++++
 net/xdp/xsk.c                                |  5 ++
 tools/include/uapi/linux/if_xdp.h            | 11 +++++
 tools/include/uapi/linux/netdev.h            |  8 ++++
 11 files changed, 161 insertions(+)

-- 
2.41.0


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

end of thread, other threads:[~2024-10-18  9:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 13:54 [PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload Muyang Tian
2024-10-17 13:54 ` [PATCH 1/3] xdp: Add Rx checksum hint Muyang Tian
2024-10-17 14:27   ` Alexander Lobakin
2024-10-18  9:07     ` Muyang Tian
2024-10-17 13:54 ` [PATCH 2/3] xdp: Add Rx GSO hint Muyang Tian
2024-10-17 13:54 ` [PATCH 3/3] xsk: Add Tx GSO type and size offload support Muyang Tian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox