Re: [PATCH v3 net-next 13/13] net: Use common nexthop init and release helpers
From: Ido Schimmel <hidden>
Date: 2019-03-28 11:23:59
From: Ido Schimmel <hidden>
Date: 2019-03-28 11:23:59
On Wed, Mar 27, 2019 at 08:53:58PM -0700, David Ahern wrote:
From: David Ahern <redacted> With fib_nh_common in place, move common initialization and release code into helpers used by both ipv4 and ipv6. For the moment, the init is just the lwt encap and the release is both the netdev reference and the the lwt state reference. More will be added later. Signed-off-by: David Ahern <redacted>
Reviewed-by: Ido Schimmel <redacted>