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

2015-03-30 Thread Thomas Monjalon
2015-03-27 21:23, 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 v3 > -- Extract a function to remove the duplicated codes; > > Chang

[dpdk-dev] [PATCH v3] 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 v3 -- Extract a function to remove the duplicated codes; Changes in v2: -- Check if it supports mergeable or not for t