[virtio-dev] vhost-pci status

2018-05-23 Thread Avi Cohen (A)
Hello, What is the status of vhost-pci device? Is it already integrated into an official release ? patches ? Best Regards Avi - To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: v

RE: [virtio-dev] Dynamic assignment of vhost-user to a VM

2018-04-09 Thread Avi Cohen (A)
Thank you Paolo Avi > -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Monday, 09 April, 2018 12:43 PM > To: Avi Cohen (A); virtio-dev@lists.oasis-open.org > Subject: Re: [virtio-dev] Dynamic assignment of vhost-user to a VM > > On

[virtio-dev] Dynamic assignment of vhost-user to a VM

2018-04-08 Thread Avi Cohen (A)
Hello All, Is it possible to assign a vhost-user frontend to a VM *after* the VM was launched ? Best Regards Avi - To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org For additional commands, e-mail: virtio-dev-h

[virtio-dev] RE: [Qemu-devel] [virtio-dev] virtio - mem-page swap for inter vm comm.

2017-12-07 Thread Avi Cohen (A)
> On 2017年12月07日 16:04, Stefan Hajnoczi wrote: > > On Thu, Dec 7, 2017 at 7:54 AM, Avi Cohen (A) > wrote: > >> There is already a virtio mechanism in which 2 VMs assigned a virtio > >> device > , are communicating via a veth pair in the host . > >> KVM

[virtio-dev] RE: [Qemu-devel] [virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication

2017-12-06 Thread Avi Cohen (A)
; Zhiyong; jan.kis...@siemens.com; jasow...@redhat.com; Avi Cohen (A); > qemu-de...@nongnu.org; marcandre.lur...@redhat.com; > pbonz...@redhat.com > Subject: Re: [Qemu-devel] [virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM > communication > > On Thu, Dec 7, 2017 at 3:57 AM, Wei Wan

RE: [virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication

2017-12-05 Thread Avi Cohen (A)
.com > Cc: jan.kis...@siemens.com; Avi Cohen (A); zhiyong.y...@intel.com > Subject: Re: [virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication > > > > On 2017年12月05日 15:15, Wei Wang wrote: > > On 12/05/2017 03:01 PM, Jason Wang wrote: > >> > >>

[virtio-dev] dual NIC (not smart NIC)

2017-11-02 Thread Avi Cohen (A)
I don't know if this is the forum to ask - but did not find an answer in the data-sheets. Question: Can I use dual-NIC - ( not a smartNIC) - e.g. - Intel X540, 82599 , XL-7110 or Mellanox ConnectX(r) EN - Dual-Port 10GbE as a switch ? meaning packet received on NIC 1 will be forwarded t

RE: [virtio-dev] vhost-user to interconnect vm's

2017-10-25 Thread Avi Cohen (A)
Thank you Michael and Wei What is the estimated time for kernel-driver implementation ? Best Regards Avi > -Original Message- > From: Wei Wang [mailto:wei.w.w...@intel.com] > Sent: Wednesday, 25 October, 2017 3:48 AM > To: Michael S. Tsirkin; Avi Cohen (A) > Cc: virtio-

[virtio-dev] vhost-user to interconnect vm's

2017-10-24 Thread Avi Cohen (A)
Hello, I wonder if it is possible to directly connect 2 VM's (without host intervention) with vhost-user interface , so one VM is slave and the 2nd is the master. I can connect the VM's with OVS-DPDK (or VPP) in the middle - but this requires an extra copy. Best Regards Avi