From owner-svn-src-head@freebsd.org Sun Dec 24 04:41:09 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22F2CE973DE; Sun, 24 Dec 2017 04:41:09 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from mail119c7.megamailservers.com (mail519c7.megamailservers.com [209.235.141.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5145767CD8; Sun, 24 Dec 2017 04:41:07 +0000 (UTC) (envelope-from shurd@sasktel.net) X-Authenticated-User: hurds.sasktel.net X-VIP: 69.49.109.87 Received: from [192.168.0.33] (c-107-5-177-180.hsd1.mi.comcast.net [107.5.177.180]) (authenticated bits=0) by mail119c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id vBO4DbNr011121; Sat, 23 Dec 2017 23:13:38 -0500 Subject: Re: svn commit: r327013 - head/sys/net To: Oleg Bulyzhin Cc: Stephen Hurd , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Sean Bruno , erj@freebsd.org References: <201712200103.vBK13YgS025896@repo.freebsd.org> <20171222115825.GA69149@lath.RINET.ru> <16beab6b-3252-1f84-33f4-f9fc49f158a2@FreeBSD.org> <20171222225840.GA78272@lath.RINET.ru> <20171223105706.GA86594@lath.RINET.ru> From: Stephen Hurd Message-ID: <98940f9d-cbe6-8c98-054d-6069832080d4@sasktel.net> Date: Sat, 23 Dec 2017 23:13:37 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48 MIME-Version: 1.0 In-Reply-To: <20171223105706.GA86594@lath.RINET.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CTCH-RefID: str=0001.0A020204.5A3F2973.0041, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.2 cv=IPRyMknG c=1 sm=1 tr=0 a=qjOqI3gpwxmQgA7j5BgDJQ==:117 a=qjOqI3gpwxmQgA7j5BgDJQ==:17 a=8nJEP1OIZ-IA:10 a=ZdTye3KDeUXdz7U2TQ4A:9 a=wPNLvfGTeEIA:10 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Dec 2017 04:41:09 -0000 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: 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?