Re: [dpdk-dev] [PATCH 06/12] vhost: register new regions with userfaultfd

2018-09-27 Thread Maxime Coquelin
On 09/26/2018 05:31 PM, Alejandro Lucero wrote: On Wed, Sep 26, 2018 at 8:28 AM Maxime Coquelin mailto:maxime.coque...@redhat.com>> wrote: Signed-off-by: Dr. David Alan Gilbert mailto:dgilb...@redhat.com>> Signed-off-by: Maxime Coquelin mailto:maxime.coque...@redhat.com>> ---

Re: [dpdk-dev] [PATCH 06/12] vhost: register new regions with userfaultfd

2018-09-26 Thread Alejandro Lucero
On Wed, Sep 26, 2018 at 8:28 AM Maxime Coquelin wrote: > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost_user.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhos

[dpdk-dev] [PATCH 06/12] vhost: register new regions with userfaultfd

2018-09-26 Thread Maxime Coquelin
Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost_user.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c index d9ef5bca8..cbbfbdf00 100644 --- a/lib/librte_vhos