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
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.
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?
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
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
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
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