[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170831.114325.2027598728601121750.davem@davemloft.net>
Date: Thu, 31 Aug 2017 11:43:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: roopa@...ulusnetworks.com
Cc: netdev@...r.kernel.org, nikolay@...ulusnetworks.com,
f.fainelli@...il.com, andrew@...n.ch,
bridge@...ts.linux-foundation.org
Subject: Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update
From: Roopa Prabhu <roopa@...ulusnetworks.com>
Date: Wed, 30 Aug 2017 22:18:13 -0700
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
>
> This extends bridge fdb table tracepoints to also cover
> learned fdb entries in the br_fdb_update path. Note that
> unlike other tracepoints I have moved this to when the fdb
> is modified because this is in the datapath and can generate
> a lot of noise in the trace output. br_fdb_update is also called
> from added_by_user context in the NTF_USE case which is already
> traced ..hence the !added_by_user check.
>
> Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
Applied.
Let's use dev->name for now and if the tooling can eventually
do transparent ifindex->name then we can consider redoing
a bunch of networking tracepoints.
Thanks.
Powered by blists - more mailing lists