Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Stephen Hemminger
On Thu, 31 Aug 2017 23:50:26 +0200 Jesper Dangaard Brouer wrote: > On Thu, 31 Aug 2017 11:43:25 -0700 (PDT) > David Miller wrote: > > > From: Roopa Prabhu > > Date: Wed, 30 Aug 2017 22:18:13 -0700 > > > > > From: Roopa Prabhu > > > > > > This extends bridge fdb table tracepoints to also c

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Jesper Dangaard Brouer
On Thu, 31 Aug 2017 11:43:25 -0700 (PDT) David Miller wrote: > From: Roopa Prabhu > Date: Wed, 30 Aug 2017 22:18:13 -0700 > > > From: Roopa Prabhu > > > > This extends bridge fdb table tracepoints to also cover > > learned fdb entries in the br_fdb_update path. Note that > > unlike other trac

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 31, 2017 at 06:20:12PM +0200, Jesper Dangaard Brouer escreveu: > On Thu, 31 Aug 2017 09:30:05 -0600 David Ahern wrote: > > > On Thu, Aug 31, 2017 at 5:38 AM, Jesper Dangaard Brouer > > > wrote: > > > These bridge tracepoints in context are primarily for debugging fdb > > > updates

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread David Miller
From: Roopa Prabhu Date: Wed, 30 Aug 2017 22:18:13 -0700 > From: Roopa Prabhu > > 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

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Jesper Dangaard Brouer
On Thu, 31 Aug 2017 09:30:05 -0600 David Ahern wrote: > On 8/31/17 9:21 AM, Roopa Prabhu wrote: > > On Thu, Aug 31, 2017 at 5:38 AM, Jesper Dangaard Brouer > > wrote: > >> On Wed, 30 Aug 2017 22:18:13 -0700 > >> Roopa Prabhu wrote: > >> > >>> From: Roopa Prabhu > >>> > >>> This extends bri

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread David Ahern
On 8/31/17 9:21 AM, Roopa Prabhu wrote: > On Thu, Aug 31, 2017 at 5:38 AM, Jesper Dangaard Brouer > wrote: >> On Wed, 30 Aug 2017 22:18:13 -0700 >> Roopa Prabhu wrote: >> >>> From: Roopa Prabhu >>> >>> This extends bridge fdb table tracepoints to also cover >>> learned fdb entries in the br_fdb_

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Roopa Prabhu
On Thu, Aug 31, 2017 at 5:38 AM, Jesper Dangaard Brouer wrote: > On Wed, 30 Aug 2017 22:18:13 -0700 > Roopa Prabhu wrote: > >> From: Roopa Prabhu >> >> This extends bridge fdb table tracepoints to also cover >> learned fdb entries in the br_fdb_update path. Note that >> unlike other tracepoints

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Nikolay Aleksandrov
On 31/08/17 08:18, Roopa Prabhu wrote: > From: Roopa Prabhu > > 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 gen

Re: [PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-31 Thread Jesper Dangaard Brouer
On Wed, 30 Aug 2017 22:18:13 -0700 Roopa Prabhu wrote: > From: Roopa Prabhu > > 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 da

[PATCH net-next] bridge: add tracepoint in br_fdb_update

2017-08-30 Thread Roopa Prabhu
From: Roopa Prabhu 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_up