All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacky Hu <hengqing.hu@gmail.com>
To: hengqing.hu@gmail.com
Cc: lvs-users@linuxvirtualserver.org, lvs-devel@vger.kernel.org,
	horms@verge.net.au, jacky.hu@walmart.com, brouer@redhat.com,
	jason.niesz@walmart.com
Subject: [PATCH v8 0/2] Allow tunneling with gue encapsulation
Date: Thu, 30 May 2019 16:00:55 +0800	[thread overview]
Message-ID: <20190530080057.8218-1-hengqing.hu@gmail.com> (raw)

This patchset allows tunneling with gue encapsulation.

v8->v7:
  1) fixed a few style issues from scripts/checkpatch.pl --strict
  2) use up to 4 letters in the comments
  3) updated document for new options

v7->v6:
  1) fix type of local variable in parse_tun_type
  2) use up to 4 letters in the comments
  3) document new options

v6->v5:
  1) split the patch into two:
     - ipvsadm: convert options to unsigned long long
     - ipvsadm: allow tunneling with gue encapsulation
  2) do not mix static and dynamic allocation in fwd_tun_info
  3) use correct nla_get/put function for tun_flags
  4) fixed || style
  5) use correct return value for parse_tun_type

v5->v4:
  1) add checksum support for gue encapsulation

v4->v3:
  1) removed changes to setsockopt interface
  2) use correct nla_get/put function for tun_port

v3->v2:
  1) added missing break statements to a few switch cases

v2->v1:
  1) pass tun_type and tun_port as new optional parameters
     instead of a few bits in existing conn_flags parameters

Jacky Hu (2):
  ipvsadm: convert options to unsigned long long
  ipvsadm: allow tunneling with gue encapsulation

 ipvsadm.8         |  70 ++++++++
 ipvsadm.c         | 426 +++++++++++++++++++++++++++++++++++++++-------
 libipvs/ip_vs.h   |  28 +++
 libipvs/libipvs.c |  15 ++
 4 files changed, 473 insertions(+), 66 deletions(-)

-- 
2.21.0


             reply	other threads:[~2019-05-30  8:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30  8:00 Jacky Hu [this message]
2019-05-30  8:00 ` [PATCH v8 1/2] ipvsadm: convert options to unsigned long long Jacky Hu
2019-05-30  8:00 ` [PATCH v8 2/2] ipvsadm: allow tunneling with gue encapsulation Jacky Hu
2019-05-30 18:37 ` [PATCH v8 0/2] Allow " Julian Anastasov
2019-05-31  6:49   ` Jesper Dangaard Brouer
2019-05-31  8:40     ` Bassem Mettichi
2019-07-02 11:12     ` Jesper Dangaard Brouer
2019-07-02 19:10       ` Julian Anastasov

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=20190530080057.8218-1-hengqing.hu@gmail.com \
    --to=hengqing.hu@gmail.com \
    --cc=brouer@redhat.com \
    --cc=horms@verge.net.au \
    --cc=jacky.hu@walmart.com \
    --cc=jason.niesz@walmart.com \
    --cc=lvs-devel@vger.kernel.org \
    --cc=lvs-users@linuxvirtualserver.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 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.