[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200126.210648.1149937805028220282.davem@davemloft.net>
Date: Sun, 26 Jan 2020 21:06:48 +0100 (CET)
From: David Miller <davem@...emloft.net>
To: martinvarghesenokia@...il.com
Cc: netdev@...r.kernel.org, corbet@....net, kuznet@....inr.ac.ru,
yoshfuji@...ux-ipv6.org, scott.drennan@...ia.com, jbenc@...hat.com,
martin.varghese@...ia.com
Subject: Re: [PATCH net-next v5 1/2] net: UDP tunnel encapsulation module
for tunnelling different protocols like MPLS,IP,NSH etc.
From: Martin Varghese <martinvarghesenokia@...il.com>
Date: Thu, 23 Jan 2020 23:34:15 +0530
> +#ifdef CONFIG_DST_CACHE
> + dst_cache = (struct dst_cache *)&info->dst_cache;
> + if (use_cache) {
> + dst = dst_cache_get_ip6(dst_cache, &fl6->saddr);
> + if (dst)
> + return dst;
> + }
> +#endif
This needs also an IPV6 ifdef guard.
The kbuild robot has reported this to you for at least v4 and v5
of this patch series. Please do not ignore such reports.
Powered by blists - more mailing lists