From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzvjR-0004ka-As for qemu-devel@nongnu.org; Thu, 27 Oct 2016 21:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzvjO-0003hv-4n for qemu-devel@nongnu.org; Thu, 27 Oct 2016 21:13:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33288) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzvjN-0003hh-TK for qemu-devel@nongnu.org; Thu, 27 Oct 2016 21:13:14 -0400 Date: Fri, 28 Oct 2016 04:13:09 +0300 From: "Michael S. Tsirkin" Message-ID: <20161028041111-mutt-send-email-mst@kernel.org> References: <1476070616-58596-1-git-send-email-arei.gonglei@huawei.com> <33183CC9F5247A488A2544077AF19020B0404775@SZXEMA503-MBS.china.huawei.com> <20161028011258-mutt-send-email-mst@kernel.org> <33183CC9F5247A488A2544077AF19020B040C71A@SZXEMA503-MBS.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33183CC9F5247A488A2544077AF19020B040C71A@SZXEMA503-MBS.china.huawei.com> Subject: Re: [Qemu-devel] [virtio-dev] Re: [PATCH v12 0/2] virtio-crypto: virtio crypto device specification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" Cc: "qemu-devel@nongnu.org" , "virtio-dev@lists.oasis-open.org" , "Huangpeng (Peter)" , Luonengjun , "cornelia.huck@de.ibm.com" , "stefanha@redhat.com" , "denglingli@chinamobile.com" , Jani Kokkonen , "Ola.Liljedahl@arm.com" , "Varun.Sethi@freescale.com" , "xin.zeng@intel.com" , "brian.a.keating@intel.com" , "liang.j.ma@intel.com" , "john.griffin@intel.com" , "Hanweidong (Randy)" , "Huangweidong (C)" , "mike.caraman@nxp.com" , "agraf@suse.de" , Claudio Fontana , "Zhoujian (jay, Euler)" , "nmorey@kalray.eu" , "vincent.jardin@6wind.com" , "Wubin (H)" , Shiqing Fan , "arei.gonglei@hotmail.com" On Fri, Oct 28, 2016 at 01:01:40AM +0000, Gonglei (Arei) wrote: > > > -----Original Message----- > > From: virtio-dev@lists.oasis-open.org [mailto:virtio-dev@lists.oasis-open.org] > > On Behalf Of Michael S. Tsirkin > > Sent: Friday, October 28, 2016 6:14 AM > > Subject: [virtio-dev] Re: [PATCH v12 0/2] virtio-crypto: virtio crypto device > > specification > > > > On Mon, Oct 24, 2016 at 06:51:52AM +0000, Gonglei (Arei) wrote: > > > Ping.... > > > > > > And the corresponding source code v9 on QEMU side had been posted: > > > > > > [PATCH v9 00/12] virtio-crypto: introduce framework and device emulation > > > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg04755.html > > > > > > Regards, > > > -Gonglei > > > > If there are no comments and this is ready to get votes now, > > pls open the jira issue that you created. > > I can then start the ballot. > > > OK, I see. Thanks! > > I'd like to add max_size in the device config as you mentioned in other thread, > and submit v13 as the final version if not other comments. > And then open the jira issue. > > > Regards, > -Gonglei Sounds good. So pls post this ASAP and give poeple a week to review before opening. It's a good idea to go over the driver and see whether there are other limits that need to be set to limit resource utilization by guest, if yes add those - you are a better judge of this. -- MST