All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Pravin B Shelar <pshelar@nicira.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, jesse@nicira.com
Subject: Re: [PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code.
Date: Tue, 19 Mar 2013 14:21:41 -0700	[thread overview]
Message-ID: <20130319142141.5d32cae2@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1363630405-1672-1-git-send-email-pshelar@nicira.com>

On Mon, 18 Mar 2013 11:13:25 -0700
Pravin B Shelar <pshelar@nicira.com> wrote:

> Following patch refactors GRE code into ip tunneling code and GRE
> specific code. Common tunneling code is moved to ip_tunnel module.
> ip_tunnel module is written as generic library which can be used
> by different tunneling implementations.
> 
> ip_tunnel module contains following components:
>  - packet xmit and rcv generic code. xmit flow looks like
>    (gre_xmit/ipip_xmit)->ip_tunnel_xmit->ip_local_out.
>  - hash table of all devices.
>  - lookup for tunnel devices.
>  - control plane operations like device create, destroy, ioctl, netlink
>    operations code.
>  - registration for tunneling modules, like gre, ipip etc.
>  - define single pcpu_tstats dev->tstats.
>  - struct tnl_ptk_info added to pass parsed tunnel packet parameters.
> 
> ipip.h header is renamed to ip_tunnel.h
> 
> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>

Doesn't build with this patch alone (ie. not bisectable).


  CC [M]  net/ipv6/ip6_gre.o
net/ipv6/ip6_gre.c:41:27: fatal error: net/ip_tunnel.h: No such file or directory
compilation terminated.

  parent reply	other threads:[~2013-03-19 21:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-18 18:13 [PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code Pravin B Shelar
2013-03-18 19:23 ` David Miller
2013-03-18 19:24   ` David Miller
2013-03-18 19:24 ` Stephen Hemminger
2013-03-18 19:33   ` David Miller
2013-03-19  3:11     ` Pravin Shelar
2013-03-19 10:31     ` Bjørn Mork
2013-03-19 20:58       ` Stephen Hemminger
2013-03-19 21:21 ` Stephen Hemminger [this message]
2013-03-19 21:26   ` David Miller
2013-03-19 21:38     ` Pravin Shelar
2013-03-19 21:56       ` David Miller
2013-03-25 19:30         ` Pravin Shelar
2013-03-25 19:39           ` David Miller
2013-03-25 20:23             ` 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=20130319142141.5d32cae2@nehalam.linuxnetplumber.net \
    --to=stephen@networkplumber.org \
    --cc=davem@davemloft.net \
    --cc=jesse@nicira.com \
    --cc=netdev@vger.kernel.org \
    --cc=pshelar@nicira.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.