OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [PATCH] content: reserve virtio device ID for QingTian Box devices



> -----Original Message-----
> From: Michael S. Tsirkin [mailto:mst@redhat.com]
> Sent: Monday, December 27, 2021 4:15 PM
> To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> <longpeng2@huawei.com>
> Cc: Gonglei (Arei) <arei.gonglei@huawei.com>;
> virtio-comment@lists.oasis-open.org
> Subject: Re: [PATCH] content: reserve virtio device ID for QingTian Box devices
> 
> On Thu, Dec 23, 2021 at 02:49:25PM +0000, Longpeng (Mike, Cloud Infrastructure
> Service Product Dept.) wrote:
> > Hi Michael,
> >
> > Is there anything else I need to do to reserve the device id?
> 
> OK, I see the issue was created. I think it makes sense to wait
> until Jan 3 with the vote since lots of people are on
> vacation.
> 

Ok, thanks.

> Meanwhile - are there plans to add this device to the spec eventually?
> Can you share a bit more of what it does?
> 

We want to carve out some resources (e.g. vcpu, mem, pci_dev) from the user's 
VM and then use these resources to start a sandbox for the user. The usage 
quite likes the software enclave which Nitro already supported, but we have 
much wider usage, for example, running unikernel + app (e.g. OSV + Redis) in 
the sandbox, it would provide much better performance than the traditional os.


> > > -----Original Message-----
> > > From: Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
> > > Sent: Thursday, December 9, 2021 10:06 PM
> > > To: virtio-comment@lists.oasis-open.org
> > > Cc: Gonglei (Arei) <arei.gonglei@huawei.com>; Longpeng (Mike, Cloud
> > > Infrastructure Service Product Dept.) <longpeng2@huawei.com>
> > > Subject: [PATCH] content: reserve virtio device ID for QingTian Box devices
> > >
> > > From: Longpeng <longpeng2@huawei.com>
> > >
> > > Huawei Cloud is one of the famous public cloud providers, and its
> > > hypervisor is named QingTian. We plan to support the QingTian Box
> > > that provides some guest-aware features ( for high performance,
> > > security, etc. ) in the future, and at least one of them is already
> > > in development. It needs data transmission based on the Virtio, so
> > > we want to reserve a device id ( 43 ) for the QingTian Box.
> > >
> > > Signed-off-by: Longpeng <longpeng2@huawei.com>
> > > ---
> > >  content.tex | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/content.tex b/content.tex
> > > index 899df5f..2a6f9de 100644
> > > --- a/content.tex
> > > +++ b/content.tex
> > > @@ -2893,6 +2893,8 @@ \chapter{Device Types}\label{sec:Device Types}
> > >  \hline
> > >  42         &   RDMA device \\
> > >  \hline
> > > +43         &   QingtianBox \\
> > > +\hline
> > >  \end{tabular}
> > >
> > >  Some of the devices above are unspecified by this document,
> > > --
> > > 1.8.3.1



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]