From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D54739FE for ; Tue, 12 Dec 2017 12:03:11 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2017 03:03:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,394,1508828400"; d="scan'208";a="185945173" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga005.fm.intel.com with ESMTP; 12 Dec 2017 03:03:10 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 12 Dec 2017 11:03:09 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Tue, 12 Dec 2017 11:03:08 +0000 From: "Kovacevic, Marko" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Zhang, Roy Fan" , "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" , "Bie, Tiwei" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH 12/12] doc: update vhost crypto documentation Thread-Index: AQHTZ7sZR3T6Z16IMEyxJ6fTNrqyYqM/oNtg Date: Tue, 12 Dec 2017 11:03:08 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66328E97@IRSMSX104.ger.corp.intel.com> References: <20171127200115.31049-1-roy.fan.zhang@intel.com> <20171127200115.31049-13-roy.fan.zhang@intel.com> In-Reply-To: <20171127200115.31049-13-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjkzZThlZGUtNTdiNy00M2I2LWI4MWUtZTg4OTEzZGQyNzRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkwzeGNCSHBSd3d4aVJzdDBCYTJuQTNLZlVkemZ0bDFlVFoyT0FsdlhFdTg9In0= x-ctpclassification: CTP_IC 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 12/12] doc: update vhost crypto documentation 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: Tue, 12 Dec 2017 11:03:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Monday, November 27, 2017 8:01 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; yliu@fridaylinux.org; > maxime.coquelin@redhat.com; Bie, Tiwei > Subject: [dpdk-dev] [PATCH 12/12] doc: update vhost crypto documentation >=20 > Signed-off-by: Fan Zhang > --- > doc/guides/prog_guide/vhost_lib.rst | 16 ++++++ > doc/guides/rel_notes/release_18_02.rst | 7 +++ > doc/guides/sample_app_ug/index.rst | 1 + > doc/guides/sample_app_ug/vhost_crypto.rst | 95 Please remove the whitespace at the EOF from the doc/guides/sample_app_ug/v= host_crypto.rst Otherwise everything seems ok to me. Acked-by: Marko Kovacevic