Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2023 14:32:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 270188] emulators/virtualbox-ose: review package message direction to emulation@
Message-ID:  <bug-270188-27103-ka9lpO9ZE7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270188-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270188-27103@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=3D270188

--- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> ---
About Troubleshooting on Wiki page.

Suggest to add just resolved problem on my new installation: very low netwo=
rk
bandwidth (~2.5Mbit/s on VM via iperf) with bridged network on igb (Intel I=
350
onboard IBM X3550 M4) or lagg with several igb nics.
Solution: disable RXCSUM (bw increased in ~300 times) and TXCSUM (+10% more=
 for
bw).
In command line:
> ifconfig igb0 -rxcsum -txcsum
In rc.conf:
> ifconfig_igb0=3D"inet IP netmask MASK -rxcsum -txcsum"
If use lagg in rc.conf:
> ifconfig_igb0=3D"up -rxcsum -txcsum"
> ifconfig_igb1=3D"up -rxcsum -txcsum"

P.S. Just a note not to lose the solution. And maybe it will help someone e=
lse.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270188-27103-ka9lpO9ZE7>