Re: [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings

2023-09-26 Thread Stefan Hajnoczi
On Tue, 26 Sept 2023 at 09:55, Hanna Czenczek wrote: > > On 25.09.23 21:15, Stefan Hajnoczi wrote: > > On Fri, Sep 15, 2023 at 12:25:27PM +0200, Hanna Czenczek wrote: > >> Currently, the vhost-user documentation says that rings are to be > >> initialized in a disabled state when VHOST_USER_F_PROTO

Re: [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings

2023-09-26 Thread Hanna Czenczek
On 25.09.23 21:15, Stefan Hajnoczi wrote: On Fri, Sep 15, 2023 at 12:25:27PM +0200, Hanna Czenczek wrote: Currently, the vhost-user documentation says that rings are to be initialized in a disabled state when VHOST_USER_F_PROTOCOL_FEATURES is negotiated. However, by the time of feature negotiat

Re: [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings

2023-09-25 Thread Stefan Hajnoczi
On Fri, Sep 15, 2023 at 12:25:27PM +0200, Hanna Czenczek wrote: > Currently, the vhost-user documentation says that rings are to be > initialized in a disabled state when VHOST_USER_F_PROTOCOL_FEATURES is > negotiated. However, by the time of feature negotiation, all rings have > already been init

[PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings

2023-09-15 Thread Hanna Czenczek
Currently, the vhost-user documentation says that rings are to be initialized in a disabled state when VHOST_USER_F_PROTOCOL_FEATURES is negotiated. However, by the time of feature negotiation, all rings have already been initialized, so it is not entirely clear what this means. At least the vhos