From: Jesper Dangaard Brouer <brouer@redhat.com>
To: Julian Anastasov <ja@ssi.bg>
Cc: lvs-users@linuxvirtualserver.org, lvs-devel@vger.kernel.org,
Simon Horman <horms@verge.net.au>,
netfilter-devel@vger.kernel.org, brouer@redhat.com,
Vadim Fedorenko <vfedorenko@yandex-team.ru>,
Jacky Hu <hengqing.hu@gmail.com>,
Quentin Armitage <quentin@armitage.org.uk>
Subject: Re: [PATCH] ipvsadm: allow tunneling with gre encapsulation
Date: Thu, 5 Dec 2019 12:34:43 +0100 [thread overview]
Message-ID: <20191205123443.75eeb03c@carbon> (raw)
In-Reply-To: <alpine.LFD.2.21.1907022210200.4236@ja.home.ssi.bg>
On Tue, 2 Jul 2019 22:21:01 +0300 (EEST)
Julian Anastasov <ja@ssi.bg> wrote:
> Hello,
>
> On Tue, 2 Jul 2019, Jesper Dangaard Brouer wrote:
>
> > On Mon, 1 Jul 2019 22:25:37 +0300
> > Julian Anastasov <ja@ssi.bg> wrote:
> >
> > > Add support for real server tunnels with GRE encapsulation:
> > > --tun-type gre [--tun-nocsum|--tun-csum]
> > >
> > > Co-developed-by: Vadim Fedorenko <vfedorenko@yandex-team.ru>
> > > Signed-off-by: Vadim Fedorenko <vfedorenko@yandex-team.ru>
> > > Signed-off-by: Julian Anastasov <ja@ssi.bg>
> > > ---
> > > ipvsadm.8 | 19 ++++++++++++++-----
> > > ipvsadm.c | 20 +++++++++++++++++++-
> > > libipvs/ip_vs.h | 1 +
> > > 3 files changed, 34 insertions(+), 6 deletions(-)
> > >
> > > Jesper, this will follow the other patchset from 30-MAY-2019,
> > > "Allow tunneling with gue encapsulation".
> >
> > I've applied Jacky's patches, which this patch builds on top of, to the
> > ipvsadm kernel.org git tree[1].
> >
> > Simon already signed off on your kernel side patch, but it's not
> > applied to a kernel git tree yet... Do you want me to apply this, or
> > wait for this to hit a kernel tree?
>
> The both GRE patches are already part of nf-next, so
> it is fine to apply this ipvsadm patch for GRE now. It would be
> better in case one wants to test the new features...
I noticed that I had applied this patch, but forgot to push the ipvsadm
git tree[1] on kernel.org. I've now pushed this...
https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/commit/?id=4a72198e7a3f9f275ff5752
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
[1] https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/
WARNING: multiple messages have this Message-ID (diff)
From: Jesper Dangaard Brouer <brouer@redhat.com>
To: Julian Anastasov <ja@ssi.bg>
Cc: Simon Horman <horms@verge.net.au>,
lvs-devel@vger.kernel.org, lvs-users@linuxvirtualserver.org,
netfilter-devel@vger.kernel.org,
Vadim Fedorenko <vfedorenko@yandex-team.ru>,
Jacky Hu <hengqing.hu@gmail.com>,
brouer@redhat.com, Quentin Armitage <quentin@armitage.org.uk>
Subject: Re: [PATCH] ipvsadm: allow tunneling with gre encapsulation
Date: Thu, 5 Dec 2019 12:34:43 +0100 [thread overview]
Message-ID: <20191205123443.75eeb03c@carbon> (raw)
In-Reply-To: <alpine.LFD.2.21.1907022210200.4236@ja.home.ssi.bg>
On Tue, 2 Jul 2019 22:21:01 +0300 (EEST)
Julian Anastasov <ja@ssi.bg> wrote:
> Hello,
>
> On Tue, 2 Jul 2019, Jesper Dangaard Brouer wrote:
>
> > On Mon, 1 Jul 2019 22:25:37 +0300
> > Julian Anastasov <ja@ssi.bg> wrote:
> >
> > > Add support for real server tunnels with GRE encapsulation:
> > > --tun-type gre [--tun-nocsum|--tun-csum]
> > >
> > > Co-developed-by: Vadim Fedorenko <vfedorenko@yandex-team.ru>
> > > Signed-off-by: Vadim Fedorenko <vfedorenko@yandex-team.ru>
> > > Signed-off-by: Julian Anastasov <ja@ssi.bg>
> > > ---
> > > ipvsadm.8 | 19 ++++++++++++++-----
> > > ipvsadm.c | 20 +++++++++++++++++++-
> > > libipvs/ip_vs.h | 1 +
> > > 3 files changed, 34 insertions(+), 6 deletions(-)
> > >
> > > Jesper, this will follow the other patchset from 30-MAY-2019,
> > > "Allow tunneling with gue encapsulation".
> >
> > I've applied Jacky's patches, which this patch builds on top of, to the
> > ipvsadm kernel.org git tree[1].
> >
> > Simon already signed off on your kernel side patch, but it's not
> > applied to a kernel git tree yet... Do you want me to apply this, or
> > wait for this to hit a kernel tree?
>
> The both GRE patches are already part of nf-next, so
> it is fine to apply this ipvsadm patch for GRE now. It would be
> better in case one wants to test the new features...
I noticed that I had applied this patch, but forgot to push the ipvsadm
git tree[1] on kernel.org. I've now pushed this...
https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/commit/?id=4a72198e7a3f9f275ff5752
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
[1] https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/
next prev parent reply other threads:[~2019-12-05 11:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-01 19:25 [PATCH] ipvsadm: allow tunneling with gre encapsulation Julian Anastasov
2019-07-01 19:25 ` Julian Anastasov
2019-07-02 11:44 ` Jesper Dangaard Brouer
2019-07-02 11:44 ` Jesper Dangaard Brouer
2019-07-02 19:21 ` Julian Anastasov
2019-07-02 19:21 ` Julian Anastasov
2019-12-05 11:34 ` Jesper Dangaard Brouer [this message]
2019-12-05 11:34 ` 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=20191205123443.75eeb03c@carbon \
--to=brouer@redhat.com \
--cc=hengqing.hu@gmail.com \
--cc=horms@verge.net.au \
--cc=ja@ssi.bg \
--cc=lvs-devel@vger.kernel.org \
--cc=lvs-users@linuxvirtualserver.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=quentin@armitage.org.uk \
--cc=vfedorenko@yandex-team.ru \
/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.