On 07/12/2017 11:50 AM, Cornelia Huck wrote:
> receiveq(n) is at position 2(n-1), not 2n. Same error for transmitq(n)
> and controlq.
>
> VIRTIO-161
>
> Signed-off-by: Cornelia Huck
> ---
> v1->v2: fix description
> use 2N for controlq [Stefan]
> ---
> content.tex | 6 +++---
> 1 file
On Wed, Jul 12, 2017 at 11:50:16AM +0200, Cornelia Huck wrote:
> receiveq(n) is at position 2(n-1), not 2n. Same error for transmitq(n)
> and controlq.
>
> VIRTIO-161
>
> Signed-off-by: Cornelia Huck
> ---
> v1->v2: fix description
> use 2N for controlq [Stefan]
> ---
> content.tex | 6
receiveq(n) is at position 2(n-1), not 2n. Same error for transmitq(n)
and controlq.
VIRTIO-161
Signed-off-by: Cornelia Huck
---
v1->v2: fix description
use 2N for controlq [Stefan]
---
content.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content.tex b/c