[dpdk-dev] [PATCH v2] vhost: fix vid allocation race

2021-02-01 Thread Peng He
: a277c715987 ("vhost: refactor code structure") Reported-by: Peng He Signed-off-by: Fei Chen Reviewed-by: Zhihong Wang --- lib/librte_vhost/vhost.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/librte_vhost/vhost.c b/lib/librte_vhost/vhost.c index efb136edd1..52ab93d1e

[dpdk-dev] [PATCH] lib/librte_vhost: fix vid allocation race

2021-01-29 Thread Peng He
K lib however still held by the upper applications. Reported-by: Peng He Signed-off-by: Fei Chen Reviewed-by: Zhihong Wang --- lib/librte_vhost/vhost.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/librte_vhost/vhost.c b/lib/librte_vhost/vhost.c index efb136edd1..db11d293d