From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A630E1396 for ; Mon, 12 Sep 2016 16:18:34 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 12 Sep 2016 07:18:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,323,1470726000"; d="scan'208";a="1038739997" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 12 Sep 2016 07:18:31 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Sep 2016 15:18:31 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx155.ger.corp.intel.com ([169.254.14.102]) with mapi id 14.03.0248.002; Mon, 12 Sep 2016 15:18:30 +0100 From: "Mcnamara, John" To: "Breen, Eoin" , "Jain, Deepak K" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc/guides: add info on how to enable QAT Thread-Index: AQHSAsE46qGvctwGIEqfZAExJfNAxaB1+pYg Date: Mon, 12 Sep 2016 14:18:30 +0000 Message-ID: References: <1472563602-111498-1-git-send-email-eoin.breen@intel.com> In-Reply-To: <1472563602-111498-1-git-send-email-eoin.breen@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTcxMjJhNDktMjYwOC00ZTM4LWE0MTUtMDk3M2I4MGY2MjJjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNEVHk4NUR4aEJ0MW52dU5JdVVTVG1QN2JGWGYxdUtpT05JQVltb0FHQzg9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc/guides: add info on how to enable QAT 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: Mon, 12 Sep 2016 14:18:35 -0000 > -----Original Message----- > From: Breen, Eoin > Sent: Tuesday, August 30, 2016 2:27 PM > To: Jain, Deepak K ; Trahe, Fiona > ; Griffin, John > Cc: dev@dpdk.org; Mcnamara, John ; Breen, Eoin > > Subject: [PATCH] doc/guides: add info on how to enable QAT >=20 > Signed-off-by: Eoin Breen > --- > doc/guides/cryptodevs/qat.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rs= t > index cae1958..db03470 100644 > --- a/doc/guides/cryptodevs/qat.rst > +++ b/doc/guides/cryptodevs/qat.rst > @@ -78,6 +78,11 @@ Installation > To use the DPDK QAT PMD an SRIOV-enabled QAT kernel driver is required. > The VF devices exposed by this driver will be used by QAT PMD. >=20 > +To enable QAT in DPDK you must change the ./config/common_base file. > +Change the line 'CONFIG_RTE_LIBRTE_PMD_QAT=3Dn' to > 'CONFIG_RTE_LIBRTE_PMD_QAT=3Dy' to do this. > +You must then configure and build dpdk, for example using the commands: > +make T=3Dx86_64-native-linuxapp-gcc config; make > + Hi, >>From a documentation point of view the 'make' commands should be on two lin= es, indented to indicate a code block and prefixed with '::' and a blank li= ne. The filename and CONFIG items should also be in ```` backquotes. John