Re: [dpdk-dev] [PATCH v4 05/19] vhost: fix error handling when mem table gets updated

2018-10-09 Thread Maxime Coquelin
On 10/09/2018 01:35 PM, Tiwei Bie wrote: On Mon, Oct 08, 2018 at 05:25:43PM +0200, Maxime Coquelin wrote: When the memory table gets updated, the rings addresses need to be translated again. If it fails, we need to exit cleanly by unmapping memory regions. Fixes: d5022533c20a ("vhost: retran

Re: [dpdk-dev] [PATCH v4 05/19] vhost: fix error handling when mem table gets updated

2018-10-09 Thread Tiwei Bie
On Mon, Oct 08, 2018 at 05:25:43PM +0200, Maxime Coquelin wrote: > When the memory table gets updated, the rings addresses need > to be translated again. If it fails, we need to exit cleanly > by unmapping memory regions. > > Fixes: d5022533c20a ("vhost: retranslate vring addr when memory table >

[dpdk-dev] [PATCH v4 05/19] vhost: fix error handling when mem table gets updated

2018-10-08 Thread Maxime Coquelin
When the memory table gets updated, the rings addresses need to be translated again. If it fails, we need to exit cleanly by unmapping memory regions. Fixes: d5022533c20a ("vhost: retranslate vring addr when memory table changes") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin Acked-by: Ilya