Hardware lock-in cleanup: ice RX counter set and by-driver map collapsed to the single ixgbe nicRxFields list (newNICPoller drops its redundant driver gate), checkCoalesce loses the try-tx-then-EINVAL fallback and sets rx-usecs shared with tx as the one path, ice-attributed comments neutralized, dead errs.total removed with its redundant test assertion; ice counter reference set recorded in docs/nics/e810; verified on hardware (20.00G, zero errors, ECD 41m)

This commit is contained in:
flamingcow
2026-08-17 12:45:41 -07:00
parent d9249f345c
commit 38c2cc4da2
6 changed files with 38 additions and 86 deletions
-3
View File
@@ -257,9 +257,6 @@ func TestErrsBetweenBuckets(t *testing.T) {
if got != want {
t.Errorf("errsBetween = %+v, want %+v", got, want)
}
if got.total() != 55 {
t.Errorf("total = %d, want 55", got.total())
}
}
// A reset re-bases from a fresh capture while the ring still holds buckets from