Re: [virtio-dev] [PATCH v2] virtio-net: fix virtqueue numbering error

2017-07-14 Thread Stefan Hajnoczi
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] > ---

[virtio-dev] [PATCH v2] virtio-net: fix virtqueue numbering error

2017-07-12 Thread Cornelia Huck
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