Drop the counter padding that was never buying a cache line

This commit is contained in:
flamingcow
2026-08-04 12:53:53 -07:00
parent 06592cbc81
commit a285b8999c
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@ type rxStats struct {
badLen atomic.Uint64
crcErr atomic.Uint64
rxErrs atomic.Uint64
_ [16]byte
}
type rxWorker struct {