From owner-freebsd-net@FreeBSD.ORG Wed Oct 24 18:33:40 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABEF2EFD; Wed, 24 Oct 2012 18:33:40 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 49DEF8FC0A; Wed, 24 Oct 2012 18:33:40 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so995317oag.13 for ; Wed, 24 Oct 2012 11:33:38 -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=LmLIy2tCo9d7Uczg4G6t6d7Y+NzL3q1DqxD8yyBJPXk=; b=lrzn+JB7Mh2kxCIzveN5lp+bhxsLXUbHN/fs5w3B/+zg62PhmO/Ev55ng3HecWX3n6 EEJ221BD4850TgSNJA54mPybBYoxK3lZ/oTB8Ze7xtRDsFvYVg/bacsO+X37U7efe33m wjoOuVNfsJbnHUb+W33K8SZaNb9qjiCXIfsGW2Q+iL6ip03l/TeZVSrDVIzuVWLmbOa4 bxV4jU4DkPY0D3jBA8fo7d/IcsKR7urvJPBsXCx5wcvYZEweKL0v/1NQ6xRc803dwHAk erZ8dhj8Ai0eGTIjWbFlqQJPi3A/Ch8GI+2/kN6fY9T2iyffMKQNc+HoDHINsf1flONu 3V2A== MIME-Version: 1.0 Received: by 10.182.150.34 with SMTP id uf2mr13749739obb.66.1351103618904; Wed, 24 Oct 2012 11:33:38 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Wed, 24 Oct 2012 11:33:38 -0700 (PDT) In-Reply-To: <201210241411.49656.jhb@freebsd.org> References: <201210241107.10775.jhb@freebsd.org> <201210241411.49656.jhb@freebsd.org> Date: Wed, 24 Oct 2012 11:33:38 -0700 Message-ID: Subject: Re: ixgb TSO performance degrades by ~30% between 7.4 and 8.2/9.0/9.1 From: Garrett Cooper To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Cc: Jack F Vogel , freebsd-net@freebsd.org, Jack Vogel 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: Wed, 24 Oct 2012 18:33:41 -0000 On Wed, Oct 24, 2012 at 11:11 AM, John Baldwin wrote: ... > In this case, if using if_start() helps, then I'd like Garrett to try > my current ixgbe patch from the other thread as well to reduce concurrent > RX processing. Sounds good. I'll let you guys know when I have everything setup again. Thanks! -Garrett