From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E1C36FEB for ; Fri, 10 Aug 2018 09:45:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Aug 2018 00:45:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,218,1531810800"; d="scan'208";a="74271313" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 10 Aug 2018 00:45:17 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.40]) by IRSMSX154.ger.corp.intel.com ([169.254.12.187]) with mapi id 14.03.0319.002; Fri, 10 Aug 2018 08:45:17 +0100 From: "Trahe, Fiona" To: Thomas Monjalon CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" , "Jozwiak, TomaszX" Thread-Topic: [dpdk-dev] [PATCH v2 6/8] doc/qat: update kernel dependency section Thread-Index: AQHUMAEqUZ1hDNS4aU2uVl9QQT1HzKS3v7YAgADbsGA= Date: Fri, 10 Aug 2018 07:45:15 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435895FFFE9@IRSMSX101.ger.corp.intel.com> References: <1533820674-9507-1-git-send-email-fiona.trahe@intel.com> <1533833430-29134-7-git-send-email-fiona.trahe@intel.com> <2214347.e1rYAHLQ06@xps> In-Reply-To: <2214347.e1rYAHLQ06@xps> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGUzMTgwZDktYWJjYi00ZmU4LTgxNzItMmFhODM4OWM5Zjg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSm9BckhmbEZTeWNGRjYyektzc3o4RTdtNEF6TWFQcHY1VUdiMlpVQU1uSHFYQWxYXC80VmdnTnJ2c25EUmhhZDQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 6/8] doc/qat: update kernel dependency section 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: Fri, 10 Aug 2018 07:45:20 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, August 9, 2018 8:36 PM > To: Trahe, Fiona > Cc: dev@dpdk.org; De Lara Guarch, Pablo ;= Jozwiak, TomaszX > > Subject: Re: [dpdk-dev] [PATCH v2 6/8] doc/qat: update kernel dependency = section >=20 > 09/08/2018 18:50, Fiona Trahe: > > --- a/doc/guides/cryptodevs/qat.rst > > +++ b/doc/guides/cryptodevs/qat.rst > > @@ -120,10 +120,8 @@ Quick instructions are as follows: > > make > > > > > > -.. _qat_kernel_installation: > > - > > Dependency on the QAT kernel driver > > ------------------------------------ > > +~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > Strange, why changing the underline to make it shorter? >=20 The intent was to correct the indent level, I didn't intend to make it shor= ter. But I don't know why checkpatch didn't catch this as it did warn of too sho= rt underlines in other places. I'll fix in a v3