From: Lorenzo Bianconi <lorenzo@kernel.org>
To: bpf@vger.kernel.org
Cc: netdev@vger.kernel.org, lorenzo.bianconi@redhat.com,
davem@davemloft.net, kuba@kernel.org, ast@kernel.org,
daniel@iogearbox.net, alexander.duyck@gmail.com,
brouer@redhat.com, echaudro@redhat.com,
magnus.karlsson@intel.com, tirthendu.sarkar@intel.com,
toke@redhat.com
Subject: [PATCH bpf-next 0/2] Add xdp_update_skb_shared_info utility routine
Date: Fri, 9 Jul 2021 13:10:26 +0200 [thread overview]
Message-ID: <cover.1625828537.git.lorenzo@kernel.org> (raw)
Introduce xdp_update_skb_shared_info routine to update frags array metadata
from a given xdp_buffer/xdp_frame.
Add xdp_frags_tsize field to skb_shared_info.
Lorenzo Bianconi (2):
net: skbuff: add xdp_frags_tsize field to skb_shared_info
net: xdp: add xdp_update_skb_shared_info utility routine
drivers/net/ethernet/marvell/mvneta.c | 29 +++++++++++++++------------
include/linux/skbuff.h | 2 ++
include/net/xdp.h | 3 +++
net/core/xdp.c | 27 +++++++++++++++++++++++++
4 files changed, 48 insertions(+), 13 deletions(-)
--
2.31.1
next reply other threads:[~2021-07-09 11:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-09 11:10 Lorenzo Bianconi [this message]
2021-07-09 11:10 ` [PATCH bpf-next 1/2] net: skbuff: add xdp_frags_tsize field to skb_shared_info Lorenzo Bianconi
2021-07-09 11:10 ` [PATCH bpf-next 2/2] net: xdp: add xdp_update_skb_shared_info utility routine Lorenzo Bianconi
2021-07-12 18:46 ` John Fastabend
2021-07-12 20:22 ` Lorenzo Bianconi
2021-07-14 23:44 ` John Fastabend
2021-07-15 23:27 ` Lorenzo Bianconi
2021-07-16 3:05 ` John Fastabend
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=cover.1625828537.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=alexander.duyck@gmail.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=brouer@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=echaudro@redhat.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=magnus.karlsson@intel.com \
--cc=netdev@vger.kernel.org \
--cc=tirthendu.sarkar@intel.com \
--cc=toke@redhat.com \
/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 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.