Re: [dpdk-dev] [PATCH 3/3] vhost: protect vring access done by application

2019-09-27 Thread Maxime Coquelin
On 8/19/19 1:34 PM, Tiwei Bie wrote: > Besides the enqueue/dequeue API, other APIs of the builtin net > backend should also be protected. > > Fixes: a3688046995f ("vhost: protect active rings from async ring changes") > Cc: sta...@dpdk.org > > Reported-by: Peng He > Signed-off-by: Tiwei Bie

[dpdk-dev] [PATCH 3/3] vhost: protect vring access done by application

2019-08-19 Thread Tiwei Bie
Besides the enqueue/dequeue API, other APIs of the builtin net backend should also be protected. Fixes: a3688046995f ("vhost: protect active rings from async ring changes") Cc: sta...@dpdk.org Reported-by: Peng He Signed-off-by: Tiwei Bie --- lib/librte_vhost/vhost.c | 50 +