search for: l1_vm

Displaying 6 results from an estimated 6 matches for "l1_vm".

2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
...gt; - loopback packets are exchanged only in the same netns > > I tested the series in this way: > l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ > -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ > -device vhost-vsock-pci,guest-cid=3 > > l1_vm$ echo 1 > /sys/module/vsock/parameters/netns > > l1_vm$ ip netns add ns1 > l1_vm$ ip netns add ns2 > # same CID on different netns > l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ > -drive file=/tmp/vsockvm1.img,if=virtio --nographic \ &gt...
2020 Apr 27
4
[PATCH net-next 0/3] vsock: support network namespace
...gt; - loopback packets are exchanged only in the same netns > > I tested the series in this way: > l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ > -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ > -device vhost-vsock-pci,guest-cid=3 > > l1_vm$ echo 1 > /sys/module/vsock/parameters/netns > > l1_vm$ ip netns add ns1 > l1_vm$ ip netns add ns2 > # same CID on different netns > l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ > -drive file=/tmp/vsockvm1.img,if=virtio --nographic \ &gt...
2020 Apr 27
0
[PATCH net-next 0/3] vsock: support network namespace
...d only in the same netns > > > > I tested the series in this way: > > l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ > > -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ > > -device vhost-vsock-pci,guest-cid=3 > > > > l1_vm$ echo 1 > /sys/module/vsock/parameters/netns > > > > l1_vm$ ip netns add ns1 > > l1_vm$ ip netns add ns2 > > # same CID on different netns > > l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ > > -drive file=/tmp/vsockvm1.i...
2020 Apr 28
0
[PATCH net-next 0/3] vsock: support network namespace
...xchanged only in the same netns >> >> I tested the series in this way: >> l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ >> -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ >> -device vhost-vsock-pci,guest-cid=3 >> >> l1_vm$ echo 1 > /sys/module/vsock/parameters/netns >> >> l1_vm$ ip netns add ns1 >> l1_vm$ ip netns add ns2 >> # same CID on different netns >> l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ >> -drive file=/tmp/vsockvm1.img,if...
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
...tns support in vsock? 4. Jorgen: Do you think can be useful support it in vmci host driver? I tested the series in this way: l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ -device vhost-vsock-pci,guest-cid=3 l1_vm$ ip netns add ns1 l1_vm$ ip netns add ns2 # same CID on different netns l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ -drive file=/tmp/vsockvm1.img,if=virtio --nographic \ -device vhost-vsock-pci,guest-cid=4 l1_vm$ ip netns exec ns2 qemu-system-x86...
2019 Nov 28
5
[RFC PATCH 0/3] vsock: support network namespace
...tns support in vsock? 4. Jorgen: Do you think can be useful support it in vmci host driver? I tested the series in this way: l0_host$ qemu-system-x86_64 -m 4G -M accel=kvm -smp 4 \ -drive file=/tmp/vsockvm0.img,if=virtio --nographic \ -device vhost-vsock-pci,guest-cid=3 l1_vm$ ip netns add ns1 l1_vm$ ip netns add ns2 # same CID on different netns l1_vm$ ip netns exec ns1 qemu-system-x86_64 -m 1G -M accel=kvm -smp 2 \ -drive file=/tmp/vsockvm1.img,if=virtio --nographic \ -device vhost-vsock-pci,guest-cid=4 l1_vm$ ip netns exec ns2 qemu-system-x86...