Re: [dpdk-dev] [PATCH v4 11/19] vhost: introduce postcopy's advise message

2018-10-09 Thread Maxime Coquelin
On 10/08/2018 06:22 PM, Ilya Maximets wrote: On 08.10.2018 18:25, Maxime Coquelin wrote: This patch opens a userfaultfd and sends it back to Qemu's VHOST_USER_POSTCOPY_ADVISE request. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h |

Re: [dpdk-dev] [PATCH v4 11/19] vhost: introduce postcopy's advise message

2018-10-08 Thread Ilya Maximets
On 08.10.2018 18:25, Maxime Coquelin wrote: > This patch opens a userfaultfd and sends it back to Qemu's > VHOST_USER_POSTCOPY_ADVISE request. > > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost.h | 2 ++ > lib/librte_vhost/vhost_user.

[dpdk-dev] [PATCH v4 11/19] vhost: introduce postcopy's advise message

2018-10-08 Thread Maxime Coquelin
This patch opens a userfaultfd and sends it back to Qemu's VHOST_USER_POSTCOPY_ADVISE request. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 2 ++ lib/librte_vhost/vhost_user.c | 49 +++ lib/librte_vhost