[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 Kubilay Kocak changed: What|Removed |Added Flags||maintainer-feedback?(michel

[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 --- Comment #7 from Kyle Evans --- (In reply to Kubilay Kocak from comment #6) I am/was hoping to get confirmation from the original reporter as well that the referenced commit fixes their issue before I commit to touching this PR -- it's

[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 Kubilay Kocak changed: What|Removed |Added See Also||https://reviews.freebsd.org

[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 --- Comment #5 from Kyle Evans --- (In reply to longwitz from comment #3) Yup, sorry, I MFC'd 0c35b8609138 to stable/11 and stable/12 just last week which will remove the need for it in the future. -- You are receiving this mail because:

[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 --- Comment #4 from Toomas Soome --- (In reply to longwitz from comment #3) What method was used to load kernel, tftp or nfs? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 247111] pxeboot very slow with i219LM

2021-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247111 --- Comment #3 from longw...@incore.de --- I can confirm the patch worked for me in V12.2, my kernel of 20 MB loads in 32 seconds. Because now ERESTART is used I have the line #define _WANT_KERNEL_ERRNO 1 included in the sourcefile p

Re: Creating/destroying bulk VLAN interfaces takes too long

2021-08-30 Thread Eugene Grosbein
30.08.2021 14:13, Özkan KIRIK wrote: > Any suggestions? 1) Try stopping devd before test to see if it helps. devd runs LOTS of shell code upon interface creation. 2) Try "ifconfig em1 down" before test and "ifconfig em1 up" after. Also, look at kernel logs with timestamps to see how much time i

Re: network crash in nhop_free

2021-08-30 Thread Alexander V. Chernikov
> On 30 Aug 2021, at 08:32, Andriy Gapon wrote: > > On 30/08/2021 10:28, Andriy Gapon wrote: >> On 01/08/2021 16:36, Alexander V. Chernikov wrote: >>> >>> On 10 Jul 2021, at 10:07, Andriy Gapon wrote: On 09/07/2021 00:02, Alexander V. Chernikov wrote: > Hi Andriy, > Co

Re: network crash in nhop_free

2021-08-30 Thread Andriy Gapon
It seems that there is a mismatch between nhg_priv->nhg->nhops and nhg_priv->nhg_nh_weights. (kgdb) p nhg_priv->nhg_nh_weights[0] $8 = {nh = 0xa000369f1600, weight = 1} (kgdb) p nhg_priv->nhg_nh_weights[1] $9 = {nh = 0xa000369f1400, weight = 0} (kgdb) p nhg_priv->nhg->nhops[0] $10 =

Re: network crash in nhop_free

2021-08-30 Thread Andriy Gapon
On 30/08/2021 10:28, Andriy Gapon wrote: On 01/08/2021 16:36, Alexander V. Chernikov wrote: On 10 Jul 2021, at 10:07, Andriy Gapon wrote: On 09/07/2021 00:02, Alexander V. Chernikov wrote: Hi Andriy, Could you by any chance provide a bit more info on the system networking configuration an

Re: Creating/destroying bulk VLAN interfaces takes too long

2021-08-30 Thread Hans Petter Selasky
On 8/30/21 9:13 AM, Özkan KIRIK wrote: Hello, I'm using FreeBSD stable/12. Creating/destroying bulk vlan interfaces takes too long to finish. Running parallel doesn't matter. Is there any fast way to create 100 vlan interfaces? seq 1 100 | /usr/bin/time xargs -t -n 1 -I % ifconfig em1.% create

Re: network crash in nhop_free

2021-08-30 Thread Andriy Gapon
On 01/08/2021 16:36, Alexander V. Chernikov wrote: On 10 Jul 2021, at 10:07, Andriy Gapon wrote: On 09/07/2021 00:02, Alexander V. Chernikov wrote: Hi Andriy, Could you by any chance provide a bit more info on the system networking configuration and the steps leading to panic? No chance fo

Creating/destroying bulk VLAN interfaces takes too long

2021-08-30 Thread Özkan KIRIK
Hello, I'm using FreeBSD stable/12. Creating/destroying bulk vlan interfaces takes too long to finish. Running parallel doesn't matter. Is there any fast way to create 100 vlan interfaces? seq 1 100 | /usr/bin/time xargs -t -n 1 -I % ifconfig em1.% create ... ifconfig em1.99 create ifconfig em1.1