[dpdk-dev] [PATCH] virtio: Fix crash issue for secondary process

2015-03-26 Thread Xie, Huawei
On 3/23/2015 10:33 PM, Xie, Huawei wrote: > On 3/21/2015 5:59 AM, Thomas Monjalon wrote: > > 2015-03-19 09:45, Ouyang Changchun: > > > It definitely needs Rx function even in the case of secondary process, so put > the assignment a bit earlier to make sure of it. > > Signed-off-by: Changchun Ouyang

[dpdk-dev] [PATCH] virtio: Fix crash issue for secondary process

2015-03-23 Thread Xie, Huawei
On 3/21/2015 5:59 AM, Thomas Monjalon wrote: 2015-03-19 09:45, Ouyang Changchun: It definitely needs Rx function even in the case of secondary process, so put the assignment a bit earlier to make sure of it. Signed-off-by: Changchun Ouyang --- lib/librte_

[dpdk-dev] [PATCH] virtio: Fix crash issue for secondary process

2015-03-20 Thread Thomas Monjalon
2015-03-19 09:45, Ouyang Changchun: > It definitely needs Rx function even in the case of secondary process, so put > the assignment a bit earlier to make sure of it. > > Signed-off-by: Changchun Ouyang > --- > lib/librte_pmd_virtio/virtio_ethdev.c | 5 ++--- > 1 file changed, 2 insertions(+), 3

[dpdk-dev] [PATCH] virtio: Fix crash issue for secondary process

2015-03-19 Thread Ouyang Changchun
It definitely needs Rx function even in the case of secondary process, so put the assignment a bit earlier to make sure of it. Signed-off-by: Changchun Ouyang --- lib/librte_pmd_virtio/virtio_ethdev.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/librte_pmd_virtio/