From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 31980237 for ; Mon, 11 Dec 2017 11:40:24 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 02:40:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="11343281" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 11 Dec 2017 02:40:22 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX107.ger.corp.intel.com ([169.254.10.239]) with mapi id 14.03.0319.002; Mon, 11 Dec 2017 10:40:21 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "O Mahony, Billy" , "dev@dpdk.org" Thread-Topic: [PATCH] cryptodev: Fix typo in qat.rst Thread-Index: AQHTZ3DR6C+7QLpVs0mFC/hX0vF3FqMoE45ggBX2X7A= Date: Mon, 11 Dec 2017 10:40:21 +0000 Message-ID: References: <1511781216-2819-1-git-send-email-billy.o.mahony@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDM4MmNjMWUtZjE5Mi00MmRmLWJmYWEtNzUyYzMxMGJiMDZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im5CbHBcL1AydkJVT010Sm9pa0twa0ZsVUV1UlVcL08raU8rTFZjNXdhOXdFMD0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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] cryptodev: Fix typo in qat.rst X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 10:40:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Monday, November 27, 2017 11:20 AM > To: O Mahony, Billy ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cryptodev: Fix typo in qat.rst >=20 >=20 >=20 > > -----Original Message----- > > From: O Mahony, Billy > > Sent: Monday, November 27, 2017 11:14 AM > > To: De Lara Guarch, Pablo ; > > dev@dpdk.org > > Cc: O Mahony, Billy > > Subject: [PATCH] cryptodev: Fix typo in qat.rst > > > > Signed-off-by: Billy O'Mahony > > --- > > doc/guides/cryptodevs/qat.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/guides/cryptodevs/qat.rst > > b/doc/guides/cryptodevs/qat.rst index cb17b6b..c8ef378 100644 > > --- a/doc/guides/cryptodevs/qat.rst > > +++ b/doc/guides/cryptodevs/qat.rst > > @@ -166,7 +166,7 @@ Next, you need to expose the Virtual Functions > > (VFs) using the sysfs file system First find the BDFs > > (Bus-Device-Function) of the physical functions (PFs) of your device, = e.g.:: > > > > - lspci -d : 37c8 > > + lspci -d:37c8 > > > > You should see output similar to:: > > > > -- > > 2.7.4 >=20 > Hi Billy, >=20 > Since this is a patch for documentation, the title should start with "doc= :", as > "cryptodev: ..." suggests that the patch is fixing something in the libra= ry > code. >=20 > I will fix it for you, since the rest of the patch looks ok to me. >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo