From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=LhTu/9lF5O6X7xqaR9AYA809aEz9TNsTKY6hKrgCgZk=; b=eBwgO9ofTui3dXquEa6UL4nOlS8Qzd6r0mFnCR+pskxRgdAcAOKLoonuLVhsDZLYRb lpgXVwAj0Z69nk/TkfwQvBvAxlFnK8Khpg07K3cPD4IZ98BfzJz6GkZCeLaP5XlMUzrM JGCJxkTsoxaYPW55w3mRsov9HHvjWfdTYyNfc+3iFDtZBvLO4YOS4v9A8xVaGSBJuK37 WKZCptfatsaZvCyxLGbmVt1O0YTgU0gZ9QgsHr4zvHgssitS3GeI7YLYzjdCkgDlWAxi N38A9k3oI5dzh4aaIXGjX0dhsoOjiFFZCw0YifBblDSbjHpE3xlGb6jFRZu/PKjEN9xY RUpA== 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=LhTu/9lF5O6X7xqaR9AYA809aEz9TNsTKY6hKrgCgZk=; b=XDynKnyFo83pSdd1MThdsIwD9zz38/7hD0JMhcFNz+VnfbZMHq1PC9JF27lh+hxSgy J6mTLvJbeopyCS/wULTD+PN8iObmx9ATNQI7ikhnUq/IObZQ6aQMiqCtghpDHE/nywwO TEg7mHQCyw2LD6m+/bFqCqOJFmnZMS9hymhMhFN42Nde24tWw7p2ll6Rd95FFxCDZrHR TzOj1KkIaIf18Y6yhUS9cQ9/p2m38U9blnQjWL1pVuUJiU6DXrPoFkj8M2oH6DeztT2G fLVc1Es+70v8K57uJCW6iU3E1C4RZ4o6RTQeViDsULXclVYrrlULXRX7GNU53XPfm1Ls VyVg== X-Gm-Message-State: ALoCoQnl54WU03km5JbfC9knElFCtBbFJbXcbS5Ekzij/3I1K4vfZLelkV6loL8IO9IPIrr2BKzt X-Received: by 10.28.46.137 with SMTP id u131mr3474320wmu.61.1448447751250; Wed, 25 Nov 2015 02:35:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 143sm2817316wmv.18.2015.11.25.02.35.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 02:35:50 -0800 (PST) From: Thomas Monjalon To: Declan Doherty Date: Wed, 25 Nov 2015 11:34:33 +0100 Message-ID: <1923288.cx2FTTH7nm@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-8-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-8-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 07/10] qat_crypto_pmd: Addition of a new QAT DPDK PMD. 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:35:51 -0000 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?