From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from huawei.com (szxga01-in.huawei.com [45.249.212.187]) by dpdk.org (Postfix) with ESMTP id 501FC1D7 for ; Fri, 30 Mar 2018 08:36:26 +0200 (CEST) Received: from DGGEMM403-HUB.china.huawei.com (unknown [172.30.72.53]) by Forcepoint Email with ESMTP id BF9FF38DD3D9A; Fri, 30 Mar 2018 14:36:19 +0800 (CST) Received: from DGGEMM505-MBS.china.huawei.com ([169.254.2.114]) by DGGEMM403-HUB.china.huawei.com ([10.3.20.211]) with mapi id 14.03.0361.001; Fri, 30 Mar 2018 14:36:12 +0800 From: "Zhoujian (jay)" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Zhang, Roy Fan" , "thomas@monjalon.net" , "Gonglei (Arei)" , "Zeng, Xin" , "Huangweidong (C)" , "wangxin (U)" , longpeng Thread-Topic: [PATCH v3 5/7] cryptodev: add document for virtio crypto PMD Thread-Index: AQHTxBRKFjb9UvJVzkKfbPj6xYwg5aPnTmsAgADQofA= Date: Fri, 30 Mar 2018 06:36:11 +0000 Message-ID: References: <99d3bf60a8c3dd04fcd8d3bb1d17adc1fe3479e2.1521964379.git.jianjay.zhou@huawei.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.177.19.14] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected 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: Fri, 30 Mar 2018 06:36:27 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo [mailto:pablo.de.lara.guarch@intel.com] > Sent: Friday, March 30, 2018 6:36 AM > To: Zhoujian (jay) ; dev@dpdk.org > Cc: Zhang, Roy Fan ; thomas@monjalon.net; Gongle= i > (Arei) ; Zeng, Xin ; > Huangweidong (C) ; wangxin (U) > ; longpeng > Subject: RE: [PATCH v3 5/7] cryptodev: add document for virtio crypto PMD >=20 >=20 >=20 > > -----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 >=20 > You should use "doc: add virtio crypto PMD guide" Okay. >=20 > > > > Signed-off-by: Jay Zhou > > --- > > doc/guides/cryptodevs/features/virtio.ini | 22 ++++++ > > doc/guides/cryptodevs/virtio.rst | 117 >=20 > I tried building the documentation and it fails: >=20 > Warning generate_overview_table(): File 'virtio.ini' has no [AEAD] secton > /root/dpdk/doc/guides/cryptodevs/virtio.rst: WARNING: document isn't incl= uded > in any toctree >=20 > You should also add a note about this PMD in release notes, but you shoul= d > probably do it in the first patch. >=20 Okay. Will fix all the above. Regards, Jay