Re: [dpdk-dev] [PATCH v3 13/19] vhost: register new regions with userfaultfd

2018-10-08 Thread Maxime Coquelin
On 10/05/2018 02:34 PM, Ilya Maximets wrote: On 04.10.2018 11:13, Maxime Coquelin wrote: Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost_user.c | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --

Re: [dpdk-dev] [PATCH v3 13/19] vhost: register new regions with userfaultfd

2018-10-05 Thread Ilya Maximets
On 04.10.2018 11:13, Maxime Coquelin wrote: > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost_user.c | 33 - > 1 file changed, 32 insertions(+), 1 deletion(-) > > diff --git a/lib/librte_vhost/vhost_user.c b/l

[dpdk-dev] [PATCH v3 13/19] vhost: register new regions with userfaultfd

2018-10-04 Thread Maxime Coquelin
Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost_user.c | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c index ffb3ea60a..d61be2da6 10