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: [virtio-comment] [PATCH v4] virtio-vsock: add max payload size config field


On Mon, Jun 27, 2022 at 04:33:27PM +0300, Laura Loghin wrote:
> > > > There are sections in the spec that make you think of a buffer as
> > > > corresponding to a descriptor chain, and others that don't, for example:
> > > > 2.6.5    The Virtqueue Descriptor Table: Each descriptor describes a
> > > > buffer which is read-only for the device (âdevice-readableâ) or
> > > > write-only for the device (âdevice-writableâ), but a chain of descriptors
> > > > can contain both device-readable and device-writable buffers.

I think this should just refer to memory:

	Each descriptor describes
	memory which is read-only for the device (``device-readable'') or write-only for the device (``device-writable''), but a chain of
	descriptors can contain both device-readable and device-writable memory.






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