Date: Sat, 23 Dec 2017 23:13:37 -0500 From: Stephen Hurd <shurd@sasktel.net> To: Oleg Bulyzhin <oleg@FreeBSD.org> Cc: Stephen Hurd <shurd@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Sean Bruno <sbruno@freebsd.org>, erj@freebsd.org Subject: Re: svn commit: r327013 - head/sys/net Message-ID: <98940f9d-cbe6-8c98-054d-6069832080d4@sasktel.net> In-Reply-To: <20171223105706.GA86594@lath.RINET.ru> References: <201712200103.vBK13YgS025896@repo.freebsd.org> <20171222115825.GA69149@lath.RINET.ru> <16beab6b-3252-1f84-33f4-f9fc49f158a2@FreeBSD.org> <20171222225840.GA78272@lath.RINET.ru> <f3b03310-99c8-42c8-be0b-e45742d6f364@sasktel.net> <20171223105706.GA86594@lath.RINET.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 the log info (if any) for them as well? > It's custom kernel on my testing machine. It has em too but ix is probed first.. > If i comment out if_ix.ko load - it boots just fine (looks like if_em is > not calling iflib_irq_set_affinity()): > > em0: <Intel(R) PRO/1000 Network Connection> port 0xdc00-0xdc1f mem 0xfeae0000-0x > feafffff,0xfeac0000-0xfeadffff irq 17 at device 0.0 on pci3 > em0: attach_pre capping queues at 1 > em0: using 1024 tx descriptors and 1024 rx descriptors > em0: msix_init qsets capped at 1 > em0: PCIY_MSIX capability not found; or rid 0 == 0. > em0: Using a Legacy interrupt > em0: allocated for 1 tx_queues > em0: allocated for 1 rx_queues > ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 54 > em0: bpf attached > em0: Ethernet address: 00:15:17:3a:0c:7a > em0: netmap queues/slots: TX 1/1024, RX 1/1024 > > P.S. verbose dmesg & kernel conf attached Hrm, can you try it with: options EARLY_AP_STARTUP In slave-amd64-smp-debug?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98940f9d-cbe6-8c98-054d-6069832080d4>