Re: [PATCH net] ipmr_base: Do not reset index in mr_table_dump

2019-05-03 Thread David Miller
From: David Ahern Date: Thu, 2 May 2019 15:14:15 -0700 > From: David Ahern > > e is the counter used to save the location of a dump when an > skb is filled. Once the walk of the table is complete, mr_table_dump > needs to return without resetting that index to 0. Dump of a specific > table is

[PATCH net] ipmr_base: Do not reset index in mr_table_dump

2019-05-02 Thread David Ahern
From: David Ahern e is the counter used to save the location of a dump when an skb is filled. Once the walk of the table is complete, mr_table_dump needs to return without resetting that index to 0. Dump of a specific table is looping because of the reset because there is no way to indicate the w