From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 60FED4A63 for ; Fri, 27 Nov 2015 15:59:28 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 27 Nov 2015 06:59:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,352,1444719600"; d="scan'208";a="608106657" Received: from dwdohert-dpdk.ir.intel.com ([163.33.213.167]) by FMSMGA003.fm.intel.com with ESMTP; 27 Nov 2015 06:59:12 -0800 To: Thomas Monjalon , Pablo de Lara , bruce.richardson@intel.com References: <1448633644-233692-1-git-send-email-pablo.de.lara.guarch@intel.com> <1570932.NB3qutnkrq@xps13> From: Declan Doherty Message-ID: <56586F7E.5000208@intel.com> Date: Fri, 27 Nov 2015 14:58:06 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1570932.NB3qutnkrq@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] maintainers: claim responsability for various sample apps 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: Fri, 27 Nov 2015 14:59:28 -0000 On 27/11/15 14:31, Thomas Monjalon wrote: > 2015-11-27 14:14, Pablo de Lara: >> Co-maintain helloworld, l2fwd and dpdk-qat sample apps. > > Naive question: what is the benefit of dpdk-qat compared to l2fwd-crypto? > Is it something we can drop? > So the dpdk-qat sample application is a sample of how to use the QAT library APIs from a DPDK application allowing the user to schedule work with the QAT kernel devices. The QAT API has support for a number of QAT devices (both the cave-creek and coleto-creek family of devices) which support symmetric crypto, asymmetric crypto and compression operations. The l2fwd application demonstrates using the new DPDK symmetric crypto APIs in packet processing work flow, with the crypto processing implemented by DPDK userspace PMDs, this currently includes support for both the AES-NI multi-buffer PMD as well as the QAT PMD. Declan