From: Magnus Karlsson <magnus.karlsson@gmail.com>
To: magnus.karlsson@intel.com, bjorn.topel@intel.com, ast@kernel.org,
daniel@iogearbox.net, netdev@vger.kernel.org,
jonathan.lemon@gmail.com
Cc: Magnus Karlsson <magnus.karlsson@gmail.com>,
bpf@vger.kernel.org, A.Zema@falconvsystems.com,
maciej.fijalkowski@intel.com, maciejromanfijalkowski@gmail.com
Subject: [PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path
Date: Mon, 14 Dec 2020 16:27:55 +0100 [thread overview]
Message-ID: <20201214152757.7632-1-magnus.karlsson@gmail.com> (raw)
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
next reply other threads:[~2020-12-14 15:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-14 15:27 Magnus Karlsson [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201214152757.7632-1-magnus.karlsson@gmail.com \
--to=magnus.karlsson@gmail.com \
--cc=A.Zema@falconvsystems.com \
--cc=ast@kernel.org \
--cc=bjorn.topel@intel.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=jonathan.lemon@gmail.com \
--cc=maciej.fijalkowski@intel.com \
--cc=maciejromanfijalkowski@gmail.com \
--cc=magnus.karlsson@intel.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).