svn commit: r327013 - head/sys/net

Stephen Hurd shurd at sasktel.net
Sun Dec 24 04:41:09 UTC 2017


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?


More information about the svn-src-head mailing list