From: Jesse Gross <jesse@nicira.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/4] Geneve Cleanups
Date: Fri, 2 Jan 2015 18:26:01 -0800 [thread overview]
Message-ID: <1420251965-44794-1-git-send-email-jesse@nicira.com> (raw)
Much of the basis for the Geneve code comes from VXLAN. However,
Geneve is quite a bit simpler than VXLAN and so this cleans up a
lot of the infrastruction - particularly around locking - where the
extra complexity is not necessary.
Jesse Gross (4):
geneve: Remove workqueue.
geneve: Simplify locking.
geneve: Remove socket hash table.
geneve: Check family when reusing sockets.
include/net/geneve.h | 5 +--
net/ipv4/geneve.c | 101 +++++++++++++++++----------------------------------
2 files changed, 35 insertions(+), 71 deletions(-)
--
1.9.1
next reply other threads:[~2015-01-03 2:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-03 2:26 Jesse Gross [this message]
2015-01-03 2:26 ` [PATCH net-next 1/4] geneve: Remove workqueue Jesse Gross
2015-01-03 2:26 ` [PATCH net-next 2/4] geneve: Simplify locking Jesse Gross
2015-01-03 2:26 ` [PATCH net-next 3/4] geneve: Remove socket hash table Jesse Gross
2015-01-03 2:26 ` [PATCH net-next 4/4] geneve: Check family when reusing sockets Jesse Gross
2015-01-05 3:22 ` [PATCH net-next 0/4] Geneve Cleanups David Miller
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=1420251965-44794-1-git-send-email-jesse@nicira.com \
--to=jesse@nicira.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.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).