From owner-freebsd-net@freebsd.org Tue Aug 8 07:37:13 2017 Return-Path: Delivered-To: freebsd-net@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 970CBDC8839 for ; Tue, 8 Aug 2017 07:37:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 59A6773CFD for ; Tue, 8 Aug 2017 07:37:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7307226079F; Tue, 8 Aug 2017 09:37:10 +0200 (CEST) Subject: Re: mlx4en, timer irq @100%... To: Ben RUBSON , FreeBSD Net References: <72b9de84-5572-3737-b274-34d2c5cdf634@selasky.org> <91DCB96E-4C08-44C5-94E7-E7C686DEFE5F@gmail.com> <4DF74CB8-23D2-4CCF-B699-5B86DAEA65E5@gmail.com> <40602CEA-D417-4E5B-8C68-916958D49A0B@gmail.com> <9c306f10-7c05-d28d-e551-a930603aaafa@selasky.org> <896dd782-cb2c-0259-65d1-b00daae452de@FreeBSD.org> <0DB9F6FF-8BC9-48F5-B359-AC1905B9EB06@gmail.com> <7f14c95d-1ef8-bf82-c469-e6566c3aba66@selasky.org> <76A5EE7E-1D2E-46B4-86F1-F219C3DCE6EA@gmail.com> <4C91C6E5-0725-42E7-9813-1F3ACF3DDD6E@gmail.com> From: Hans Petter Selasky Message-ID: <708ba28c-a235-aefe-f700-9bc78d5154a7@selasky.org> Date: Tue, 8 Aug 2017 09:34:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <4C91C6E5-0725-42E7-9813-1F3ACF3DDD6E@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 07:37:13 -0000 On 08/08/17 09:04, Ben RUBSON wrote: > Here is vmstat -z : > https://benrubson.github.io/vmstatz.log From what I can see there are not TCP allocation failures. This rules out one class of bugs: > socket: 864, 2092652, 105, 371, 2318298, 0, 0 > unpcb: 240, 2092656, 14, 1506, 70953, 0, 0 > ipq: 56, 127374, 0, 0, 0, 0, 0 > udp_inpcb: 464, 2092656, 12, 1044, 1515824, 0, 0 > udpcb: 32, 2092750, 12, 7363, 1515824, 0, 0 > tcp_inpcb: 464, 2092656, 448, 432, 731341, 0, 0 > tcpcb: 1040, 2092653, 35, 205, 731341, 0, 0 > tcptw: 88, 27810, 413, 3862, 161063, 0, 0 > syncache: 168, 15364, 0, 1357, 17611, 0, 0 > hostcache: 128, 0, 0, 0, 0, 0, 0 > sackhole: 32, 0, 0, 5625, 42406, 0, 0 > tcpreass: 40, 254700, 0, 6900, 2276087, 0, 0 --HPS