From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: Re: [PATCH net-next v2 4/7] vxlan: improve vxlan route lookup checks. Date: Thu, 10 Nov 2016 19:37:09 +0100 Message-ID: <20161110193709.2c539093@griffin> References: <1478371557-71888-1-git-send-email-pshelar@ovn.org> <1478371557-71888-5-git-send-email-pshelar@ovn.org> <20161109174138.410b4385@griffin> <20161110105639.6e8b70f7@griffin> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux Kernel Network Developers To: Pravin Shelar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51462 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674AbcKJShM (ORCPT ); Thu, 10 Nov 2016 13:37:12 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 10 Nov 2016 10:10:25 -0800, Pravin Shelar wrote: > I am specifically talking about cached routes. If the dst entry is > cached, this patch avoids checking for device loop. Okay, true, for cached routes we do less work with this patch. This was more a side note anyway, the real comment was increasing of the dev stats (which you already said you would fix). Thanks! Jiri