[dpdk-dev] [PATCH] examples/vhost: fix corrupted vdev tailq list

2016-06-13 Thread Yuanhan Liu
On Tue, Jun 07, 2016 at 11:32:56AM +0800, Yuanhan Liu wrote: > There are two tailq lists, one for logging all vhost devices, another > one for logging vhost devices distributed on a specific core. However, > there is just one tailq entry, named "next", to chain the two list, > which is wrong and co

[dpdk-dev] [PATCH] examples/vhost: fix corrupted vdev tailq list

2016-06-07 Thread Yuanhan Liu
There are two tailq lists, one for logging all vhost devices, another one for logging vhost devices distributed on a specific core. However, there is just one tailq entry, named "next", to chain the two list, which is wrong and could result to a corrupted tailq list, that the tailq list might alway