From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 4 16:31:09 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF82FC1B for ; Thu, 4 Sep 2014 16:31:09 +0000 (UTC) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 874F3118A for ; Thu, 4 Sep 2014 16:31:09 +0000 (UTC) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 09B2E1441073; Thu, 4 Sep 2014 20:31:05 +0400 (MSK) Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id 8B7BF1900054; Thu, 4 Sep 2014 20:31:05 +0400 (MSK) Received: from 84.201.166.247-vpn.dhcp.yndx.net (84.201.166.247-vpn.dhcp.yndx.net [84.201.166.247]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id SuSP2KBTHf-V54KWBUj; Thu, 4 Sep 2014 20:31:05 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 506efd1f-5aa3-4bc3-b145-bd82caa13e7f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1409848265; bh=vEMGenrSTqaMAKhxo8c3wI3ob992E1jAHzp2osBDxyU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=NrF6ZMo8sEphXjs0EFHXRbNSmiq8l4zsz+y5qiwYJ6N7ieRzj/LLvynRLpcgujYGk TrieflMDhotzfCKAh4EmtTCAhzAzdMvPhJHLEnmiUFxTuGjZAvhnU49VUyT2X4CFU9 2tg3W2a5qgzNb3DrlO5DWKNstzmCxcWQDG/IGbx4= Authentication-Results: smtp17.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5408938E.5020005@yandex.ru> Date: Thu, 04 Sep 2014 20:30:06 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Vijay Singh , hackers@freebsd.org Subject: Re: IOAT driver for FreeBSD References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 16:31:09 -0000 On 03.09.2014 20:59, Vijay Singh wrote: > Hi All, I found some discussion in the past about this. Is there a version > of such a driver that I can test, and hopefully help get committed? There was some work in http://svnweb.freebsd.org/base/user/jimharris/ioat/sys/dev/ioat/ -- WBR, Andrey V. Elsukov