All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs
@ 2025-09-23 21:00 Mehdi Ben Hadj Khelifa
  2025-09-23 20:45 ` Stanislav Fomichev
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Mehdi Ben Hadj Khelifa @ 2025-09-23 21:00 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, donald.hunter, andrew+netdev, ast,
	daniel, hawk, john.fastabend, matttbe, chuck.lever, jdamato,
	skhawaja, dw, mkarsten, yoong.siang.song, david.hunter.linux,
	skhan
  Cc: horms, sdf, netdev, linux-kernel, bpf, linux-kernel-mentees,
	Mehdi Ben Hadj Khelifa

---
Mehdi Ben Hadj Khelifa (4):
  netlink: specs: Add XDP RX queue index to XDP metadata
  net: xdp: Add xmo_rx_queue_index callback
  uapi: netdev: Add XDP RX queue index metadata flags
  net: veth: Implement RX queue index XDP hint

 Documentation/netlink/specs/netdev.yaml |  5 +++++
 drivers/net/veth.c                      | 12 ++++++++++++
 include/net/xdp.h                       |  5 +++++
 include/uapi/linux/netdev.h             |  3 +++
 net/core/xdp.c                          | 15 +++++++++++++++
 tools/include/uapi/linux/netdev.h       |  3 +++
 6 files changed, 43 insertions(+)
 ---
 base-commit: 07e27ad16399afcd693be20211b0dfae63e0615f
 this is the commit of tag: v6.17-rc7 on the mainline.
 This patch series is intended to make a base for setting
 queue_index in the xdp_rxq_info struct in bpf/cpumap.c to
 the right index. Although that part I still didn't figure
 out yet,I m searching for my guidance to do that as well
 as for the correctness of the patches in this series.
 
 Best Regards,
 Mehdi Ben Hadj Khelifa
-- 
2.51.0


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

end of thread, other threads:[~2025-09-26  6:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 21:00 [PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs Mehdi Ben Hadj Khelifa
2025-09-23 20:45 ` Stanislav Fomichev
2025-09-24 10:40   ` Mehdi Ben Hadj Khelifa
2025-09-24 22:31     ` Stanislav Fomichev
2025-09-25  9:57       ` Mehdi Ben Hadj Khelifa
2025-09-26  6:42         ` Lorenzo Bianconi
2025-09-23 21:00 ` [PATCH RFC 1/4] netlink: specs: Add XDP RX queue index to XDP metadata Mehdi Ben Hadj Khelifa
2025-09-23 21:00 ` [PATCH RFC 2/4] net: xdp: Add xmo_rx_queue_index callback Mehdi Ben Hadj Khelifa
2025-09-23 21:00 ` [PATCH RFC 3/4] uapi: netdev: Add XDP RX queue index metadata flags Mehdi Ben Hadj Khelifa
2025-09-23 21:00 ` [PATCH RFC 4/4] net: veth: Implement RX queue index XDP hint Mehdi Ben Hadj Khelifa
2025-09-25  9:43 ` [PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs Jakub Sitnicki
2025-09-25 10:54   ` Mehdi Ben Hadj Khelifa
2025-09-25 10:18     ` Jakub Sitnicki
2025-09-25 11:28       ` Mehdi Ben Hadj Khelifa
2025-09-25 10:47         ` Jakub Sitnicki
2025-09-25 12:03           ` Mehdi Ben Hadj Khelifa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.