bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path
@ 2020-12-14 15:27 Magnus Karlsson
  2020-12-14 15:27 ` [PATCH bpf 1/2] xsk: fix race in SKB mode transmit with shared cq Magnus Karlsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Magnus Karlsson @ 2020-12-14 15:27 UTC (permalink / raw)
  To: magnus.karlsson, bjorn.topel, ast, daniel, netdev, jonathan.lemon
  Cc: Magnus Karlsson, bpf, A.Zema, maciej.fijalkowski,
	maciejromanfijalkowski

This patch set contains two bug fixes to the Tx SKB path. Details can
be found in the individual commit messages. Special thanks to Xuan
Zhuo for spotting both of them.

Thanks: Magnus

Magnus Karlsson (2):
  xsk: fix race in SKB mode transmit with shared cq
  xsk: rollback reservation at NETDEV_TX_BUSY

 include/net/xdp_sock.h      |  4 ----
 include/net/xsk_buff_pool.h |  5 +++++
 net/xdp/xsk.c               | 12 +++++++++---
 net/xdp/xsk_buff_pool.c     |  1 +
 net/xdp/xsk_queue.h         |  5 +++++
 5 files changed, 20 insertions(+), 7 deletions(-)


base-commit: d9838b1d39283c1200c13f9076474c7624b8ec34
--
2.29.0

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

end of thread, other threads:[~2020-12-16 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 15:27 [PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path Magnus Karlsson
2020-12-14 15:27 ` [PATCH bpf 1/2] xsk: fix race in SKB mode transmit with shared cq Magnus Karlsson
2020-12-14 15:27 ` [PATCH bpf 2/2] xsk: rollback reservation at NETDEV_TX_BUSY Magnus Karlsson
2020-12-16 14:09 ` [PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path Björn Töpel

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