From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 7C5D55F1D for ; Fri, 30 Mar 2018 00:36:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2018 15:36:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,378,1517904000"; d="scan'208";a="42478760" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 29 Mar 2018 15:36:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx105.ger.corp.intel.com ([169.254.7.216]) with mapi id 14.03.0319.002; Thu, 29 Mar 2018 23:36:15 +0100 From: "De Lara Guarch, Pablo" To: Jay Zhou , "dev@dpdk.org" CC: "Zhang, Roy Fan" , "thomas@monjalon.net" , "arei.gonglei@huawei.com" , "Zeng, Xin" , "weidong.huang@huawei.com" , "wangxinxin.wang@huawei.com" , "longpeng2@huawei.com" Thread-Topic: [PATCH v3 5/7] cryptodev: add document for virtio crypto PMD Thread-Index: AQHTxBRUoNB7cPaNCUWqDlm2dOmBV6Pn0zmg Date: Thu, 29 Mar 2018 22:36:14 +0000 Message-ID: References: <99d3bf60a8c3dd04fcd8d3bb1d17adc1fe3479e2.1521964379.git.jianjay.zhou@huawei.com> In-Reply-To: <99d3bf60a8c3dd04fcd8d3bb1d17adc1fe3479e2.1521964379.git.jianjay.zhou@huawei.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTg3OTUyMDktMGI2Yy00NzI4LTg5YzktZWE1YTVmMmQwMTg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFxRWpReXVZZHZkXC9mTnh4ZWtYSTF3Y3p4cVwvdUFQdktmb3RBVlB6WWRiTT0ifQ== x-ctpclassification: CTP_NT 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 v3 5/7] cryptodev: add document for virtio crypto PMD 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: Thu, 29 Mar 2018 22:36:19 -0000 > -----Original Message----- > From: Jay Zhou [mailto:jianjay.zhou@huawei.com] > Sent: Sunday, March 25, 2018 9:34 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Zhang, Roy > Fan ; thomas@monjalon.net; > arei.gonglei@huawei.com; Zeng, Xin ; > weidong.huang@huawei.com; wangxinxin.wang@huawei.com; > longpeng2@huawei.com; jianjay.zhou@huawei.com > Subject: [PATCH v3 5/7] cryptodev: add document for virtio crypto PMD You should use "doc: add virtio crypto PMD guide" >=20 > Signed-off-by: Jay Zhou > --- > doc/guides/cryptodevs/features/virtio.ini | 22 ++++++ > doc/guides/cryptodevs/virtio.rst | 117 I tried building the documentation and it fails: Warning generate_overview_table(): File 'virtio.ini' has no [AEAD] secton /root/dpdk/doc/guides/cryptodevs/virtio.rst: WARNING: document isn't includ= ed in any toctree You should also add a note about this PMD in release notes, but you should = probably do it in the first patch.