From owner-freebsd-net@FreeBSD.ORG Fri Mar 21 14:49:27 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9759308 for ; Fri, 21 Mar 2014 14:49:27 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91F7E321 for ; Fri, 21 Mar 2014 14:49:27 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id c9so2861756qcz.2 for ; Fri, 21 Mar 2014 07:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MLTtMz0XUfN/qwFOcdPKgHeBnClAncTGQm0MNLRiK1o=; b=gZYfvH7xNdlUjFhGjoAVLXbN4eywUYSVnXD2bXzjsDRvrWWObWyjv6wJH3qgpvFLC/ mTl00yE/qvakQiK5bVhzknW7IRD4SARtqKemE2uqQVj2Dw06p9dIG/DZw1o6nOdpIrA9 02zEpR0kA4/cIAVqsrNMUEmDl0wzgJ95p4AWvZ7PWv06WRP7wgCP1gJwdDDHGbq+xXZ+ vjt/7sHQcK+sW3ucnZ79SkV5tD2mSq5q/B8KTPHpLy5x9RIUrkG3ItIVvWLTcgSY5Phr 417LDjx0Gzp8PeIUaoYy/mBiBOCDdK4RUralhHM577BN2rwLBcHE1J7nV1a3IWEPRKVQ gtMw== MIME-Version: 1.0 X-Received: by 10.140.48.199 with SMTP id o65mr19822675qga.16.1395413366882; Fri, 21 Mar 2014 07:49:26 -0700 (PDT) Received: by 10.96.79.97 with HTTP; Fri, 21 Mar 2014 07:49:26 -0700 (PDT) In-Reply-To: <34491192-F8EC-45C1-A7C8-61C3EBE5CFBD@hostpoint.ch> References: <1543350122.637684.1395368002237.JavaMail.root@uoguelph.ca> <34491192-F8EC-45C1-A7C8-61C3EBE5CFBD@hostpoint.ch> Date: Fri, 21 Mar 2014 11:49:26 -0300 Message-ID: Subject: Re: 9.2 ixgbe tx queue hang From: Christopher Forgeron To: Markus Gebert Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Net , Rick Macklem , Jack Vogel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 14:49:27 -0000 Ah, I understand the difficulties of testing production systems. However, if you can make a spare tester of the same hardware, that's perfect - And you can generate all the load you need with benchmark software like iometer, large NFS copies, or perhaps a small replica of your network. Synthetic load is easier to control, and thus easier to reproduce the issue and speed testing. Heck, you may be able to do it all by looping through your two ix adapters and never using an external client. It's a bit of a pain to setup, but it's worth the effort imo.