search for: csprd01

Displaying 11 results from an estimated 11 matches for "csprd01".

2013 Dec 24
0
30-day Public Review for Virtual I/O Device (VIRTIO) Version 1.0
...potential users, developers and others, whether OASIS members or not, for the sake of improving the interoperability and quality of its technical work. URIs: The prose specification document and related files are available here: PDF (Authoritative): http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/virtio-v1.0-csprd01.pdf HTML: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/virtio-v1.0-csprd01.html Editable TeX Source: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/tex/ For your convenience, OASIS provides a complete package of the prose specification and related files in a Z...
2013 Dec 24
0
30-day Public Review for Virtual I/O Device (VIRTIO) Version 1.0
...potential users, developers and others, whether OASIS members or not, for the sake of improving the interoperability and quality of its technical work. URIs: The prose specification document and related files are available here: PDF (Authoritative): http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/virtio-v1.0-csprd01.pdf HTML: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/virtio-v1.0-csprd01.html Editable TeX Source: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/tex/ For your convenience, OASIS provides a complete package of the prose specification and related files in a Z...
2019 Oct 22
0
[RFC 1/2] vhost: IFC VF hardware operation layer
...t; I am worried about the possibility that it will loop forever. > Could that happen? > > ... My understanding is that the function here is similar to virtio config generation [1]. So this can only happen for a buggy hardware. Thanks [1] https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html Section 2.4.1 > >>>> +static void io_write64_twopart(u64 val, u32 *lo, u32 *hi) >>>> +{ >>>> + iowrite32(val & ((1ULL << 32) - 1), lo); >>>> + iowrite32(val >> 32, hi); >>>> +} >>> I...
2019 Jul 17
0
[PATCH V3 00/15] Packed virtqueue support for vhost
...queue on PPS. Great job, thanks! Pls allow a bit more review time than usual as this is a big patchset. Should be done by Tuesday. -next material anyway. > More optimizations (e.g IN_ORDER) is on the road. > > Please review. > > [1] https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html#x1-610007 > > This version were tested with: > - zercopy/datacopy > - mergeable buffer on/off > - TCP stream & virtio-user > > Changes from V2: > - rebase on top of vhost metadata accelreation series > - introduce shadow used ring API > -...
2014 Mar 30
0
[chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
...ual I/O Device (VIRTIO) Technical Committee http://www.oasis-open.org/committees/virtio/ [2] Previous public reviews: 30-day public review, 24 December 2014: https://lists.oasis-open.org/archives/ members/201312/msg00013.html - Comment resolution log: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01 /virtio-v1.0-csprd01-comment-resolution-log.xlsx [3] http://www.oasis-open.org/policies-guidelines/ipr [4] http://www.oasis-open.org/committees/virtio/ipr.php https://www.oasis-open.org/policies-guidelines/ipr#licensing_req Non-Assertion Mode -- /chet ---------------- Chet Ensign Director of...
2014 Mar 30
0
[chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
...ual I/O Device (VIRTIO) Technical Committee http://www.oasis-open.org/committees/virtio/ [2] Previous public reviews: 30-day public review, 24 December 2014: https://lists.oasis-open.org/archives/ members/201312/msg00013.html - Comment resolution log: http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01 /virtio-v1.0-csprd01-comment-resolution-log.xlsx [3] http://www.oasis-open.org/policies-guidelines/ipr [4] http://www.oasis-open.org/committees/virtio/ipr.php https://www.oasis-open.org/policies-guidelines/ipr#licensing_req Non-Assertion Mode -- /chet ---------------- Chet Ensign Director of...
2017 Apr 07
0
[RFC 2/3] virtio-iommu: device probing and operations
...T: address space not found. FAULT: mapping not found. RANGE: request would split a mapping. [VIRTIO-v1.0] Virtual I/O Device (VIRTIO) Version 1.0. 03 December 2013. Committee Speci?cation Draft 01 / Public Review Draft 01. http://docs.oasis-open.org/virtio/virtio/v1.0/csprd01/virtio-v1.0-csprd01.html
2019 Jul 17
17
[PATCH V3 00/15] Packed virtqueue support for vhost
...;vhost: access vq metadata through kernel virtual address"), such overhead cold be eliminated. So in this version, we can see about 2% improvement for packed virtqueue on PPS. More optimizations (e.g IN_ORDER) is on the road. Please review. [1] https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html#x1-610007 This version were tested with: - zercopy/datacopy - mergeable buffer on/off - TCP stream & virtio-user Changes from V2: - rebase on top of vhost metadata accelreation series - introduce shadow used ring API - new SET_VRING_BASE/GET_VRING_BASE that takes care...
2019 Jul 17
17
[PATCH V3 00/15] Packed virtqueue support for vhost
...;vhost: access vq metadata through kernel virtual address"), such overhead cold be eliminated. So in this version, we can see about 2% improvement for packed virtqueue on PPS. More optimizations (e.g IN_ORDER) is on the road. Please review. [1] https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html#x1-610007 This version were tested with: - zercopy/datacopy - mergeable buffer on/off - TCP stream & virtio-user Changes from V2: - rebase on top of vhost metadata accelreation series - introduce shadow used ring API - new SET_VRING_BASE/GET_VRING_BASE that takes care...
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using virtio transport. It contains a description of the device, a Linux driver, and a toy implementation in kvmtool. With this prototype, you can translate DMA to guest memory from emulated (virtio), or passed-through (VFIO) devices. In its simplest form, implemented here, the device handles map/unmap requests from the guest. Future
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using virtio transport. It contains a description of the device, a Linux driver, and a toy implementation in kvmtool. With this prototype, you can translate DMA to guest memory from emulated (virtio), or passed-through (VFIO) devices. In its simplest form, implemented here, the device handles map/unmap requests from the guest. Future