From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=jokglaKV5EpmnDroV72lYjx4G7ZBbxPnDTpdUorNkF0=; b=s6uH3iaCnaFmZ4mM3Y6e6RGjgoyPFbqH12seF7ZhWE2E1qRI7cTYI4QkskX2uztJky RRfRZcMy8S54Vzmp08tjbeRXiFhL5RKMnbcGh+s0DQU/BoaBJKUbscGFqwmDvKyJfDiF iiVIL06SCs9fnEegOuaO0DyssTudiUlcLw8cvAiyJYOIjMvvItcsFEa1+iCouhUsGPg7 fO3QbT9X9/9VI5HDyjXEgacCKRyaMoyRY/K7M65oNgVdAKjtaAeSzXXZotyaafEjMBBE RlxCNSKW4x9BjPsgW6QDkEDT4e1uL+VX7KbJC45Axrs+xG4Fq1GnYZ4SA11rL+IJY3Su y6/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=jokglaKV5EpmnDroV72lYjx4G7ZBbxPnDTpdUorNkF0=; b=i8re36guqlTg2tWD4XJ3EunJBxaD6AWzK4HuM3KBPbNvtM8dPwdCaHKFe+dbMqiRdu x523d0SwWS9Eirno+hbnI5ezlNNPcWn6F2mpy3nRN3D4B5VHJE0cVski6lJM2hyAG9aJ VH1O8KnhLrnRUcpOcwge3DG0Pa8mKwJUhmPuAKB56MsGgB9UNcLWZRQhyO7e5nkN2B0B WmafduuBN4u5gvftBqi1JhVCaKramgl67jpZQ6PniPMbjtUgx7MhXmCPZj+V/1LezqXw F3Sm+Nztp6AEbWOVBILnFmcDJemCBEDRTNoxC63S1zeoLsUJPS8jPRzDa4z2rTDaPf2u SMTQ== X-Gm-Message-State: ALoCoQnQRRxM0eTqpsGR8LuROupLvip5LdiREynlfOSKhm6GNOz2l7P2cnsHBQmjf1hMm5nkckzS X-Received: by 10.28.141.140 with SMTP id p134mr3725006wmd.6.1448447613642; Wed, 25 Nov 2015 02:33:33 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id lx4sm22435872wjb.5.2015.11.25.02.33.32 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 02:33:32 -0800 (PST) From: Thomas Monjalon To: Declan Doherty Date: Wed, 25 Nov 2015 11:32:15 +0100 Message-ID: <2912583.Gl7L8eWb5X@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447441090-8129-9-git-send-email-declan.doherty@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 08/10] aesni_mb_pmd: Initial implementation of multi buffer based crypto device 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: Wed, 25 Nov 2015 10:33:34 -0000 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).