Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 14:10:09 +0000 (UTC)
From:      Barney Cordoba <barney_cordoba@yahoo.com>
To:        =?UTF-8?Q?Olivier_Cochard-Labb=C3=A9?= <olivier@cochard.me>
Cc:        FreeBSD Net <freebsd-net@freebsd.org>, Adrian Chadd <adrian@freebsd.org>,  Eric Joyner <erj@freebsd.org>, hiren panchasara <hiren@freebsd.org>
Subject:   Re: Exposing full 32bit RSS hash from card for ixgbe(4)
Message-ID:  <455460169.317514.1438783809233.JavaMail.yahoo@mail.yahoo.com>
In-Reply-To: <CA%2Bq%2BTcp_dV-i3J4EV04=XaJBwxMMqk7c%2B5A7a46DVWq3xf=KNQ@mail.gmail.com>
References:  <CA%2Bq%2BTcp_dV-i3J4EV04=XaJBwxMMqk7c%2B5A7a46DVWq3xf=KNQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=20


     On Wednesday, August 5, 2015 2:19 AM, Olivier Cochard-Labb=C3=A9 <oliv=
ier@cochard.me> wrote:
  =20

 On Wed, Aug 5, 2015 at 1:15 AM, Barney Cordoba via freebsd-net <
freebsd-net@freebsd.org> wrote:

> What's the point of all of this gobbledygook anyway? Seriously, 99% of th=
e
> world needs a driver that passes packets in the most efficient way, and
> every time I look at igb and ixgbe it has another 2 heads. It's up to 8
> heads, and none of the things wrong with it have been fixed. This is now
> even uglier than Kip Macy's cxgb abortion.
> I'm not trying to be snarky here. I wrote a simple driver 3 years ago tha=
t
> runs and runs and uses little cpu; maybe 8% for a full gig load on an E3.
>

=E2=80=8BHi,

I will be very happy to bench your simple driver. Where can I download the
sources ?

Thanks,

Olivier
_______________________________________________

Another unproductive dick head on the FreeBSD team? Figures.
BC

  
From owner-freebsd-net@freebsd.org  Wed Aug  5 14:47:00 2015
Return-Path: <owner-freebsd-net@freebsd.org>
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 5BBB09B2BB6
 for <freebsd-net@mailman.ysv.freebsd.org>;
 Wed,  5 Aug 2015 14:47:00 +0000 (UTC)
 (envelope-from sbruno@ignoranthack.me)
Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3FFA1FD9
 for <freebsd-net@freebsd.org>; Wed,  5 Aug 2015 14:47:00 +0000 (UTC)
 (envelope-from sbruno@ignoranthack.me)
Received: from [192.168.200.200] (unknown [50.136.155.142])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 (Authenticated sender: sbruno@ignoranthack.me)
 by mail.ignoranthack.me (Postfix) with ESMTPSA id AD6771944FB
 for <freebsd-net@freebsd.org>; Wed,  5 Aug 2015 14:46:51 +0000 (UTC)
Reply-To: sbruno@freebsd.org
Subject: Re: Exposing full 32bit RSS hash from card for ixgbe(4)
References: <CA+q+Tcp_dV-i3J4EV04=XaJBwxMMqk7c+5A7a46DVWq3xf=KNQ@mail.gmail.com>
 <455460169.317514.1438783809233.JavaMail.yahoo@mail.yahoo.com>
To: freebsd-net@freebsd.org
From: Sean Bruno <sbruno@ignoranthack.me>
Message-ID: <55C221DA.6010901@ignoranthack.me>
Date: Wed, 5 Aug 2015 07:46:50 -0700
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101
 Thunderbird/38.1.0
MIME-Version: 1.0
In-Reply-To: <455460169.317514.1438783809233.JavaMail.yahoo@mail.yahoo.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-net>,
 <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net/>;
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
 <mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Aug 2015 14:47:00 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 08/05/15 07:10, Barney Cordoba via freebsd-net wrote:
> 
> 
> 
> On Wednesday, August 5, 2015 2:19 AM, Olivier Cochard-Labbé
> <olivier@cochard.me> wrote:
> 
> 
> On Wed, Aug 5, 2015 at 1:15 AM, Barney Cordoba via freebsd-net < 
> freebsd-net@freebsd.org> wrote:
> 
>> What's the point of all of this gobbledygook anyway? Seriously,
>> 99% of the world needs a driver that passes packets in the most
>> efficient way, and every time I look at igb and ixgbe it has
>> another 2 heads. It's up to 8 heads, and none of the things wrong
>> with it have been fixed. This is now even uglier than Kip Macy's
>> cxgb abortion. I'm not trying to be snarky here. I wrote a simple
>> driver 3 years ago that runs and runs and uses little cpu; maybe
>> 8% for a full gig load on an E3.
>> 
> 
> ​Hi,
> 
> I will be very happy to bench your simple driver. Where can I
> download the sources ?
> 
> Thanks,
> 
> Olivier _______________________________________________
> 
> Another unproductive dick head on the FreeBSD team? Figures. BC
> 


I had assumed that Olivier was being serious.  He benchmarks lots of
drivers and points out regressions from time to time.

I'd love to see some "competitive" measurements made with new ideas.

sean
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQF8BAEBCgBmBQJVwiHWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx
MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kZaAH/iVn1CldgX9kLVbwmxAUJCS/
pJiLU6lEHaNKlmw5PwVctiVdPnt3q4sK9ffx4U1i9qZyYh9/MkNUL/s+yAwXs1yv
ZdAojJSwWj4O5JS3eZ7wPa2cZpE13e4hn/wVnlW0YE6eawoPF6ATWs2kvSaZJjzb
o5v+qwct4ncWFfqhUyN/8DrfwzJJRcyPtZZu5IVRXHB5qQ2wc+kkNj+FI9kPXGOs
IrdJ9plb1fQ0SrUmjzepyalLX/1Hr4jZyogImxzjmmgANBjcnfYD5FfoFT1YzwWu
w/oK6pvScoId6e4UKp/mOt6ItVNLByvncXTseGt7rwvJzJCxXjRI8CPhuL78bfs=
=Iw/7
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455460169.317514.1438783809233.JavaMail.yahoo>