Page MenuHomeFreeBSD

Rename rt_flags to rte_flags && reduce number of rt_nhop accesses.
ClosedPublic

Authored by melifaro on Aug 21 2020, 11:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 12:14 AM
Unknown Object (File)
Tue, Apr 22, 11:46 PM
Unknown Object (File)
Tue, Apr 22, 11:19 PM
Unknown Object (File)
Thu, Apr 17, 5:33 AM
Unknown Object (File)
Mon, Apr 14, 11:12 AM
Unknown Object (File)
Mon, Apr 14, 3:53 AM
Unknown Object (File)
Sun, Apr 13, 10:32 PM
Unknown Object (File)
Sun, Apr 13, 10:24 PM
Subscribers

Details

Summary

No functional changes.

Most of the routing flags are stored in the netxtop instead of rtentry.
Rename rt->rt_flags to rt->rte_flags to simplify reading/modifying code checking routing flags.

In the new multipath code, rt->rt_nhop may actually point to nexthop group instead of nhop.
To ease transition, reduce the amount of rt_nhop->... accesses.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro retitled this revision from Rename rt_flags to rte_flags && reduce number of rt_nhop accesses. Most of the routing flags are stored in the netxtop instead of rtentry. Rename `rt->rt_flags` to `rt->rte_flags` to simplify reading of flags checking code. In the new... to Rename rt_flags to rte_flags && reduce number of rt_nhop accesses..Aug 21 2020, 11:08 PM
melifaro edited the summary of this revision. (Show Details)
melifaro added a reviewer: network.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 22 2020, 7:31 PM
This revision was automatically updated to reflect the committed changes.