From owner-svn-src-all@freebsd.org Sat Dec 23 00:40:06 2017 Return-Path: Delivered-To: svn-src-all@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 45780E8DE9B; Sat, 23 Dec 2017 00:40:06 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from mail101c7.megamailservers.com (mail501c7.megamailservers.com [209.235.141.1]) (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 6F9DF6CF6F; Sat, 23 Dec 2017 00:40:04 +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 mail101c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id vBN0BacF009476; Fri, 22 Dec 2017 19:11:38 -0500 Subject: Re: svn commit: r327013 - head/sys/net To: Oleg Bulyzhin , Stephen Hurd Cc: 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> From: Stephen Hurd Message-ID: Date: Fri, 22 Dec 2017 19:11:36 -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: <20171222225840.GA78272@lath.RINET.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CTCH-RefID: str=0001.0A020203.5A3D9F3A.00AB, 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=VcCHBBh9 c=1 sm=1 tr=0 a=qjOqI3gpwxmQgA7j5BgDJQ==:117 a=qjOqI3gpwxmQgA7j5BgDJQ==:17 a=IkcTkHD0fZMA:10 a=lXmGUxgZMlm7YPxNZJAA:9 a=QEXdDO2ut3YA:10 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2017 00:40:06 -0000 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 > > > 3 > > > > > >> And provide the new dmesg with this added output. > ix0: port 0xcc00-0xcc1f mem 0xfde80000-0xfdefffff,0xfde7c000-0xfde7ffff irq 18 at device 0.0 on pci2 > ix0: using 2048 tx descriptors and 2048 rx descriptors > ix0: msix_init qsets capped at 16 > ix0: pxm cpus: 4 queue msgs: 63 admincnt: 1 > ix0: using 4 rx queues 4 tx queues > ix0: attempting to allocate 5 MSI-X vectors (64 supported) > msi: routing MSI-X IRQ 259 to local APIC 0 vector 54 > msi: routing MSI-X IRQ 260 to local APIC 0 vector 55 > msi: routing MSI-X IRQ 261 to local APIC 0 vector 56 > msi: routing MSI-X IRQ 262 to local APIC 0 vector 57 > msi: routing MSI-X IRQ 263 to local APIC 0 vector 58 > ix0: using IRQs 259-263 for MSI-X > ix0: Using MSIX interrupts with 5 vectors > ix0: allocated for 4 queues > ix0: allocated for 4 rx queues > ix0: irq=259, type=0, qid=0, name=rxq0 > panic: Assertion gtask->gt_taskqueue != NULL failed at /usr/src/sys/net/iflib.c:5178 > cpuid = 0 > time = 1 > KDB: enter: panic 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?