[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150703094918.GG26182@pox.localdomain>
Date: Fri, 3 Jul 2015 11:49:18 +0200
From: Thomas Graf <tgraf@...g.ch>
To: Roopa Prabhu <roopa@...ulusnetworks.com>
Cc: ebiederm@...ssion.com, rshearma@...cade.com, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next RFC v2 1/3] lwt: infrastructure to support light
weight tunnels
On 06/18/15 at 09:49pm, Roopa Prabhu wrote:
> +static inline struct lwtunnel_state *lwtunnel_skb_lwstate(struct sk_buff *skb)
> +{
> + struct rtable *rt = (struct rtable *)skb_dst(skb);
> +
> + return rt->rt_lwtstate;
> +}
Noticed while rebasing onto your patches. This needs an
ifdef CONFIG_LWTUNNEL.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists