linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: David Ahern <dsahern@gmail.com>
Cc: Andrea Mayer <andrea.mayer@uniroma2.it>,
	"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: Wed, 25 Nov 2020 08:47:10 -0800	[thread overview]
Message-ID: <20201125084710.01f0e6a6@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> (raw)
In-Reply-To: <08201db4-d523-3b0e-fcb6-dfb666f2e013@gmail.com>

On Tue, 24 Nov 2020 21:37:18 -0700 David Ahern wrote:
> On 11/24/20 6:58 PM, Jakub Kicinski wrote:
> > But it's generally not a huge issue for applying the patch. I just like
> > to see the build bot result, to make sure we're not adding W=1 C=1
> > warnings.  
> 
> ah, the build bot part is new. got it.

BTW I was wondering for the longest time how to structure things so
that build bot can also build iproute2 in case we want to run tests
attached to the series and the tests depend on iproute2 changes...

But let's cross that bridge when we get there.

  reply	other threads:[~2020-11-25 16:47 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
2020-11-25  1:58     ` Jakub Kicinski
2020-11-25  4:37       ` David Ahern
2020-11-25 16:47         ` Jakub Kicinski [this message]
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=20201125084710.01f0e6a6@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com \
    --to=kuba@kernel.org \
    --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@gmail.com \
    --cc=dsahern@kernel.org \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@chromium.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;
as well as URLs for NNTP newsgroup(s).