From owner-freebsd-bugs@freebsd.org Fri Jan 27 10:47:41 2017 Return-Path: Delivered-To: freebsd-bugs@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 C0B6DCC4A16; Fri, 27 Jan 2017 10:47:41 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward2m.cmail.yandex.net (forward2m.cmail.yandex.net [5.255.216.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB82FAD; Fri, 27 Jan 2017 10:47:41 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1j.mail.yandex.net (smtp1j.mail.yandex.net [95.108.130.59]) by forward2m.cmail.yandex.net (Yandex) with ESMTP id 27839218B5; Fri, 27 Jan 2017 13:47:37 +0300 (MSK) Received: from smtp1j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1j.mail.yandex.net (Yandex) with ESMTP id F39A53C81415; Fri, 27 Jan 2017 13:47:34 +0300 (MSK) Received: by smtp1j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id CV6ORWtxRJ-lXq4toUg; Fri, 27 Jan 2017 13:47:33 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1485514054; bh=W1RxltENrwvul06MuI+Z3Yw4vIcV4GdgTH9Rnp2RrB0=; h=Subject:To:References:Cc:From:Message-ID:Date:In-Reply-To; b=Q7m/mCSGla0Grmazeta/GW62E4w5HjFQJEh1AiJjVPWy30rmswa3LqHlpv0awNale U+G1qTZ9HJfqfbgMHXHrovG62LcdzpiwCy8F+Mu4gFIK4IBr+osoBYaEf7nHGneFyY L3rYnPx6NmDGQVD5W6WXAulrlo4i6U5i/G6lpSxo= Authentication-Results: smtp1j.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Subject: Re: [SOLVED] panics collections on FreeBSD 11.0-RC1 RC2 PRERELEASE RELEASE STABLE To: Ivan Klymenko , hiren panchasara References: <20161021220413.1d130f5c@nonamehost> <20161228095808.64d617de@nonamehost> <20161228174142.GB17818@strugglingcoder.info> <20161228195333.120e844f@nonamehost> <20161228175729.GC17818@strugglingcoder.info> <20170127003310.15c5a828@nonamehost> Cc: freebsd-bugs@freebsd.org, freebsd-stable@freebsd.org From: "Andrey V. Elsukov" Message-ID: <478d912c-b9ed-44e0-6afb-c3f30cefec6b@yandex.ru> Date: Fri, 27 Jan 2017 13:46:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170127003310.15c5a828@nonamehost> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 10:47:41 -0000 On 27.01.2017 01:33, Ivan Klymenko wrote: > The reason most panics served as tuning Netisr: > net.isr.numthreads=4 > net.isr.maxthreads=4 > net.isr.bindthreads=1 > > Apparently, this subsystem at some moment had been broken. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211836 -- WBR, Andrey V. Elsukov