public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next v4 0/2] xsk: introduce pre-allocated memory per xsk CQ
@ 2026-01-06  1:31 Jason Xing
  2026-01-06  1:31 ` [PATCH bpf-next v4 1/2] xsk: introduce local_cq for each af_xdp socket Jason Xing
  2026-01-06  1:31 ` [PATCH bpf-next v4 2/2] xsk: introduce a dedicated local completion queue for each xsk Jason Xing
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Xing @ 2026-01-06  1:31 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, bjorn, magnus.karlsson,
	maciej.fijalkowski, jonathan.lemon, sdf, ast, daniel, hawk,
	john.fastabend
  Cc: bpf, netdev, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

This series was made based on the previous work[1] to fix the issue
without causing too much performance impact through adding a
pre-allocated memory for each xsk.

[1]: commit 30f241fcf52a ("xsk: Fix immature cq descriptor production")
---
v4
link: https://lore.kernel.org/all/CAL+tcoB6eCogZXXxDQ58nxp-VxWFOPR2DP4pyLVxGtjXdWPQXA@mail.gmail.com/
1. use u64 addr in xsk_cq_write_addr()

v3
link: https://lore.kernel.org/all/20251216052623.2697-1-kerneljasonxing@gmail.com/
1. fix double free of lcq in xsk_clear_local_cq()
2. keep lcq->prod align with cq->cached_prod, which can be found in
xsk_cq_cancel_locked().
3. move xsk_clear_local_cq() from xsk_release() to xsk_destruct() to
avoid crash when using lcq in xsk_destruct_skb() after lcq is already freed.

v2
link: https://lore.kernel.org/all/20251209085950.96231-1-kerneljasonxing@gmail.com/
1. add if condition to test if cq is NULL
2. initialize the prod of local_cq

Jason Xing (2):
  xsk: introduce local_cq for each af_xdp socket
  xsk: introduce a dedicated local completion queue for each xsk

 include/net/xdp_sock.h |   8 ++
 net/xdp/xsk.c          | 223 +++++++++++++++++++++--------------------
 2 files changed, 123 insertions(+), 108 deletions(-)

-- 
2.41.3


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

end of thread, other threads:[~2026-01-06  3:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06  1:31 [PATCH bpf-next v4 0/2] xsk: introduce pre-allocated memory per xsk CQ Jason Xing
2026-01-06  1:31 ` [PATCH bpf-next v4 1/2] xsk: introduce local_cq for each af_xdp socket Jason Xing
2026-01-06  1:31 ` [PATCH bpf-next v4 2/2] xsk: introduce a dedicated local completion queue for each xsk Jason Xing
2026-01-06  1:47   ` bot+bpf-ci
2026-01-06  3:25     ` Jason Xing

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