search for: 677,29

Displaying 7 results from an estimated 7 matches for "677,29".

Did you mean: 617,29
2018 Mar 16
2
[PATCH RFC 2/2] virtio_ring: support packed ring
...ing_virtqueue *vq, unsigned int head, > - void **ctx) > +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, > + void **ctx) > { > unsigned int i, j; > __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); > @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, > } > } > > -static inline bool more_used(const struct vring_virtqueue *vq) > +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, > + void **ctx) > +{ &...
2018 Mar 16
2
[PATCH RFC 2/2] virtio_ring: support packed ring
...ing_virtqueue *vq, unsigned int head, > - void **ctx) > +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, > + void **ctx) > { > unsigned int i, j; > __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); > @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, > } > } > > -static inline bool more_used(const struct vring_virtqueue *vq) > +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, > + void **ctx) > +{ &...
2018 Feb 23
0
[PATCH RFC 2/2] virtio_ring: support packed ring
...); -static void detach_buf(struct vring_virtqueue *vq, unsigned int head, - void **ctx) +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, + void **ctx) { unsigned int i, j; __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, } } -static inline bool more_used(const struct vring_virtqueue *vq) +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, + void **ctx) +{ + struct vring_packed_desc *desc; + uns...
2018 Feb 23
5
[PATCH RFC 0/2] Packed ring for virtio
Hello everyone, This RFC implements a subset of packed ring which is described at https://github.com/oasis-tcs/virtio-docs/blob/master/virtio-v1.1-packed-wd08.pdf The code was tested with DPDK vhost (testpmd/vhost-PMD) implemented by Jens at http://dpdk.org/ml/archives/dev/2018-January/089417.html Minor changes are needed for the vhost code, e.g. to kick the guest. It's not a complete
2018 Mar 16
0
[PATCH RFC 2/2] virtio_ring: support packed ring
...d, > > - void **ctx) > > +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, > > + void **ctx) > > { > > unsigned int i, j; > > __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); > > @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, > > } > > } > > -static inline bool more_used(const struct vring_virtqueue *vq) > > +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, > > + void...
2018 Mar 16
2
[PATCH RFC 2/2] virtio_ring: support packed ring
...void **ctx) >>> +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, >>> + void **ctx) >>> { >>> unsigned int i, j; >>> __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); >>> @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, >>> } >>> } >>> -static inline bool more_used(const struct vring_virtqueue *vq) >>> +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, >>&g...
2018 Mar 16
2
[PATCH RFC 2/2] virtio_ring: support packed ring
...void **ctx) >>> +static void detach_buf_split(struct vring_virtqueue *vq, unsigned int head, >>> + void **ctx) >>> { >>> unsigned int i, j; >>> __virtio16 nextflag = cpu_to_virtio16(vq->vq.vdev, VRING_DESC_F_NEXT); >>> @@ -677,29 +969,81 @@ static void detach_buf(struct vring_virtqueue *vq, unsigned int head, >>> } >>> } >>> -static inline bool more_used(const struct vring_virtqueue *vq) >>> +static void detach_buf_packed(struct vring_virtqueue *vq, unsigned int head, >>&g...