From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 0/3] net: Update fib_table_lookup tracepoints Date: Thu, 24 May 2018 23:01:37 -0400 (EDT) Message-ID: <20180524.230137.1807669884179615246.davem@davemloft.net> References: <20180524000849.6553-1-dsahern@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, dsahern@gmail.com To: dsahern@kernel.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54704 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235AbeEYDBi (ORCPT ); Thu, 24 May 2018 23:01:38 -0400 In-Reply-To: <20180524000849.6553-1-dsahern@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: dsahern@kernel.org Date: Wed, 23 May 2018 17:08:46 -0700 > From: David Ahern > > Update the FIB lookup tracepoints to include ip proto and port fields > from the flow struct. In the process make the IPv4 tracepoint inline > with IPv6 which is much easier to use and follow the lookup and result. > > Remove the tracepoint in fib_validate_source which does not provide > value above the fib_table_lookup which immediately follows it. > > v2 > - move CREATE_TRACE_POINTS for the v6 tracepoint to route.c to handle > its need for an internal function to convert route type to error and > handle IPv6 as a module or builtin. Reported by kbuild robot. Series applied.