Re: [dpdk-dev] [PATCH v7 00/19] vhost: add postcopy live-migration support

2018-10-16 Thread Maxime Coquelin
On 10/12/2018 02:40 PM, Maxime Coquelin wrote: In this v7: - Move vh_result enum declaration to vhost.h (Ilya) - Remove check in read_fd_message() for more fds received than requested as already checked with MSG_CTRUNC (Ilya) - Don't return an error in vhost-crypto post message handler i

[dpdk-dev] [PATCH v7 00/19] vhost: add postcopy live-migration support

2018-10-12 Thread Maxime Coquelin
In this v7: - Move vh_result enum declaration to vhost.h (Ilya) - Remove check in read_fd_message() for more fds received than requested as already checked with MSG_CTRUNC (Ilya) - Don't return an error in vhost-crypto post message handler if not a crypto message as all messages go through it.