Jumbo in the size mix (MTU 9000 + module jumbo pinned), check-first module config trusting GET reads, cable diag async at startup through the reset path, MODULES table dissolved into SETTINGS/LINKS, per-driver NIC counter sets, comment cleanup

This commit is contained in:
flamingcow
2026-08-13 08:04:26 -07:00
parent 979dc7a772
commit bba1fa5e02
12 changed files with 201 additions and 135 deletions
+2 -4
View File
@@ -18,10 +18,8 @@ type hwtstampConfig struct {
rxFilter int32
}
// Temporarily bypassed rather than fatal: the X520 bench card cannot stamp
// all packets, and the BCM diagnostics path needs runs now. Without stamps
// the rate buckets never fill, so the panel's rates read zero; everything
// else still measures.
// Temporarily bypassed so BCM work can run on the X520, which cannot stamp;
// restore to fatal for the product NIC (docs/open-questions.md).
func checkTimestamping(fd int, ifname string) checkResult {
res := configureTimestamping(fd, ifname)
if res.err != nil {