[dpdk-dev] [PATCH] examples/vhost: fix out of sequence packets

2016-02-28 Thread Thomas Monjalon
2016-01-20 10:47, Yuanhan Liu: > On Wed, Jan 20, 2016 at 03:18:11AM +0800, Jianfeng Tan wrote: > > Issue description: when packets go through vhost example to virtio > > device and come back to another virtio device or physical NIC, the > > sequence of packets will be changed. > > > > Reported-by:

[dpdk-dev] [PATCH] examples/vhost: fix out of sequence packets

2016-01-20 Thread Yuanhan Liu
On Wed, Jan 20, 2016 at 03:18:11AM +0800, Jianfeng Tan wrote: > Issue description: when packets go through vhost example to virtio > device and come back to another virtio device or physical NIC, the > sequence of packets will be changed. > > Reported-by: Thomas Long > Signed-off-by: Jianfeng Tan

[dpdk-dev] [PATCH] examples/vhost: fix out of sequence packets

2016-01-20 Thread Jianfeng Tan
Issue description: when packets go through vhost example to virtio device and come back to another virtio device or physical NIC, the sequence of packets will be changed. Reported-by: Thomas Long Signed-off-by: Jianfeng Tan --- examples/vhost/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2