bhyve terribly slow when using tagged vlan

2022-01-14 Thread Daniel Braniss
hi, the host is a very new Dell PowerEdge R6525 running FreeBSD 13.0, I have connected ixl0 to an untagged link and ixl1 to a tagged link I have created 2 bhyve clients, identical, except for the links, one is using ixl0 and the other ixl1.340 the untagged boots diskless in about 40 seconds, whi

[Bug 261198] bhyve host panics with: spin lock 0xffffffff81eac800 (callout) helpanic: spin lock held too long

2022-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261198 Bug ID: 261198 Summary: bhyve host panics with: spin lock 0x81eac800 (callout) helpanic: spin lock held too long Product: Base System Version: CURRENT Hardwar

[Bug 261198] bhyve host panics with: spin lock 0xffffffff81eac800 (callout) helpanic: spin lock held too long

2022-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261198 --- Comment #1 from Tom Jones --- Created attachment 231003 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231003&action=edit Panic while running disk test -- You are receiving this mail because: You are the assignee for the bu

[Bug 261198] bhyve host panics with: spin lock 0xffffffff81eac800 (callout) helpanic: spin lock held too long

2022-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261198 --- Comment #2 from Tom Jones --- Host is a AMD Ryzen 7 3700X 8-Core Processor, full dmesg is here: https://dmesgd.nycbug.org/index.cgi?do=view&id=6354 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 261198] bhyve host panics with: spin lock 0xffffffff81eac800 (callout) helpanic: spin lock held too long

2022-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261198 Vitaliy Gusev changed: What|Removed |Added CC||gusev.vita...@gmail.com --- Commen

RE: bhyve terribly slow when using tagged vlan

2022-01-14 Thread jason
Try: ifconfig ixl1 -lro -tso Observations that these options active on a stacked VLAN interface causes issues. Typically when a VLAN interface is pushed into a bridge, these should be stripped, but are not. Cheers, Jason. > -Original Message- > From: owner-freebsd-virtualizat...@freebs

Re: bhyve terribly slow when using tagged vlan

2022-01-14 Thread Daniel Braniss
> On 15 Jan 2022, at 1:34, ja...@tubnor.net wrote: > > ifconfig ixl1 -lro -tso bingo!!! thanks! danny