From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 11E9F7E52 for ; Thu, 25 Sep 2014 18:05:27 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 25 Sep 2014 09:11:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,598,1406617200"; d="scan'208";a="578966320" Received: from plxs0284.pdx.intel.com ([10.25.97.128]) by orsmga001.jf.intel.com with ESMTP; 25 Sep 2014 09:11:25 -0700 Received: from plxv1142.pdx.intel.com (plxv1142.pdx.intel.com [10.25.98.49]) by plxs0284.pdx.intel.com with ESMTP id s8PGBPSo011688; Thu, 25 Sep 2014 09:11:25 -0700 Received: from plxv1142.pdx.intel.com (localhost [127.0.0.1]) by plxv1142.pdx.intel.com with ESMTP id s8PGBPd9019230; Thu, 25 Sep 2014 09:11:25 -0700 Received: (from jbshaw@localhost) by plxv1142.pdx.intel.com with œ id s8PGBOs5019174; Thu, 25 Sep 2014 09:11:24 -0700 Date: Thu, 25 Sep 2014 09:11:24 -0700 From: Jeff Shaw To: Anjali Kulkarni Message-ID: <20140925161124.GA7609@plxv1142.pdx.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i 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 16:05:28 -0000 On Thu, Sep 25, 2014 at 03:19:31PM +0000, Anjali Kulkarni wrote: > Hi, > > There were a few DPDK demos at IDF, and from one of them I gathered that you can use DDIO to enhance performance by using certain lookup APIs in DPDK. Can someone shed light on this? Is DDIO enabled by default? It is available only on the v3 chip and needs DPDK 1.7 or how can get the performance boost of DDIO in my application? > > Thanks > Anjali 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. Thanks, Jeff