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)
Fri, Mar 29, 5:40 AM
Unknown Object (File)
Fri, Mar 29, 5:13 AM
Unknown Object (File)
Mar 16 2024, 9:26 AM
Unknown Object (File)
Jan 23 2024, 11:22 AM
Unknown Object (File)
Jan 9 2024, 1:17 PM
Unknown Object (File)
Dec 20 2023, 7:02 AM
Unknown Object (File)
Nov 10 2023, 12:42 PM
Unknown Object (File)
Nov 10 2023, 3:03 AM
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.