From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 08/10] aesni_mb_pmd: Initial implementation of multi buffer based crypto device Date: Wed, 25 Nov 2015 11:32:15 +0100 Message-ID: <2912583.Gl7L8eWb5X@xps13> References: <1447176763-19303-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-9-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2B4AF8E7C for ; Wed, 25 Nov 2015 11:33:34 +0100 (CET) Received: by wmww144 with SMTP id w144so63163968wmw.0 for ; Wed, 25 Nov 2015 02:33:34 -0800 (PST) In-Reply-To: <1447441090-8129-9-git-send-email-declan.doherty@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-13 18:58, Declan Doherty: > +To build DPKD with the AESNI_MB_PMD the user is required to download the library > +from `here `_ and compile it on > +their user system before building DPDK. Maybe it is worth saying that yasm must be installed and compilation is done with "make YASM=yasm" (because of a hard-coded path).