From owner-freebsd-net@FreeBSD.ORG Fri Jul 21 15:47:31 2006 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA37F16A4DD for ; Fri, 21 Jul 2006 15:47:31 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D9943D5F for ; Fri, 21 Jul 2006 15:47:29 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so1252602pyb for ; Fri, 21 Jul 2006 08:47:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eEcD04bX1Qaz28ZN/AJOssFcsxs8Xm21ZomLMo5t6gRHpiv0fbvBsAbQW1r9dWqYS5WfsoyaeOo3HdVbL8G6FzfpRL2/XtX+CMVbboqamDiAiaYw/eKVVgqmLCszixz9KkNr3KawoW64DfJqIWi3AvpXxpYumfI4G3GoZ79D90A= Received: by 10.35.127.7 with SMTP id e7mr1389696pyn; Fri, 21 Jul 2006 08:47:28 -0700 (PDT) Received: by 10.35.119.14 with HTTP; Fri, 21 Jul 2006 08:47:28 -0700 (PDT) Message-ID: <2a41acea0607210847m15a77af8n5c2cf10007b4609f@mail.gmail.com> Date: Fri, 21 Jul 2006 08:47:28 -0700 From: "Jack Vogel" To: "Dmitry Pryanishnikov" In-Reply-To: <20060721111838.M77932@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607192230.14939.mi+mx@aldan.algebra.com> <20060720025003.GF924@tnn.dglawrence.com> <44BFB667.60106@elischer.org> <2a41acea0607201111x84c4ef8jf8cdb50d3ffa28e0@mail.gmail.com> <20060721111838.M77932@atlantis.atlantis.dp.ua> Cc: Mikhail Teterin , net@freebsd.org, Julian Elischer , "David G. Lawrence" Subject: Re: complement to sendfile()? 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: Fri, 21 Jul 2006 15:47:32 -0000 On 7/21/06, Dmitry Pryanishnikov wrote: > > Hello! > > On Thu, 20 Jul 2006, Jack Vogel wrote: > > We, myself and Prafulla Deuskar at Intel LAD, have a driver and stack > > changes that support Intel's new I/OAT DMA hardware. This is a > > DMA engine in the chipset. There is potential to use the hardware > > > > We are hoping to get this code into CURRENT soon if there > > is interest. > > Sure there is an interest, spare CPU cycles are never superfluous > in production environment! What hardware (NICs/chipsets) supports this > I/OAT DMA engine? > > Sincerely, Dmitry Its part of the Intel Blackford chipset, so for instance Supermicro has a motherboard and servers with it. I havent looked at what OEMs have systems available now, but I imagine most the big OEMs will have systems with this chipset and Woodcrest CPUs soon. Cheeers, Jack