[Bug 258258] igb - batch creating vlans causes ifconfig %100 cpu usage - dmesg: igbX: Hardware Initialization Failed
Date: Fri, 03 Sep 2021 19:21:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258258 --- Comment #1 from Ozkan KIRIK <ozkan.kirik@gmail.com> --- adding 0.2 sleep between ifconfig commands, solves problem. But this is only a work around, not a fix. This is a big problem for the systems that have huge number of vlan interfaces. working solution: seq 2 4000 | xargs -t -L 1 -I % bash -c "ifconfig igb5.% create; sleep 0.2" but it takes toooooo long to complete. -- You are receiving this mail because: You are the assignee for the bug.