From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from huawei.com (unknown [45.249.212.255]) by dpdk.org (Postfix) with ESMTP id EA075A495 for ; Mon, 2 Apr 2018 14:11:00 +0200 (CEST) Received: from DGGEMM406-HUB.china.huawei.com (unknown [172.30.72.57]) by Forcepoint Email with ESMTP id 537D58FDC43A8; Mon, 2 Apr 2018 20:10:57 +0800 (CST) Received: from DGGEMM421-HUB.china.huawei.com (10.1.198.38) by DGGEMM406-HUB.china.huawei.com (10.3.20.214) with Microsoft SMTP Server (TLS) id 14.3.361.1; Mon, 2 Apr 2018 20:10:57 +0800 Received: from DGGEMM505-MBS.china.huawei.com ([169.254.2.114]) by dggemm421-hub.china.huawei.com ([10.1.198.38]) with mapi id 14.03.0361.001; Mon, 2 Apr 2018 20:10:50 +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 v5 0/7] crypto: add virtio poll mode driver Thread-Index: AQHTyNFLhA12TNotN0+WPB53Mq+obKPs2myAgACG3RA= Date: Mon, 2 Apr 2018 12:10:49 +0000 Message-ID: References: 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 v5 0/7] crypto: add virtio poll mode driver 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, 02 Apr 2018 12:11:01 -0000 Hi Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo [mailto:pablo.de.lara.guarch@intel.com] > Sent: Monday, April 02, 2018 7:53 PM > 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 v5 0/7] crypto: add virtio poll mode driver >=20 > Hi Jay, >=20 > > -----Original Message----- > > From: Jay Zhou [mailto:jianjay.zhou@huawei.com] > > Sent: Saturday, March 31, 2018 10:19 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 v5 0/7] crypto: add virtio poll mode driver > > > > This patch series introduce virtio crypto poll mode driver. > > >=20 > Thanks for the work. As a last thing from my side, could I ask you to ena= ble > the compilation of the driver from the beginning? > In DPDK we try to enable it from the beginning of the patchsets. Yes, it's ok. > The AMD CCP PMD is a good example on how to do this and how to split the > patches in a more functional way. >=20 > Sorry for missing this earlier and giving this feedback a bit late. > Let me know if you need some help on this. Okay. I'll try to reorganize this patchset, pls help to review the next ver= sion :) Regards, Jay >=20 > Thanks, > Pablo