Re: [dpdk-dev] [PATCH 04/12] vhost: introduce postcopy's advise message

2018-09-27 Thread Maxime Coquelin
On 09/26/2018 05:22 PM, Alejandro Lucero wrote: On Wed, Sep 26, 2018 at 8:27 AM Maxime Coquelin mailto:maxime.coque...@redhat.com>> 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 mail

Re: [dpdk-dev] [PATCH 04/12] vhost: introduce postcopy's advise message

2018-09-26 Thread Alejandro Lucero
On Wed, Sep 26, 2018 at 8:27 AM 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

[dpdk-dev] [PATCH 04/12] vhost: introduce postcopy's advise message

2018-09-26 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 | 37 +++ lib/librte_vhost