Take ns/m to 4.85, measured against a 6m cable
This commit is contained in:
@@ -635,7 +635,7 @@ func main() {
|
|||||||
streams = flag.Int("streams", 7, "independent streams per direction, capped by rx rings; each gets its own ethertype, steered by a flow rule to its own rx queue")
|
streams = flag.Int("streams", 7, "independent streams per direction, capped by rx rings; each gets its own ethertype, steered by a flow rule to its own rx queue")
|
||||||
batch = flag.Int("batch", 64, "frames per sendmmsg/recvmmsg call")
|
batch = flag.Int("batch", 64, "frames per sendmmsg/recvmmsg call")
|
||||||
|
|
||||||
nsPerM = flag.Float64("ns-per-m", 5.2, "mean of both directions, per metre of cable")
|
nsPerM = flag.Float64("ns-per-m", 4.85, "mean of both directions, per metre of cable")
|
||||||
)
|
)
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user