From: Roopa Prabhu <ro...@cumulusnetworks.com> Date: Mon, 27 Apr 2020 13:56:44 -0700
> Currently route nexthop API maintains user space compatibility > with old route API by default. Dumps and netlink notifications > support both new and old API format. In systems which have > moved to the new API, this compatibility mode cancels some > of the performance benefits provided by the new nexthop API. > > This patch adds new sysctl nexthop_compat_mode which is on > by default but provides the ability to turn off compatibility > mode allowing systems to run entirely with the new routing > API if they wish to. Old route API behaviour and support is > not modified by this sysctl ... Series applied, thank you.