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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user