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] queue_size: renamed "hypervisor" to "device"


On Tue, 30 Oct 2018 11:28:32 +0200
Daniel Marcovitch <danielm@mellanox.com> wrote:

> fixed to be consistent with the device/driver terminology in other surrounding descriptions
> ---
>  content.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/content.tex b/content.tex
> index fb168a0..3ae3eb2 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -794,7 +794,7 @@ struct virtio_pci_common_cfg {
>  
>  \item[\field{queue_size}]
>          Queue Size.  On reset, specifies the maximum queue size supported by
> -        the hypervisor. This can be modified by driver to reduce memory requirements.
> +        the device. This can be modified by driver to reduce memory requirements.

Makes sense. But perhaps s/driver/the driver/ as well?

>          A 0 means the queue is unavailable.
>  
>  \item[\field{queue_msix_vector}]



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