All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf v2 0/2] xsk: fix two bugs in the SKB Tx path
@ 2020-12-18 13:45 Magnus Karlsson
  2020-12-18 13:45 ` [PATCH bpf v2 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-18 13:45 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.

v1 -> v2:
* Rebase

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: 8bee683384087a6275c9183a483435225f7bb209
--
2.29.0

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

end of thread, other threads:[~2020-12-18 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 13:45 [PATCH bpf v2 0/2] xsk: fix two bugs in the SKB Tx path Magnus Karlsson
2020-12-18 13:45 ` [PATCH bpf v2 1/2] xsk: fix race in SKB mode transmit with shared cq Magnus Karlsson
2020-12-18 13:45 ` [PATCH bpf v2 2/2] xsk: rollback reservation at NETDEV_TX_BUSY Magnus Karlsson
2020-12-18 15:20 ` [PATCH bpf v2 0/2] xsk: fix two bugs in the SKB Tx path patchwork-bot+netdevbpf

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.