Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2024 22:14:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 280386] if_bridge throws output errors under load
Message-ID:  <bug-280386-7501-WWSsDgA5Kk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280386-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280386-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280386

--- Comment #9 from pascal.guitierrez@gmail.com ---
(In reply to Mark Johnston from comment #8)

Thanks Mark, i'm using iperf3 -s on the server and iperf3 -P4 -c 192.168.0.=
5 -t
60 on the client, which i believe does create multiple flows:

tcp4       0 1303796 192.168.0.150.53387    192.168.0.5.5201       ESTABLIS=
HED
tcp4       0 1310084 192.168.0.150.17413    192.168.0.5.5201       ESTABLIS=
HED
tcp4       0 1311532 192.168.0.150.56093    192.168.0.5.5201       ESTABLIS=
HED
tcp4       0 1295148 192.168.0.150.54089    192.168.0.5.5201       ESTABLIS=
HED


Here are the counters before the test run:
dev.igb.0.iflib.txq3.r_drops: 570
dev.igb.0.iflib.txq2.r_drops: 130
dev.igb.0.iflib.txq1.r_drops: 168
dev.igb.0.iflib.txq0.r_drops: 6250


Here are the counters after the 60 second test:
dev.igb.0.iflib.txq3.r_drops: 570
dev.igb.0.iflib.txq2.r_drops: 130
dev.igb.0.iflib.txq1.r_drops: 168
dev.igb.0.iflib.txq0.r_drops: 6360 <-- only this value increased


Is that expected behaviour?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280386-7501-WWSsDgA5Kk>