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

2015-03-27 Thread Ouyang Changchun
It needs Rx function even in the case of secondary process, and it also needs check if it supports mergeable feature or not. Signed-off-by: Changchun Ouyang --- Changes in v2: -- Check if it supports mergeable or not for the secondary process. lib/librte_pmd_virtio/virtio_ethdev.c | 7 +

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

2015-03-27 Thread Thomas Monjalon
2015-03-27 14:35, Ouyang Changchun: > It needs Rx function even in the case of secondary process, and it also needs > check if > it supports mergeable feature or not. > > Signed-off-by: Changchun Ouyang > --- > > Changes in v2: > -- Check if it supports mergeable or not for the secondary proc

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

2015-03-27 Thread Xie, Huawei
On 3/27/2015 2:35 PM, Ouyang, Changchun wrote: > It needs Rx function even in the case of secondary process, and it also needs > check if > it supports mergeable feature or not. > > Signed-off-by: Changchun Ouyang > --- > > Changes in v2: > -- Check if it supports mergeable or not for the secon