From owner-freebsd-net@FreeBSD.ORG Tue Oct 16 12:40:49 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F1E1BFB; Tue, 16 Oct 2012 12:40:49 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 043958FC19; Tue, 16 Oct 2012 12:40:48 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id v11so8170582vbm.13 for ; Tue, 16 Oct 2012 05:40:48 -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=zwyWvomooeuEE0Zoo4Y3zt4wEDvk3xDhL397lId9CSg=; b=zy5Ts+0hjnsjtWYIKd+nkIMsFCIaqXW2lMk4s7bAXO04QSkgCRkxhHCsUJ63umtrTz MLNljwjZXTtPFVUF4VT8Of8vo+BJQShCPD20C4Kplrs3zNGCCHiQlqe8osRiQSTrkqBu 9Qooc35yC/zRFaS0oB3/cHa24IooV21g/JplzObiE58Sin7nrNWbE/ELvYKr7OhF96OE DxY/eSnMcU6Ay9DraJFFcGZ7wWhFCktexU6ZqQAyUVRUqf5M7s6eKFjOm9BBZXYFGgAL Bz6O+QrzspHMDV7ZQ/UIkO4NyiVPXRjvj6mIE7SNnH9f3KWZoRPtXylGLPG9rTlgTdEg z3sw== MIME-Version: 1.0 Received: by 10.220.154.6 with SMTP id m6mr8478035vcw.51.1350391247952; Tue, 16 Oct 2012 05:40:47 -0700 (PDT) Received: by 10.58.207.114 with HTTP; Tue, 16 Oct 2012 05:40:47 -0700 (PDT) In-Reply-To: <507D4F11.2030704@FreeBSD.org> References: <5079A9A1.4070403@FreeBSD.org> <20121015162926.GV89655@FreeBSD.org> <507D4F11.2030704@FreeBSD.org> Date: Tue, 16 Oct 2012 08:40:47 -0400 Message-ID: Subject: Re: ixgbe & if_igb RX ring locking From: Ryan Stone To: "Alexander V. Chernikov" Content-Type: text/plain; charset=ISO-8859-1 Cc: Jack Vogel , net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Oct 2012 12:40:49 -0000 On Tue, Oct 16, 2012 at 8:12 AM, Alexander V. Chernikov wrote: > Are you using stock ixgbe driver? Pay no attention to the line numbers behind the curtain. :) I don't believe that I've changed the locking order at all in the driver, but you are right, that wasn't taken from the stock driver.