From: "John W. Linville" <linville@tuxdriver.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, jesse@nicira.com, azhou@nicira.com,
stephen@networkplumber.org, alexander.h.duyck@redhat.com
Subject: Re: [PATCH v2 5/5] geneve: add initial netdev driver for GENEVE tunnels
Date: Wed, 13 May 2015 12:53:40 -0400 [thread overview]
Message-ID: <20150513165339.GA3471@tuxdriver.com> (raw)
In-Reply-To: <20150512.230628.1787617651802981793.davem@davemloft.net>
On Tue, May 12, 2015 at 11:06:28PM -0400, David Miller wrote:
> From: "John W. Linville" <linville@tuxdriver.com>
> Date: Mon, 11 May 2015 16:51:06 -0400
>
> > This is an initial implementation of a netdev driver for GENEVE
> > tunnels. This implementation uses a fixed UDP port, and only supports
> > point-to-point links with specific partner endpoints. Only IPv4
> > links are supported at this time.
> >
> > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> > ---
> > Changes in v2:
> > - removal of unneeded special lock for vni_list
> > - removal of geneve_net_vni_add/del (replaced by open code)
> > - break out of vni search loop in geneve_rx after match found
> > - no longer deferring socket open at ndo_init(), now doing it in ndo_open()
> > - check for non-multicast, non-zero remote link partner in newlink()
> > - remove now unused workqueue stuff
>
> John, could you please repost the full series when you make changes
> based upon feedback? That helps me a lot.
>
> Thanks!
Sure, no problem... :-)
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
next prev parent reply other threads:[~2015-05-13 17:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 17:20 [PATCH] add GENEVE netdev tunnel driver John W. Linville
2015-05-08 17:20 ` [PATCH 1/5] geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c John W. Linville
2015-05-08 17:20 ` [PATCH 2/5] geneve: move definition of geneve_hdr() to geneve.h John W. Linville
2015-05-08 17:20 ` [PATCH 3/5] geneve: Rename support library as geneve_core John W. Linville
2015-05-08 17:20 ` [PATCH 4/5] geneve_core: identify as driver library in modules description John W. Linville
2015-05-08 17:20 ` [PATCH 5/5] geneve: add initial netdev driver for GENEVE tunnels John W. Linville
2015-05-08 20:55 ` Cong Wang
2015-05-08 23:22 ` John W. Linville
2015-05-10 23:48 ` David Miller
2015-05-11 15:17 ` John W. Linville
2015-05-08 23:19 ` Jesse Gross
2015-05-11 20:51 ` [PATCH v2 " John W. Linville
2015-05-13 3:06 ` David Miller
2015-05-13 16:53 ` John W. Linville [this message]
2015-05-08 17:27 ` [PATCH] iproute2: GENEVE support John W. Linville
2015-05-08 23:27 ` Jesse Gross
2015-05-11 18:47 ` [PATCH v2] " John W. Linville
2015-05-08 19:32 ` [PATCH] add GENEVE netdev tunnel driver Stephen Hemminger
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=20150513165339.GA3471@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=alexander.h.duyck@redhat.com \
--cc=azhou@nicira.com \
--cc=davem@davemloft.net \
--cc=jesse@nicira.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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.