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

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

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


Subject: Re: [virtio-dev] [PATCH 2/2] introduction: clarify what is separated from what


"Michael S. Tsirkin" <mst@redhat.com> writes:
> it's a bit vague: says descriptors where it means
> indices and input/output where it means
> device to driver/driver to device, but
> this seems good for brevity.

Just to note that this was obsoleted in favour of eventual wording:

      Virtio devices consist of rings of descriptors
      for both input and output, which are neatly laid out to avoid cache
      effects from both driver and device writing to the same cache
      lines.

Which I also added to feedback/5.txt.

Thanks,
Rusty.

> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>  introduction.tex | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/introduction.tex b/introduction.tex
> index b93934f..cf2fdac 100644
> --- a/introduction.tex
> +++ b/introduction.tex
> @@ -13,7 +13,8 @@ inter-guest communication) requires copying.
>  }
>  
>    Efficient: Virtio devices consist of rings of descriptors
> -  for both input and output, which are neatly separated to avoid cache
> +  for both input and output. Input rings are are neatly separated
> +  from output rings to avoid cache
>    effects from both driver and device writing to the same cache
>    lines.
>  
> -- 
> MST
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org



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