From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 5EC5368CE for ; Thu, 25 Sep 2014 21:12:32 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id A438780EF74; Thu, 25 Sep 2014 12:18:20 -0700 (PDT) Date: Thu, 25 Sep 2014 12:18:20 -0700 From: Matthew Hall To: Jeff Shaw Message-ID: <20140925191820.GA3117@mhcomputing.net> References: <20140925161124.GA7609@plxv1142.pdx.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140925161124.GA7609@plxv1142.pdx.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] DPDK Demos at IDF conference using DDIO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 19:12:32 -0000 On Thu, Sep 25, 2014 at 09:11:24AM -0700, Jeff Shaw wrote: > Intel(R) Data Direct I/O Technology (Intel(R) DDIO) is a feature introduced > with the Intel(R) Xeon(R) processor E5 family. > > It has been around for several years and is available at least on all Xeon > E5 processors. DDIO is part of the platform, so any DPDK version can take > advantage of the feature. There are several papers and videos available on > the Internet that can provide more details. One difficulty I run into with a lot of these Intel accelerations... each one is described as an atomic entity independent of all the other possible accelerations. Nobody explains how to take all of them together to make a complete high-speend low-latency packet processing solution from L1-L7. It'd be nice to see an architecture level view of DPDK, along with the accelerations one could / should apply at each level, so there's some kind of checklist you can follow to be sure you used everything you should where you should. Otherwise you'll miss some stuff and waste the features you paid for. Also, how is DDIO different from the previous DCA accelerations? Thanks, Matthew.