Page MenuHomeFreeBSD

Convert routing stats to VNET_PCPUSTAT
ClosedPublic

Authored by olivier on Dec 16 2019, 5:51 PM.
Tags
None
Referenced Files
F146511935: D22834.diff
Tue, Mar 3, 6:45 AM
Unknown Object (File)
Mon, Mar 2, 11:21 AM
Unknown Object (File)
Mon, Mar 2, 12:15 AM
Unknown Object (File)
Sun, Mar 1, 4:21 AM
Unknown Object (File)
Sat, Feb 28, 3:38 PM
Unknown Object (File)
Tue, Feb 24, 7:23 PM
Unknown Object (File)
Dec 20 2025, 10:19 AM
Unknown Object (File)
Nov 27 2025, 10:06 PM

Details

Summary

Looks like those old stats should be converted to VNET_PCPUSTAT

Diff Detail

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

Event Timeline

sys/net/route.c
668 ↗(On Diff #65709)

Nit: previous logic increased that under if (error == 0) condition

sys/net/route.h
257 ↗(On Diff #65709)

Do we need counters that can go backwards ? :-)
On a serious note, zero statistics can potentially be useful.

sys/net/route.h
257 ↗(On Diff #65709)

Sorry, I meant macro, zeroing current statistics counters.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 17 2019, 2:02 AM
This revision was automatically updated to reflect the committed changes.