[libvirt-users] Port mirroring with sr-iov

2015-01-28 Thread Yaron Illouz
Is it possible to do port mirroring while using sriov in the same host and in different host I am using libvirt What must i do? Perhaps bridge two controller virtual function If yes, should I do it with ovs-vsctl, or there is a libvirt functionnality libvirt version: 0.10.2, package: 29

Re: [libvirt-users] Sr-iov passthrough - no packet arrive to guest

2015-01-28 Thread Yaron Illouz
I read a bit more about the card that i am using and The problem was that it filtered packet because it a trace that i replay and not real traffic So i changed the destination mac adress in the pcap to be the same as vm and all packet got into the vm.

Re: [libvirt-users] redistribute virtual machines from vps hosting to end users

2015-01-28 Thread Eric Blake
On 01/27/2015 03:32 PM, Vasiliy Tolstov wrote: > Hi. I need to get ability to download backups of kvm virtual machines > (raw images) to end users. Virtualbox users can import ovs images, > that i can create, but in case of linux and virt-manager - how users > can import images and simply run it?

Re: [libvirt-users] Sr-iov passthrough - no packet arrive to guest

2015-01-28 Thread Yaron Illouz
I can see from different post that if working with sr-iov, i should work with vlan Is this an obligation to work with vlan if working with sr-iov? If not according to which parameter will the different vf get the traffic. Let's say i declare max_vfs=7, how will the traffic be seperated between t

Re: [libvirt-users] redistribute virtual machines from vps hosting to end users

2015-01-28 Thread Kashyap Chamarthy
On Wed, Jan 28, 2015 at 01:57:28PM +0400, Vasiliy Tolstov wrote: > 2015-01-28 12:47 GMT+03:00 Kashyap Chamarthy : > > I don't have immediate steps with `virt-manager` as I don't use it much > > in my workflow. But if you have users who're comfortable with CLI, you > > can import disk images into li

Re: [libvirt-users] redistribute virtual machines from vps hosting to end users

2015-01-28 Thread Vasiliy Tolstov
2015-01-28 12:47 GMT+03:00 Kashyap Chamarthy : > I don't have immediate steps with `virt-manager` as I don't use it much > in my workflow. But if you have users who're comfortable with CLI, you > can import disk images into libvirt (and which will also be accessible > via `virt-manager`) tribvially

Re: [libvirt-users] redistribute virtual machines from vps hosting to end users

2015-01-28 Thread Kashyap Chamarthy
On Wed, Jan 28, 2015 at 02:32:12AM +0400, Vasiliy Tolstov wrote: > Hi. I need to get ability to download backups of kvm virtual machines > (raw images) to end users. Virtualbox users can import ovs images, > that i can create, but in case of linux and virt-manager - how users > can import images an