Re: svn commit: r327013 - head/sys/net

2017-12-27 Thread shurd
On Sun, 24 Dec 2017 12:43:29 +0300, Oleg Bulyzhin wrote: On Sat, Dec 23, 2017 at 11:13:37PM -0500, Stephen Hurd wrote: Hrm, can you try it with: options EARLY_AP_STARTUP In slave-amd64-smp-debug? yes, it does boot now:   Should be fixed for !EARLY_AP_STARTUP as of r327244.  Thanks

Re: svn commit: r327013 - head/sys/net

2017-12-24 Thread Oleg Bulyzhin
On Sat, Dec 23, 2017 at 11:13:37PM -0500, Stephen Hurd wrote: > Hrm, can you try it with: > optionsEARLY_AP_STARTUP > > In slave-amd64-smp-debug? yes, it does boot now: ix0: port 0xcc00-0xcc1f mem 0xfd e8-0xfdef,0xfde7c000-0xfde7 irq 18 at device 0.0 on pci2 ix0: using 2048

Re: svn commit: r327013 - head/sys/net

2017-12-23 Thread Stephen Hurd
Oleg Bulyzhin wrote: On Fri, Dec 22, 2017 at 07:11:36PM -0500, Stephen Hurd wrote: Interesting... is this a standard GENERIC kernel, or is this a custom config? If a custom config, can you send it to me? Also, does this system have any other iflib drivers? igb, em, or bnxt? Can you include t

Re: svn commit: r327013 - head/sys/net

2017-12-23 Thread Oleg Bulyzhin
On Fri, Dec 22, 2017 at 07:11:36PM -0500, Stephen Hurd wrote: > Interesting... is this a standard GENERIC kernel, or is this a custom > config? If a custom config, can you send it to me? > > Also, does this system have any other iflib drivers? igb, em, or bnxt? > Can you include the log info

Re: svn commit: r327013 - head/sys/net

2017-12-22 Thread Stephen Hurd
Oleg Bulyzhin wrote: On Fri, Dec 22, 2017 at 01:22:20PM -0500, Stephen Hurd wrote: Can you provide me with the output of ``sysctl kern.sched.topology_spec''? # sysctl kern.sched.topology_spec kern.sched.topology_spec: 0, 1, 2, 3 0 1 2

Re: svn commit: r327013 - head/sys/net

2017-12-22 Thread Oleg Bulyzhin
On Fri, Dec 22, 2017 at 01:22:20PM -0500, Stephen Hurd wrote: > Can you provide me with the output of ``sysctl kern.sched.topology_spec''? # sysctl kern.sched.topology_spec kern.sched.topology_spec: 0, 1, 2, 3 0 1 2 3 > And provide the

Re: svn commit: r327013 - head/sys/net

2017-12-22 Thread Stephen Hurd
Oleg Bulyzhin wrote: On Wed, Dec 20, 2017 at 01:03:34AM +, Stephen Hurd wrote: Author: shurd Date: Wed Dec 20 01:03:34 2017 New Revision: 327013 URL: https://svnweb.freebsd.org/changeset/base/327013 Log: Support attaching tx queues to cpus This will attempt to use a different thre

Re: svn commit: r327013 - head/sys/net

2017-12-22 Thread Oleg Bulyzhin
On Wed, Dec 20, 2017 at 01:03:34AM +, Stephen Hurd wrote: > Author: shurd > Date: Wed Dec 20 01:03:34 2017 > New Revision: 327013 > URL: https://svnweb.freebsd.org/changeset/base/327013 > > Log: > Support attaching tx queues to cpus > > This will attempt to use a different thread/core o

svn commit: r327013 - head/sys/net

2017-12-19 Thread Stephen Hurd
Author: shurd Date: Wed Dec 20 01:03:34 2017 New Revision: 327013 URL: https://svnweb.freebsd.org/changeset/base/327013 Log: Support attaching tx queues to cpus This will attempt to use a different thread/core on the same L2 cache when possible, or use the same cpu as the rx thread when n