From: Jesper Dangaard Brouer <hawk@kernel.org>
To: Lorenzo Bianconi <lorenzo@kernel.org>, netdev@vger.kernel.org
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, lorenzo.bianconi@redhat.com,
bpf@vger.kernel.org, toke@redhat.com,
willemdebruijn.kernel@gmail.com, jasowang@redhat.com
Subject: Re: [PATCH v2 net-next 1/2] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
Date: Thu, 30 Nov 2023 10:52:02 +0100 [thread overview]
Message-ID: <b8c3196c-b1d8-493c-aff5-cfef4578559d@kernel.org> (raw)
In-Reply-To: <4c96068d965baf3ec40fdc0e98102c1077dbeb07.1701334869.git.lorenzo@kernel.org>
On 11/30/23 10:11, Lorenzo Bianconi wrote:
> Rely on skb pointer reference instead of the skb pointer in do_xdp_generic and
> netif_receive_generic_xdp routine signatures. This is a preliminary patch to add
> multi-buff support for xdp running in generic mode.
>
> Signed-off-by: Lorenzo Bianconi<lorenzo@kernel.org>
> ---
> drivers/net/tun.c | 4 ++--
> include/linux/netdevice.h | 2 +-
> net/core/dev.c | 16 +++++++++-------
> 3 files changed, 12 insertions(+), 10 deletions(-)
LGTM
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
next prev parent reply other threads:[~2023-11-30 9:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-30 9:11 [PATCH v2 net-next 0/2] add multi-buff support for xdp running in generic mode Lorenzo Bianconi
2023-11-30 9:11 ` [PATCH v2 net-next 1/2] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp Lorenzo Bianconi
2023-11-30 9:52 ` Jesper Dangaard Brouer [this message]
2023-11-30 9:11 ` [PATCH v2 net-next 2/2] xdp: add multi-buff support for xdp running in generic mode Lorenzo Bianconi
2023-11-30 10:36 ` Jesper Dangaard Brouer
2023-11-30 10:51 ` Lorenzo Bianconi
2023-11-30 18:49 ` Stanislav Fomichev
2023-12-01 9:33 ` Lorenzo Bianconi
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=b8c3196c-b1d8-493c-aff5-cfef4578559d@kernel.org \
--to=hawk@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jasowang@redhat.com \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=lorenzo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=toke@redhat.com \
--cc=willemdebruijn.kernel@gmail.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 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).