From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3B5D2E07 for ; Wed, 2 Nov 2016 14:00:08 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP; 02 Nov 2016 06:00:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,583,1473145200"; d="scan'208";a="26513330" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga006.fm.intel.com with ESMTP; 02 Nov 2016 06:00:06 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.226]) by IRSMSX152.ger.corp.intel.com ([169.254.6.24]) with mapi id 14.03.0248.002; Wed, 2 Nov 2016 13:00:06 +0000 From: "Kusztal, ArkadiuszX" To: "Trahe, Fiona" , "dev@dpdk.org" Thread-Topic: [PATCH v2] doc/guides: add more info about VT-d/iommu settings Thread-Index: AQHSL63B2FaNNgQQJkWhW3h1LMNmKaDFsSOw Date: Wed, 2 Nov 2016 13:00:05 +0000 Message-ID: <80307F746F1522479831AB1253B7024E6F9C2B@IRSMSX102.ger.corp.intel.com> References: <1477495224-2235-1-git-send-email-fiona.trahe@intel.com> <1477502611-3097-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1477502611-3097-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGZlZDlkZmItNWZjZi00Mjg5LTgyNGYtNTdkZTE1NzA2YTliIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Inc5bExVWk9QcjZYK25DM2VOMWZqV01LMFEyWUhkTlFXWTZOSVJoNEdFTTg9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc/guides: add more info about VT-d/iommu settings 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, 02 Nov 2016 13:00:08 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, October 26, 2016 6:24 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Griffin, John > Subject: [PATCH v2] doc/guides: add more info about VT-d/iommu settings >=20 > Add more information about VT-d/iommu settings for QAT PMD. > Remove limitation indicating QAT driver is not performance tuned. >=20 > Signed-off-by: Fiona Trahe > --- >=20 > v2: > clarified commit message >=20 >=20 > doc/guides/cryptodevs/qat.rst | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) >=20 > diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rs= t > index 70bc2b1..bbe0b12 100644 > --- a/doc/guides/cryptodevs/qat.rst > +++ b/doc/guides/cryptodevs/qat.rst >=20 > -- > 2.5.0 Acked-by: Arek Kusztal