Drop the counter padding that was never buying a cache line
This commit is contained in:
@@ -18,7 +18,6 @@ type lossWindow struct {
|
|||||||
bits []uint64
|
bits []uint64
|
||||||
lost atomic.Uint64
|
lost atomic.Uint64
|
||||||
late atomic.Uint64
|
late atomic.Uint64
|
||||||
_ [16]byte
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func newLossWindows(n int) []lossWindow {
|
func newLossWindows(n int) []lossWindow {
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ type rxStats struct {
|
|||||||
badLen atomic.Uint64
|
badLen atomic.Uint64
|
||||||
crcErr atomic.Uint64
|
crcErr atomic.Uint64
|
||||||
rxErrs atomic.Uint64
|
rxErrs atomic.Uint64
|
||||||
_ [16]byte
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type rxWorker struct {
|
type rxWorker struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user