From owner-freebsd-net@freebsd.org Wed Aug 3 17:57:51 2016 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 1FFB2BADBB3 for ; Wed, 3 Aug 2016 17:57:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 DDDA01BC1 for ; Wed, 3 Aug 2016 17:57:50 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.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 1B39C1FE022; Wed, 3 Aug 2016 19:57:48 +0200 (CEST) Subject: Re: Unstable local network throughput To: Ben RUBSON , freebsd-net@freebsd.org References: <3C0D892F-2BE8-4650-B9FC-93C8EE0443E1@gmail.com> <465615D0-C1CB-42F0-8964-AFAAB5C05E26@gmail.com> From: Hans Petter Selasky Message-ID: <8dc4bad9-a50a-42a5-dbb4-9f362c4ffbb8@selasky.org> Date: Wed, 3 Aug 2016 20:02:06 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <465615D0-C1CB-42F0-8964-AFAAB5C05E26@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 17:57:51 -0000 On 08/03/16 18:57, Ben RUBSON wrote: > taskqueue threads ? The mlx4 send and receive queues have each their set of taskqueues. Look in output from "ps auxww". --HPS