From owner-freebsd-net@FreeBSD.ORG Sat Sep 24 18:28:19 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 AA7A2106564A for ; Sat, 24 Sep 2011 18:28:18 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3B3D98FC13 for ; Sat, 24 Sep 2011 18:28:17 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so5555748bkb.13 for ; Sat, 24 Sep 2011 11:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dudu.ro; s=google; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=Z6R2mXndVtfOAoE2SRMX0nccVR8wezgygLVH3LbjTrE=; b=i1V3C87JjdNiMnZWVHbB8ZodFAU65+9nfeUBdT2F8qqwcUkFwJSpR4rQSK52qtQHZX 4QW+9SNuAO1e/hhdqVvhS4/ocA3QyqNjSuN/YVkelID0Q3HyYVA/zoZFmTH7XxaxniiN nzVhZFeV2DijOSaOflUNSEJtG+TwqAE8YiWbA= Received: by 10.204.7.141 with SMTP id d13mr3341575bkd.125.1316887145674; Sat, 24 Sep 2011 10:59:05 -0700 (PDT) Received: from [192.168.10.3] ([82.76.253.74]) by mx.google.com with ESMTPS id z9sm15000206bkn.7.2011.09.24.10.59.03 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Sep 2011 10:59:04 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: Vlad Galu In-Reply-To: <20110924173120.GB71672@onelab2.iet.unipi.it> Date: Sat, 24 Sep 2011 19:59:01 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <651F7FA4-4273-458B-8F66-0D9B62A9062B@dudu.ro> References: <20110924173120.GB71672@onelab2.iet.unipi.it> To: Luigi Rizzo X-Mailer: Apple Mail (2.1244.3) Cc: 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 18:28:19 -0000 On Sep 24, 2011, at 7:31 PM, Luigi Rizzo wrote: >=20 > Hi, > does anyone know know which 10GE cards are supported by FreeBSD, > either natively or using third-party drivers ? I am asking because > i would like to add netmap support to the drivers, see > http://info.iet.unipi.it/~luigi/netmap/ >=20 Hello Luigi, Myricom's 10G is supported by mxge(4). They ship a proprietary firmware = that implements a high performance packet send/receive API. I've been = using it for some time with good results. However, it would be great if = we had an open source equivalent in the tree. Regards Vlad=