examples/vhost: fix out of sequence packets
authorJianfeng Tan <jianfeng.tan@intel.com>
Tue, 19 Jan 2016 19:18:11 +0000 (03:18 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 28 Feb 2016 21:35:59 +0000 (22:35 +0100)
commite1c648055f48003a2b8cbc80979a8f48a3e5f114
treece1d6f1a3e3f1ed7c4ee3acf87793078f6ef8775
parent5499c1fc9baa3105cd19f0f9101e60d0e48ee742
examples/vhost: fix out of sequence packets

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 <thomas.long@intel.com>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
examples/vhost/main.c