From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 07/10] qat_crypto_pmd: Addition of a new QAT DPDK PMD. Date: Wed, 25 Nov 2015 11:34:33 +0100 Message-ID: <1923288.cx2FTTH7nm@xps13> References: <1447176763-19303-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-8-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-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 678BD8E7B for ; Wed, 25 Nov 2015 11:35:51 +0100 (CET) Received: by wmww144 with SMTP id w144so63243954wmw.0 for ; Wed, 25 Nov 2015 02:35:51 -0800 (PST) In-Reply-To: <1447441090-8129-8-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: > +Build and install the SRIOV-enabled QAT driver > + > +.. code-block:: console > + > + "mkdir /QAT; cd /QAT" > + copy qatmux.l.2.3.0-34.tgz to this location > + "tar zxof qatmux.l.2.3.0-34.tgz" > + "export ICP_WITHOUT_IOMMU=1" > + "./installer.sh install QAT1.6 host" People may want to install QAT in a specific directory to just test build regression. Is there an easy way to do it?