Re: [patch net-next 03/12] ipmr: Add FIB notification access functions

2017-09-22 Thread Yotam Gigi
On 09/21/2017 02:19 PM, Nikolay Aleksandrov wrote: > On 21/09/17 09:43, Jiri Pirko wrote: >> From: Yotam Gigi >> >> Make the ipmr module register as a FIB notifier. To do that, implement both >> the ipmr_seq_read and ipmr_dump ops. >> >> The ipmr_seq_read op returns a

Re: [patch net-next 03/12] ipmr: Add FIB notification access functions

2017-09-21 Thread Nikolay Aleksandrov
On 21/09/17 09:43, Jiri Pirko wrote: > From: Yotam Gigi > > Make the ipmr module register as a FIB notifier. To do that, implement both > the ipmr_seq_read and ipmr_dump ops. > > The ipmr_seq_read op returns a sequence counter that is incremented on > every notification

[patch net-next 03/12] ipmr: Add FIB notification access functions

2017-09-21 Thread Jiri Pirko
From: Yotam Gigi Make the ipmr module register as a FIB notifier. To do that, implement both the ipmr_seq_read and ipmr_dump ops. The ipmr_seq_read op returns a sequence counter that is incremented on every notification related operation done by the ipmr. To implement that,