Re: [Qemu-devel] virtio-net & dhcp & udp checksum

2016-09-06 Thread Michael S. Tsirkin
On Tue, Sep 06, 2016 at 09:00:30PM +1000, Alexey Kardashevskiy wrote: > On 06/09/16 20:03, Michael S. Tsirkin wrote: > > On Tue, Sep 06, 2016 at 02:32:27PM +1000, Alexey Kardashevskiy wrote: > >> Hi! > >> > >> I am trying DHCP between 2 guests. So I am running first guest with: > >> > >> -netdev ta

Re: [Qemu-devel] virtio-net & dhcp & udp checksum

2016-09-06 Thread Alexey Kardashevskiy
On 06/09/16 20:03, Michael S. Tsirkin wrote: > On Tue, Sep 06, 2016 at 02:32:27PM +1000, Alexey Kardashevskiy wrote: >> Hi! >> >> I am trying DHCP between 2 guests. So I am running first guest with: >> >> -netdev tap,id=TAP0,helper=/home/aik/qemu-bridge-helper \ >> -device "virtio-net-pci,id=vnet0,

Re: [Qemu-devel] virtio-net & dhcp & udp checksum

2016-09-06 Thread Michael S. Tsirkin
On Tue, Sep 06, 2016 at 02:32:27PM +1000, Alexey Kardashevskiy wrote: > Hi! > > I am trying DHCP between 2 guests. So I am running first guest with: > > -netdev tap,id=TAP0,helper=/home/aik/qemu-bridge-helper \ > -device "virtio-net-pci,id=vnet0,mac=C0:41:49:4b:ee:ee,netdev=TAP0" > > and second

[Qemu-devel] virtio-net & dhcp & udp checksum

2016-09-05 Thread Alexey Kardashevskiy
Hi! I am trying DHCP between 2 guests. So I am running first guest with: -netdev tap,id=TAP0,helper=/home/aik/qemu-bridge-helper \ -device "virtio-net-pci,id=vnet0,mac=C0:41:49:4b:ee:ee,netdev=TAP0" and second one with: -netdev tap,id=TAP0,vhost=on,helper=/home/aik/qemu-bridge-helper \ -device