Re: [RFC PATCH net-next 05/22] nexthop: Add nexthop notification data structures

2020-09-11 Thread Ido Schimmel
On Tue, Sep 08, 2020 at 08:43:10AM -0600, David Ahern wrote: > On 9/8/20 3:10 AM, Ido Schimmel wrote: > > From: Ido Schimmel > > > > Add data structures that will be used for nexthop replace and delete > > notifications in the previously introduced nexthop notification chain. > > > > New data st

Re: [RFC PATCH net-next 05/22] nexthop: Add nexthop notification data structures

2020-09-08 Thread David Ahern
On 9/8/20 3:10 AM, Ido Schimmel wrote: > From: Ido Schimmel > > Add data structures that will be used for nexthop replace and delete > notifications in the previously introduced nexthop notification chain. > > New data structures are added instead of passing the existing nexthop > code structure

[RFC PATCH net-next 05/22] nexthop: Add nexthop notification data structures

2020-09-08 Thread Ido Schimmel
From: Ido Schimmel Add data structures that will be used for nexthop replace and delete notifications in the previously introduced nexthop notification chain. New data structures are added instead of passing the existing nexthop code structures directly for several reasons. First, the existing