From owner-freebsd-net@FreeBSD.ORG Fri Jul 21 15:50:00 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 24F7A16A4DE for ; Fri, 21 Jul 2006 15:50:00 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE8043D64 for ; Fri, 21 Jul 2006 15:49:53 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so1253457pyb for ; Fri, 21 Jul 2006 08:49:53 -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=cgDuxUnqJaDYKCgfRSguU4BcBymirUOtF3ZLMgpBsq7i5/HnR/hD9lMZEfB4wTEkt+Xen77XV13sTWoEB+f/qyrYFHFDJUiv4xIxaSrwzP/d/MLmH+7dMCE8V3rnYRMkyB9Lu0IYgPynjTOdpA4v0VCQ5bb35x64hYtdpefYFm8= Received: by 10.35.51.6 with SMTP id d6mr1442382pyk; Fri, 21 Jul 2006 08:49:53 -0700 (PDT) Received: by 10.35.119.14 with HTTP; Fri, 21 Jul 2006 08:49:52 -0700 (PDT) Message-ID: <2a41acea0607210849k6ad6693ey1d683910d81e9d41@mail.gmail.com> Date: Fri, 21 Jul 2006 08:49:52 -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:50:00 -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? Oh, and there is nothing changed in the NIC and its driver, this is just stack changes together with the chipset dma driver I wrote, so any NIC on a system will benefit. Jack