From: "Toke Høiland-Jørgensen" <toke@redhat.com>
To: Lorenzo Bianconi <lorenzo@kernel.org>, netdev@vger.kernel.org
Cc: lorenzo.bianconi@redhat.com, davem@davemloft.net,
kuba@kernel.org, edumazet@google.com, pabeni@redhat.com,
bpf@vger.kernel.org, willemdebruijn.kernel@gmail.com,
jasowang@redhat.com, sdf@google.com, hawk@kernel.org,
ilias.apalodimas@linaro.org, linyunsheng@huawei.com
Subject: Re: [PATCH v7 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine
Date: Fri, 02 Feb 2024 12:43:26 +0100 [thread overview]
Message-ID: <87mssjxfa9.fsf@toke.dk> (raw)
In-Reply-To: <a9e7f6c9c3f14b43e9f963d767d396f0eb611c5f.1706861261.git.lorenzo@kernel.org>
Lorenzo Bianconi <lorenzo@kernel.org> writes:
> Rely on skb_cow_data_for_xdp utility routine and remove duplicated
> code.
>
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Neat that we can finally consolidate this duplication! :)
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
next prev parent reply other threads:[~2024-02-02 11:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 8:12 [PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode Lorenzo Bianconi
2024-02-02 8:12 ` [PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator Lorenzo Bianconi
2024-02-02 8:59 ` Jesper Dangaard Brouer
2024-02-02 11:38 ` Toke Høiland-Jørgensen
2024-02-03 14:52 ` kernel test robot
2024-02-02 8:12 ` [PATCH v7 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp Lorenzo Bianconi
2024-02-02 11:39 ` Toke Høiland-Jørgensen
2024-02-02 8:12 ` [PATCH v7 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode Lorenzo Bianconi
2024-02-02 11:42 ` Toke Høiland-Jørgensen
2024-02-02 17:42 ` Jesper Dangaard Brouer
2024-02-02 8:12 ` [PATCH v7 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine Lorenzo Bianconi
2024-02-02 11:43 ` Toke Høiland-Jørgensen [this message]
2024-02-02 17:39 ` Jesper Dangaard Brouer
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=87mssjxfa9.fsf@toke.dk \
--to=toke@redhat.com \
--cc=bpf@vger.kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=ilias.apalodimas@linaro.org \
--cc=jasowang@redhat.com \
--cc=kuba@kernel.org \
--cc=linyunsheng@huawei.com \
--cc=lorenzo.bianconi@redhat.com \
--cc=lorenzo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sdf@google.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 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.