From owner-freebsd-net@FreeBSD.ORG Sat Sep 24 23:09:33 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A49E91065672 for ; Sat, 24 Sep 2011 23:09:33 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3942D8FC18 for ; Sat, 24 Sep 2011 23:09:32 +0000 (UTC) Received: by wwe3 with SMTP id 3so4786185wwe.31 for ; Sat, 24 Sep 2011 16:09:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OYVKMuq4g9qm0DVS65edRk3K5OyEeixc9S+5hPvTv0s=; b=ZGGu0WZ+hKxDpVKwy81gUqZoeo5WAa0Dy4JWjmi8YDG5ejBVl0w8LQY1exiRHKpCKY LEAJHhq9+vjZ5ZqOM3++Ao0mZdEP9hJQ3aFkntlPLHk/faDaLnL9ABF4AjSulsLTQhBl I/zdRgVAsk1HNUycvakq2hgmH4mHJHRRPHHaE= MIME-Version: 1.0 Received: by 10.227.72.138 with SMTP id m10mr5173718wbj.90.1316904042355; Sat, 24 Sep 2011 15:40:42 -0700 (PDT) Received: by 10.180.96.104 with HTTP; Sat, 24 Sep 2011 15:40:42 -0700 (PDT) In-Reply-To: References: <20110924173120.GB71672@onelab2.iet.unipi.it> <78FA5152-123E-492C-9A05-E95C474DE469@lists.zabbadoz.net> <20110924205217.GA72397@onelab2.iet.unipi.it> Date: Sat, 24 Sep 2011 18:40:42 -0400 Message-ID: From: Ryan Stone To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 Cc: "Bjoern A. Zeeb" , Luigi Rizzo , net@freebsd.org Subject: Re: which 10GE cards are supported by FreeBSD ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 23:09:33 -0000 On Sat, Sep 24, 2011 at 4:56 PM, Juli Mallett wrote: > It's actually not as trivial to grep for 10G NICs as > implied, since some drivers have silly bugs, like ixgbe which sets > if_baudrate to '1000000000' (i.e. 1 000 000 000). I'm pretty sure that the bug is FreeBSD's. if_baudrate is a u_long, which isn't large enough to hold 10G on 32-bit platforms.