From owner-freebsd-net@freebsd.org Wed Aug 12 04:33:39 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F09F99F274 for ; Wed, 12 Aug 2015 04:33:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A0C68F0; Wed, 12 Aug 2015 04:33:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iods203 with SMTP id s203so8872368iod.0; Tue, 11 Aug 2015 21: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=V83jphAQHKy5csMpZc9BMy4j+zrYDuGmryV4DbHuRYw=; b=N0Fxszv2hzKUU7rg62awgEePw3ADxkbR6IwUYcM6JoqFNiZRMBJ1FDZlyEoUN3i/EZ 04lji9d9YpHf4mwX6Uzoc1k5RZGtfuPNeN/9HTX99CrVJxqVvqavBxhEQ/OEWxQfh75k 3RpUldlHfgRy5hxAXjunxE1xuA3oKYU+Ph42/YDnoOAX9MWeYMCB8cP4rixkFqb5sYPl 56rFnJg9T6LLkMUADwErVG2ebrckNDLh1JI8JV90C41s0/ShQtxN73aNFBQ68LnWjgbR OWLuwlP5laA6XnxLjov9gcuf7mQ0hF4GLORi8CQhT6ShZ5sMMWkIQd1qYapzALTQcUQL eygA== MIME-Version: 1.0 X-Received: by 10.107.136.152 with SMTP id s24mr30225566ioi.165.1439354018660; Tue, 11 Aug 2015 21:33:38 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Tue, 11 Aug 2015 21:33:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Aug 2015 21:33:38 -0700 Message-ID: Subject: Re: Poor high-PPS performance of the 10G ixgbe(9) NIC/driver in FreeBSD 10.1 From: Adrian Chadd To: Maxim Sobolev Cc: Luigi Rizzo , FreeBSD Net , =?UTF-8?Q?Jev_Bj=C3=B6rsell?= Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 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, 12 Aug 2015 04:33:39 -0000 Hi, Can you please do a pciconf -lv on the previous and current hardware? I wonder if it's something to do with a feature that is chipset dependent. (And please, disable flow-director on ixgbe on 10.1. Pretty please.) -a