From owner-freebsd-net@FreeBSD.ORG Wed Oct 1 23:47:34 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 753822BF; Wed, 1 Oct 2014 23:47:34 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 DC569FAF; Wed, 1 Oct 2014 23:47:33 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id bs8so2307991wib.0 for ; Wed, 01 Oct 2014 16:47:32 -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=HR/rZuDVCjqHi4Mwu50lHk156X5rWFPOPxomvX5HGt8=; b=w4O6hg30Mp8E3dKdLGAR2Zgt0ah9vVgVQeXbOfyI9Ka6lW/4fxKyJWRnYx0PPAGYiX 3OmS4Uy6PVg2Ngg/7BV/I6oNDjtU0GJ5Yx0a5uvrm3Uj9+MlIR1UgYj/z7/Rftu8JfZx 2QCrKut5J4gct9sHpopk4j7PrpWuWevPGzrnQSz7aEgmv6RSYpDPptneS4KB+UmS0MJN uIyPmI0bjUP+BfKDndACjorjQjtm6LMhNY2pNRvN7D6gO0sGWKSVO8S6rRDQvQ0lKLGc TWchHGQHS7RkgpBp2GpYZ057w5ISNV4Z4rQtigtVC6n/cpbf+VmvK41Q2aveBmKAJqCf W0Lw== MIME-Version: 1.0 X-Received: by 10.194.157.230 with SMTP id wp6mr50234852wjb.15.1412207252215; Wed, 01 Oct 2014 16:47:32 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Wed, 1 Oct 2014 16:47:32 -0700 (PDT) In-Reply-To: <20141001234926.GC13187@onelab2.iet.unipi.it> References: <20141001203223.GA12122@onelab2.iet.unipi.it> <20141001234926.GC13187@onelab2.iet.unipi.it> Date: Wed, 1 Oct 2014 16:47:32 -0700 X-Google-Sender-Auth: 3nUPS6UWp-zt8XhXxXQHUAkt1WI 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:47:34 -0000 On 1 October 2014 16:49, Luigi Rizzo wrote: > On Wed, Oct 01, 2014 at 04:42:58PM -0700, Adrian Chadd wrote: >> Yeah, just grab the diffs that I committed to ixgbe and try it out. >> >> The flowdirector initialisation is buggy. :) > > ok but i don't think it is related, see my previous email. I saw - but the verisign people also saw queue stalls as well. So is setting DROP_EN unconditionally fixing it for you? -a