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

2017-09-25 Thread Nikolay Aleksandrov
On 25/09/17 12:47, Jiri Pirko wrote: > Mon, Sep 25, 2017 at 11:40:16AM CEST, niko...@cumulusnetworks.com wrote: >> On 25/09/17 12:35, Nikolay Aleksandrov wrote: >>> On 24/09/17 20:22, Jiri Pirko wrote: From: Yotam Gigi Make the ipmr module register as a FIB

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

2017-09-25 Thread Jiri Pirko
Mon, Sep 25, 2017 at 11:40:16AM CEST, niko...@cumulusnetworks.com wrote: >On 25/09/17 12:35, Nikolay Aleksandrov wrote: >> On 24/09/17 20:22, Jiri Pirko wrote: >>> From: Yotam Gigi >>> >>> Make the ipmr module register as a FIB notifier. To do that, implement both >>> the

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

2017-09-25 Thread Nikolay Aleksandrov
On 25/09/17 12:35, Nikolay Aleksandrov wrote: > On 24/09/17 20:22, 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

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

2017-09-25 Thread Nikolay Aleksandrov
On 24/09/17 20:22, 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

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

2017-09-25 Thread Yunsheng Lin
Hi, Yotam On 2017/9/25 13:38, Yotam Gigi wrote: > On 09/25/2017 04:19 AM, Yunsheng Lin wrote: >> Hi, Jiri >> >> On 2017/9/25 1:22, Jiri Pirko wrote: >>> From: Yotam Gigi >>> >>> Make the ipmr module register as a FIB notifier. To do that, implement both >>> the ipmr_seq_read

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

2017-09-24 Thread Yotam Gigi
On 09/25/2017 04:19 AM, Yunsheng Lin wrote: > Hi, Jiri > > On 2017/9/25 1:22, 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 v2 03/12] ipmr: Add FIB notification access functions

2017-09-24 Thread Yunsheng Lin
Hi, Jiri On 2017/9/25 1:22, 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

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

2017-09-24 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,