Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-19 Thread Jiri Pirko
Mon, Sep 19, 2016 at 04:53:07PM CEST, ro...@cumulusnetworks.com wrote: >On 9/18/16, 11:06 PM, Jiri Pirko wrote: >> Mon, Sep 19, 2016 at 01:23:47AM CEST, ro...@cumulusnetworks.com wrote: >>> On 9/6/16, 5:01 AM, Jiri Pirko wrote: From: Jiri Pirko This allows to pass information about

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-19 Thread Roopa Prabhu
On 9/18/16, 11:06 PM, Jiri Pirko wrote: > Mon, Sep 19, 2016 at 01:23:47AM CEST, ro...@cumulusnetworks.com wrote: >> On 9/6/16, 5:01 AM, Jiri Pirko wrote: >>> From: Jiri Pirko >>> >>> This allows to pass information about added/deleted fib entries to >>> whoever is interested. This is done in a ver

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-18 Thread Jiri Pirko
Mon, Sep 19, 2016 at 01:23:47AM CEST, ro...@cumulusnetworks.com wrote: >On 9/6/16, 5:01 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> This allows to pass information about added/deleted fib entries to >> whoever is interested. This is done in a very similar way as devinet >> notifies address add

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-18 Thread Roopa Prabhu
On 9/6/16, 5:01 AM, Jiri Pirko wrote: > From: Jiri Pirko > > This allows to pass information about added/deleted fib entries to > whoever is interested. This is done in a very similar way as devinet > notifies address additions/removals. > > Signed-off-by: Jiri Pirko > --- > include/net/ip_fib.h

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-07 Thread Jiri Pirko
Tue, Sep 06, 2016 at 05:13:36PM CEST, d...@cumulusnetworks.com wrote: >On 9/6/16 6:01 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> This allows to pass information about added/deleted fib entries to >> whoever is interested. This is done in a very similar way as devinet >> notifies address addi

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread Hannes Frederic Sowa
On Tue, Sep 6, 2016, at 17:49, Jiri Pirko wrote: > Tue, Sep 06, 2016 at 05:11:11PM CEST, d...@cumulusnetworks.com wrote: > >On 9/6/16 8:44 AM, Jiri Pirko wrote: > >> Tue, Sep 06, 2016 at 04:32:12PM CEST, d...@cumulusnetworks.com wrote: > >>> On 9/6/16 6:01 AM, Jiri Pirko wrote: > From: Jiri Pi

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread Jiri Pirko
Tue, Sep 06, 2016 at 05:11:11PM CEST, d...@cumulusnetworks.com wrote: >On 9/6/16 8:44 AM, Jiri Pirko wrote: >> Tue, Sep 06, 2016 at 04:32:12PM CEST, d...@cumulusnetworks.com wrote: >>> On 9/6/16 6:01 AM, Jiri Pirko wrote: From: Jiri Pirko This allows to pass information about added/

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread David Ahern
On 9/6/16 6:01 AM, Jiri Pirko wrote: > From: Jiri Pirko > > This allows to pass information about added/deleted fib entries to > whoever is interested. This is done in a very similar way as devinet > notifies address additions/removals. > > Signed-off-by: Jiri Pirko > --- > include/net/ip_fib.

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread David Ahern
On 9/6/16 8:44 AM, Jiri Pirko wrote: > Tue, Sep 06, 2016 at 04:32:12PM CEST, d...@cumulusnetworks.com wrote: >> On 9/6/16 6:01 AM, Jiri Pirko wrote: >>> From: Jiri Pirko >>> >>> This allows to pass information about added/deleted fib entries to >>> whoever is interested. This is done in a very sim

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread Jiri Pirko
Tue, Sep 06, 2016 at 04:32:12PM CEST, d...@cumulusnetworks.com wrote: >On 9/6/16 6:01 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> This allows to pass information about added/deleted fib entries to >> whoever is interested. This is done in a very similar way as devinet >> notifies address addi

Re: [patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread David Ahern
On 9/6/16 6:01 AM, Jiri Pirko wrote: > From: Jiri Pirko > > This allows to pass information about added/deleted fib entries to > whoever is interested. This is done in a very similar way as devinet > notifies address additions/removals. > > Signed-off-by: Jiri Pirko > --- > include/net/ip_fib.

[patch net-next RFC 1/2] fib: introduce fib notification infrastructure

2016-09-06 Thread Jiri Pirko
From: Jiri Pirko This allows to pass information about added/deleted fib entries to whoever is interested. This is done in a very similar way as devinet notifies address additions/removals. Signed-off-by: Jiri Pirko --- include/net/ip_fib.h | 19 +++ net/ipv4/fib_trie.c | 43 +