From: Varka Bhadram <varkabhadram@gmail.com>
To: Tom Herbert <therbert@google.com>,
davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH 1/4] udp: Add udp_sock_create for UDP tunnels to open listener socket
Date: Mon, 14 Jul 2014 10:22:01 +0530 [thread overview]
Message-ID: <53C361F1.5060500@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1407131942300.25018@tomh.mtv.corp.google.com>
On 07/14/2014 08:19 AM, Tom Herbert wrote:
> diff --git a/net/ipv4/udp_tunnel.c b/net/ipv4/udp_tunnel.c
> new file mode 100644
> index 0000000..61ec1a6
> --- /dev/null
> +++ b/net/ipv4/udp_tunnel.c
> @@ -0,0 +1,100 @@
> +#include <linux/module.h>
> +#include <linux/errno.h>
> +#include <linux/socket.h>
> +#include <linux/udp.h>
> +#include <linux/types.h>
> +#include <linux/kernel.h>
> +#include <net/udp.h>
> +#include <net/udp_tunnel.h>
> +#include <net/net_namespace.h>
> +
Its looks good if includes in alphabetical order... :-)
--
Regards,
Varka Bhadram.
prev parent reply other threads:[~2014-07-14 4:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 2:49 [PATCH 1/4] udp: Add udp_sock_create for UDP tunnels to open listener socket Tom Herbert
2014-07-14 4:52 ` Varka Bhadram [this message]
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=53C361F1.5060500@gmail.com \
--to=varkabhadram@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=therbert@google.com \
/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.