On 1/20/21 8:44 AM, Petr Machata wrote: > This policy is currently only used for creation of new next hops and new > next hop groups. Rename it accordingly and remove the two attributes that > are not valid in that context: NHA_GROUPS and NHA_MASTER. > > For consistency with other policies, do not mention policy array size in > the declarator, and replace NHA_MAX for ARRAY_SIZE as appropriate. > > Note that with this commit, NHA_MAX and __NHA_MAX are not used anymore. > Leave them in purely as a user API. > > Signed-off-by: Petr Machata <pe...@nvidia.com> > --- > > Notes: > v2: > - Do not specify size of the policy array. Use ARRAY_SIZE instead > of NHA_MAX > > net/ipv4/nexthop.c | 23 +++++++++-------------- > 1 file changed, 9 insertions(+), 14 deletions(-) >
Reviewed-by: David Ahern <dsah...@kernel.org>