All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH] Reserve device id for parameter server
@ 2021-03-22 19:19 Hao Chen
  2021-03-30  9:51 ` Cornelia Huck
  0 siblings, 1 reply; 8+ messages in thread
From: Hao Chen @ 2021-03-22 19:19 UTC (permalink / raw)
  To: virtio-dev; +Cc: Hao Chen

Use device ID 37

Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index b72bad0..b88e606 100644
--- a/content.tex
+++ b/content.tex
@@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 36         &   CAN device \\
 \hline
+37         &   Parameter Server \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
--
2.31.0.rc2.261.g7f71774620-goog

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [virtio-dev] [PATCH] Reserve device id for parameter server
  2021-03-22 19:19 [virtio-dev] [PATCH] Reserve device id for parameter server Hao Chen
@ 2021-03-30  9:51 ` Cornelia Huck
  2021-03-30 19:34   ` [virtio-dev] [PATCH v2] " Hao Chen
  0 siblings, 1 reply; 8+ messages in thread
From: Cornelia Huck @ 2021-03-30  9:51 UTC (permalink / raw)
  To: Hao Chen; +Cc: virtio-dev

On Mon, 22 Mar 2021 12:19:11 -0700
Hao Chen <chenhaosjtuacm@google.com> wrote:

> Use device ID 37
> 
> Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index b72bad0..b88e606 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  36         &   CAN device \\
>  \hline
> +37         &   Parameter Server \\

37 has already been requested for the Dmabuf device (although I don't
recall a vote being requested for it.)

Maybe better pick 38 for this device?


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [virtio-dev] [PATCH v2] Reserve device id for parameter server
  2021-03-30  9:51 ` Cornelia Huck
@ 2021-03-30 19:34   ` Hao Chen
       [not found]     ` <CABATKF-ZvtVyQV1wQwFyejao6aeeu1DGLNtFL1KA4y5=bM+p0A@mail.gmail.com>
  2021-04-06 10:09     ` [virtio-dev] " Cornelia Huck
  0 siblings, 2 replies; 8+ messages in thread
From: Hao Chen @ 2021-03-30 19:34 UTC (permalink / raw)
  To: virtio-dev

Use device ID 38

Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index b72bad0..cc292b3 100644
--- a/content.tex
+++ b/content.tex
@@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 36         &   CAN device \\
 \hline
+38         &   Parameter Server \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
--
2.31.0.291.g576ba9dcdaf-goog

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [virtio-dev] Re: [PATCH v2] Reserve device id for parameter server
       [not found]     ` <CABATKF-ZvtVyQV1wQwFyejao6aeeu1DGLNtFL1KA4y5=bM+p0A@mail.gmail.com>
@ 2021-03-30 20:42       ` Enrico Granata
  0 siblings, 0 replies; 8+ messages in thread
From: Enrico Granata @ 2021-03-30 20:42 UTC (permalink / raw)
  To: Hao Chen, virtio-dev

Reviewed-By: Enrico Granata <egranata@google.com>

Thanks,
- Enrico

On Tue, Mar 30, 2021 at 2:42 PM Hao Chen <chenhaosjtuacm@google.com> wrote:
>
> ---------- Forwarded message ---------
> From: Hao Chen <chenhaosjtuacm@google.com>
> Date: Tue, Mar 30, 2021 at 12:34 PM
> Subject: [PATCH v2] Reserve device id for parameter server
> To: <virtio-dev@lists.oasis-open.org>
>
>
> Use device ID 38
>
> Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index b72bad0..cc292b3 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  36         &   CAN device \\
>  \hline
> +38         &   Parameter Server \\
> +\hline
>  \end{tabular}
>
>  Some of the devices above are unspecified by this document,
> --
> 2.31.0.291.g576ba9dcdaf-goog

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [virtio-dev] [PATCH v2] Reserve device id for parameter server
  2021-03-30 19:34   ` [virtio-dev] [PATCH v2] " Hao Chen
       [not found]     ` <CABATKF-ZvtVyQV1wQwFyejao6aeeu1DGLNtFL1KA4y5=bM+p0A@mail.gmail.com>
@ 2021-04-06 10:09     ` Cornelia Huck
  2021-04-06 17:31       ` Hao Chen
  1 sibling, 1 reply; 8+ messages in thread
From: Cornelia Huck @ 2021-04-06 10:09 UTC (permalink / raw)
  To: Hao Chen; +Cc: virtio-dev

On Tue, 30 Mar 2021 12:34:19 -0700
Hao Chen <chenhaosjtuacm@google.com> wrote:

> Use device ID 38
> 
> Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index b72bad0..cc292b3 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  36         &   CAN device \\
>  \hline
> +38         &   Parameter Server \\
> +\hline
>  \end{tabular}
> 
>  Some of the devices above are unspecified by this document,

Can you please edit the github issue so that 38 is mentioned in its
title, and the description (not a comment) is linking to this patch?
(We use that data to create the ballot.)

Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [virtio-dev] [PATCH v2] Reserve device id for parameter server
  2021-04-06 10:09     ` [virtio-dev] " Cornelia Huck
@ 2021-04-06 17:31       ` Hao Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Hao Chen @ 2021-04-06 17:31 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: virtio-dev

GitHub issue updated

On Tue, Apr 6, 2021 at 3:09 AM Cornelia Huck <cohuck@redhat.com> wrote:
>
> On Tue, 30 Mar 2021 12:34:19 -0700
> Hao Chen <chenhaosjtuacm@google.com> wrote:
>
> > Use device ID 38
> >
> > Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
> > ---
> >  content.tex | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/content.tex b/content.tex
> > index b72bad0..cc292b3 100644
> > --- a/content.tex
> > +++ b/content.tex
> > @@ -2870,6 +2870,8 @@ \chapter{Device Types}\label{sec:Device Types}
> >  \hline
> >  36         &   CAN device \\
> >  \hline
> > +38         &   Parameter Server \\
> > +\hline
> >  \end{tabular}
> >
> >  Some of the devices above are unspecified by this document,
>
> Can you please edit the github issue so that 38 is mentioned in its
> title, and the description (not a comment) is linking to this patch?
> (We use that data to create the ballot.)
>
> Thanks!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [virtio-dev] [PATCH] Reserve device id for parameter server
@ 2021-03-11  0:47 Hao Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Hao Chen @ 2021-03-11  0:47 UTC (permalink / raw)
  To: virtio-dev

Use device ID 36
Signed-off-by: Hao Chen <chenhaosjtuacm@google.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 620c0e2..6bfbba1 100644
--- a/content.tex
+++ b/content.tex
@@ -2846,6 +2846,8 @@ Device ID  &  Virtio Device    \\
 \hline
 35         &   Watchdog \\
 \hline
+36         &   Parameter Server \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
--
2.31.0.rc2.261.g7f71774620-goog

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [virtio-dev] [PATCH] Reserve device id for parameter server
@ 2021-03-09 23:04 Hao Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Hao Chen @ 2021-03-09 23:04 UTC (permalink / raw)
  To: virtio-dev

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

Use device ID 36
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 620c0e2..6bfbba1 100644
--- a/content.tex
+++ b/content.tex
@@ -2846,6 +2846,8 @@ Device ID  &  Virtio Device    \\
 \hline
 35         &   Watchdog \\
 \hline
+36         &   Parameter Server \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
-- 
2.30.1.766.gb4fecdf3b7-goog

[-- Attachment #2: Type: text/html, Size: 551 bytes --]

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-06 17:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 19:19 [virtio-dev] [PATCH] Reserve device id for parameter server Hao Chen
2021-03-30  9:51 ` Cornelia Huck
2021-03-30 19:34   ` [virtio-dev] [PATCH v2] " Hao Chen
     [not found]     ` <CABATKF-ZvtVyQV1wQwFyejao6aeeu1DGLNtFL1KA4y5=bM+p0A@mail.gmail.com>
2021-03-30 20:42       ` [virtio-dev] " Enrico Granata
2021-04-06 10:09     ` [virtio-dev] " Cornelia Huck
2021-04-06 17:31       ` Hao Chen
  -- strict thread matches above, loose matches on Subject: below --
2021-03-11  0:47 [virtio-dev] [PATCH] " Hao Chen
2021-03-09 23:04 Hao Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.