Re: [Qemu-devel] vhost-user breaks after 96a3d98.

2017-01-04 Thread Flavio Leitner
017年01月03日 11:09, Jason Wang wrote: > >>>> > >>>> On 2016年12月30日 20:41, Flavio Leitner wrote: > >>>>> Hi, > >>>>> > >>>>> While I was testing vhost-user using OVS 2.5 and DPDK 2.2.0 in the > &g

Re: [Qemu-devel] vhost-user breaks after 96a3d98.

2017-01-03 Thread Flavio Leitner
On Tue, 3 Jan 2017 18:28:18 +0800 Jason Wang wrote: > On 2017年01月03日 11:09, Jason Wang wrote: > > > > > > On 2016年12月30日 20:41, Flavio Leitner wrote: > >> Hi, > >> > >> While I was testing vhost-user using OVS 2.5 and DPDK 2.2.0 in the > &

[Qemu-devel] vhost-user breaks after 96a3d98.

2016-12-30 Thread Flavio Leitner
Hi, While I was testing vhost-user using OVS 2.5 and DPDK 2.2.0 in the host and testpmd dpdk 2.2.0 in the guest, I found that the commit below breaks the environment and no packets gets into the guest. dpdk port --> OVS --> vhost-user --> guest --> testpmd ^--- drops her

Re: [Qemu-devel] [wiki] New wiki page - vhost-user setup with ovs/dpdk backend

2015-09-17 Thread Flavio Leitner
On Thu, Sep 17, 2015 at 01:08:36PM +0300, Marcel Apfelbaum wrote: > On 09/16/2015 08:44 PM, Flavio Leitner wrote: > >On Thu, Sep 10, 2015 at 10:51:19PM +0300, Marcel Apfelbaum wrote: > >>Hi, > >> > >>The page describes how to setup an environment that allows &

Re: [Qemu-devel] [wiki] New wiki page - vhost-user setup with ovs/dpdk backend

2015-09-16 Thread Flavio Leitner
On Thu, Sep 10, 2015 at 10:51:19PM +0300, Marcel Apfelbaum wrote: > Hi, > > The page describes how to setup an environment that allows testing/developing > vhost-user using ovs (with dpdk) as backend. > > A regular pc machine can be used, no need for several hosts, a 'dpdk enabled' > NIC or 1G h

Re: [Qemu-devel] [PATCH 0/4] vhost-user: protocol updates

2015-07-17 Thread Flavio Leitner
On Fri, Jul 17, 2015 at 05:09:26PM +0300, Michael S. Tsirkin wrote: > This patchset sets the stage for extending the vhost user > protocol, with full backwards compatibility. > > The approach is to negotiate feature bits queried and > acknowledged during device setup. > > For now, there's no new

Re: [Qemu-devel] [PATCH 3/4] vhost-user: add protocol feature negotiation

2015-07-17 Thread Flavio Leitner
On Fri, Jul 17, 2015 at 05:09:38PM +0300, Michael S. Tsirkin wrote: > Support a separate bitmask for vhost-user protocol features, > and messages to get/set protocol features. > > Invoke them at init. > > No features are defined yet. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/vir