[dpdk-dev] [PATCH 18/22] virtio: Fix descriptor index issue

2015-01-16 Thread Ouyang, Changchun
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Friday, January 16, 2015 12:54 AM > To: Ouyang, Changchun > Cc: dev at dpdk.org; Doherty, Declan; Cao, Waterman > Subject: Re: [PATCH 18/22] virtio: Fix descriptor index issue > > On Thu, 15 Jan

[dpdk-dev] [PATCH 18/22] virtio: Fix descriptor index issue

2015-01-15 Thread Ouyang Changchun
It should use vring descriptor index instead of used_ring index to index vq_descx. Signed-off-by: Changchun Ouyang --- lib/librte_pmd_virtio/virtio_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_pmd_virtio/virtio_rxtx.c b/lib/librte_pmd_virtio/virtio_rxtx

[dpdk-dev] [PATCH 18/22] virtio: Fix descriptor index issue

2015-01-15 Thread Stephen Hemminger
On Thu, 15 Jan 2015 13:15:26 +0800 Ouyang Changchun wrote: > It should use vring descriptor index instead of used_ring index to index > vq_descx. > > Signed-off-by: Changchun Ouyang > --- > lib/librte_pmd_virtio/virtio_rxtx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -