From owner-freebsd-net@FreeBSD.ORG Wed Oct 1 23:43:00 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF64EAA; Wed, 1 Oct 2014 23:43:00 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23253F66; Wed, 1 Oct 2014 23:42:59 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hi2so2354727wib.2 for ; Wed, 01 Oct 2014 16:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=C+hWzG4UySqQhfCZKFDCUNALs+0VxZ793D7vj8IMRXc=; b=FC8mt2zYdIQAdIJN2OCrXg55D1WtvFhQl/ipwFK9hWY0JM+O/uXb7fe66nVz9Ta+Z+ pc6NFSz7tH5GslW+oKJGYehL8XZ4hbZeGzNWSv453VevZzrW1m/YS1Ee7qX332MlFdV+ SIDTM13NzrS3nHfsX9qD7J4EFbJlUWiwWLNXL7tjJNlAoMTLaRXtL5ox3crICQFIaY95 /uhsSBG+2b7Rnqpu2p8ymH103qoy8Y+e1AwLYOihRgKXD5kaWRC84dsULSLpFnRly6bL opLrpg045MFjqMP+8DiKF7UsFl8lWXHM1g03gtnUPW06yMgVBM383x64LMKn82Y/zUBi 5W0w== MIME-Version: 1.0 X-Received: by 10.194.177.226 with SMTP id ct2mr66138770wjc.20.1412206978491; Wed, 01 Oct 2014 16:42:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Wed, 1 Oct 2014 16:42:58 -0700 (PDT) In-Reply-To: <20141001203223.GA12122@onelab2.iet.unipi.it> References: <20141001203223.GA12122@onelab2.iet.unipi.it> Date: Wed, 1 Oct 2014 16:42:58 -0700 X-Google-Sender-Auth: uoCBSG_2AeebOxFk7XUYAWSBmSI Message-ID: Subject: Re: individual queue blocking entire rx unit on ixgbe (Re: How do I balance bandwidth over several virtual NICs?) From: Adrian Chadd To: Luigi Rizzo Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" , Elof Ofel , "Alexander V. Chernikov" , Jack Vogel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 01 Oct 2014 23:43:00 -0000 Yeah, just grab the diffs that I committed to ixgbe and try it out. The flowdirector initialisation is buggy. :) -a