From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B954A695D for ; Wed, 22 Mar 2017 17:56:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490201797; x=1521737797; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=yqW0Z8cETdtJg9jDOENgep8iE4RadwEF2/Uo0mzgkLs=; b=XnuKf9cnD3DdvrbbaRnYIvyfm54E6P9BUswkQrfb5Mcc/jL7z9SXlJPE QKmXrx4aeIgKz2iaSyfr61ypflXg5w==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 09:56:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,206,1486454400"; d="scan'208";a="1145681764" Received: from unknown ([10.237.221.140]) by fmsmga002.fm.intel.com with SMTP; 22 Mar 2017 09:56:35 -0700 Received: by (sSMTP sendmail emulation); Wed, 22 Mar 2017 16:56:34 +0000 Date: Wed, 22 Mar 2017 16:56:34 +0000 From: Bruce Richardson To: Pablo de Lara Cc: dev@dpdk.org Message-ID: <20170322165634.GB5656@bricha3-MOBL3.ger.corp.intel.com> References: <1488557449-29125-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488557449-29125-1-git-send-email-pablo.de.lara.guarch@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH] examples/dpdk-qat: remove app X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 16:56:39 -0000 On Fri, Mar 03, 2017 at 04:10:49PM +0000, Pablo de Lara wrote: > Remove DPDK QAT sample app, in favour of the newer applications > that use the cryptodev library: ipsec-gw and l2fwd-crypto, > which has support for Intel QuickAssist devices. > > Signed-off-by: Pablo de Lara Acked-by: Bruce Richardson