From: David Ahern <dsahern@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>,
Andrea Mayer <andrea.mayer@uniroma2.it>
Cc: "David S. Miller" <davem@davemloft.net>,
David Ahern <dsahern@kernel.org>,
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
Shuah Khan <shuah@kernel.org>,
Shrijeet Mukherjee <shrijeet@gmail.com>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Andrii Nakryiko <andrii@kernel.org>,
Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>,
Yonghong Song <yhs@fb.com>,
John Fastabend <john.fastabend@gmail.com>,
KP Singh <kpsingh@chromium.org>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org,
Nathan Chancellor <natechancellor@gmail.com>,
Stefano Salsano <stefano.salsano@uniroma2.it>,
Paolo Lungaroni <paolo.lungaroni@cnit.it>,
Ahmed Abdelsalam <ahabdels.dev@gmail.com>
Subject: Re: [net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior
Date: Tue, 24 Nov 2020 18:24:37 -0700 [thread overview]
Message-ID: <3dd23494-d6ae-1c09-acb3-c6c2b2ef93d8@gmail.com> (raw)
In-Reply-To: <20201124154904.0699f4c1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
On 11/24/20 4:49 PM, Jakub Kicinski wrote:
>
> LGTM! Please address the nit and repost without the iproute2 patch.
> Mixing the iproute2 patch in has confused patchwork:
>
> https://patchwork.kernel.org/project/netdevbpf/list/?series=389667&state=*
>
> Note how it thinks that the iproute2 patch is part of the kernel
> series. This build bot-y thing is pretty new. I'll add a suggestion
> to our process documentation not to mix patches.
That was me - I suggested doing that. I have done that in the past as
has several other people. I don't recall DaveM having a problem, so
maybe it is the new patchworks that is not liking it?
>
>> I would like to thank David Ahern for his support during the development of
>> this patchset.
>
> Should I take this to mean that David has review the code off-list?
>
reviews and general guidance.
next prev parent reply other threads:[~2020-11-25 1:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 18:28 [net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior Andrea Mayer
2020-11-23 18:28 ` [net-next v3 1/8] vrf: add mac header for tunneled packets when sniffer is attached Andrea Mayer
2020-11-23 18:28 ` [net-next v3 2/8] seg6: improve management of behavior attributes Andrea Mayer
2020-11-23 18:28 ` [net-next v3 3/8] seg6: add support for optional attributes in SRv6 behaviors Andrea Mayer
2020-11-23 18:28 ` [net-next v3 4/8] seg6: add callbacks for customizing the creation/destruction of a behavior Andrea Mayer
2020-11-23 18:28 ` [net-next v3 5/8] seg6: add support for the SRv6 End.DT4 behavior Andrea Mayer
2020-11-24 23:40 ` Jakub Kicinski
2020-11-25 18:50 ` Andrea Mayer
2020-11-23 18:28 ` [net-next v3 6/8] seg6: add VRF support for SRv6 End.DT6 behavior Andrea Mayer
2020-11-23 18:28 ` [net-next v3 7/8] selftests: add selftest for the SRv6 End.DT4 behavior Andrea Mayer
2020-11-23 18:28 ` [net-next v3 8/8] selftests: add selftest for the SRv6 End.DT6 (VRF) behavior Andrea Mayer
2020-11-23 18:28 ` [iproute2-next v1 1/1] seg6: add support for vrftable attribute in End.DT4/DT6 behaviors Andrea Mayer
2020-11-24 23:49 ` [net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior Jakub Kicinski
2020-11-25 1:24 ` David Ahern [this message]
2020-11-25 1:58 ` Jakub Kicinski
2020-11-25 4:37 ` David Ahern
2020-11-25 16:47 ` Jakub Kicinski
2020-11-25 17:37 ` David Ahern
2020-11-25 17:51 ` Jakub Kicinski
2020-11-26 0:17 ` Andrea Mayer
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=3dd23494-d6ae-1c09-acb3-c6c2b2ef93d8@gmail.com \
--to=dsahern@gmail.com \
--cc=ahabdels.dev@gmail.com \
--cc=andrea.mayer@uniroma2.it \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=kpsingh@chromium.org \
--cc=kuba@kernel.org \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=natechancellor@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=paolo.lungaroni@cnit.it \
--cc=shrijeet@gmail.com \
--cc=shuah@kernel.org \
--cc=songliubraving@fb.com \
--cc=stefano.salsano@uniroma2.it \
--cc=yhs@fb.com \
--cc=yoshfuji@linux-ipv6.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