[dpdk-dev] [PATCH] vhost: Add a hint on how to add or remove the device to a data core

2015-02-27 Thread Benoît Canet
Let's make sure people will not forget to set and unset VIRTIO_DEV_RUNNING. Signed-off-by: Beno?t Canet --- doc/guides/prog_guide/vhost_lib.rst | 3 ++- lib/librte_vhost/rte_virtio_net.h | 4 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/vhost_lib.rst

[dpdk-dev] vhost-user deconnection bug

2015-02-26 Thread Benoît Canet
Hi Xie, I connected a QEMU from git master with the vhost-user from git master and noticed the following bug. In the following code: void user_destroy_device(struct vhost_device_ctx ctx)

[dpdk-dev] Vhost-user early adopter feedback

2015-02-25 Thread Benoît Canet
The Wednesday 25 Feb 2015 ? 07:46:56 (+), Xie, Huawei wrote : > On 2/18/2015 3:59 PM, Beno?t Canet wrote: > > Hello Xie, > > > > As promized I integrated your vhost-user patchset from january in my > > vswitch. > > > > I just tried it, it works pretty well. > > > > I just had a minor bug with

[dpdk-dev] Vhost-user early adopter feedback

2015-02-18 Thread Benoît Canet
Hello Xie, As promized I integrated your vhost-user patchset from january in my vswitch. I just tried it, it works pretty well. I just had a minor bug with rte_vhost_driver_register taking ownership of the string patch pointer too late. I freed it out of habit just after registering in the cal

[dpdk-dev] Vhost-user roadmap

2015-02-09 Thread Benoît Canet
Hello Xie, I am testing your vhost-user patchset with the plumbing of my ongoing lower latency neutron implementation. Can you share with the list your roadmap of 2015 for the dpdk/vhost topic ? Best regards Beno?t

[dpdk-dev] vhost user examples

2015-01-27 Thread Benoît Canet
The Tuesday 27 Jan 2015 ? 17:10:29 (+), Xie, Huawei wrote : > > > > -Original Message- > > From: Beno?t Canet [mailto:benoit.canet at irqsave.net] > > Sent: Wednesday, January 28, 2015 1:00 AM > > To: Xie, Huawei > > Cc: Beno?t Canet; dev at dpdk.org > > Subject: Re: vhost user exampl

[dpdk-dev] vhost user examples

2015-01-27 Thread Benoît Canet
The Tuesday 27 Jan 2015 ? 16:33:19 (+), Xie, Huawei wrote : > > > -Original Message- > > From: Beno?t Canet [mailto:benoit.canet at irqsave.net] > > Sent: Tuesday, January 27, 2015 10:11 PM > > To: Xie, Huawei; dev at dpdk.org > > Subject: vhost user examples > > > > > > Hi Xie, > >

[dpdk-dev] vhost user examples

2015-01-27 Thread Benoît Canet
Hi Xie, I would be interested in alpha testing the vhost user patchset. Is there an up to date example of how to use it ? Best regards Beno?t