On Tue, Aug 18, 2015 at 02:03:04PM +0200, Bert Kiers wrote: > On Tue, Aug 18, 2015 at 04:39:57AM -0700, Masanobu SAITOH wrote: > > > Both MAC address and link status use communication between PF and > > VF. I suspect that communication is broken. > > Is this a bug in my linux/kvm/qemu setup, a NetBSD driver bug or > something else?
FreeBSD 10.1 works, but I have to set a MAC-address manually in the VM. root@cristalle:~ # dmesg | grep ix ix0: <Intel(R) PRO/10GbE Virtual Function Network Driver, Version - 1.1.4> mem 0xfe000000-0xfe003fff,0xfe004000-0xfe007fff at device 3.0 on pci0 ix0: Using MSIX interrupts with 2 vectors ix0: link state changed to UP root@cristalle:~ # ifconfig ix0 ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO> ether aa:00:04:00:42:42 inet 194.109.43.125 netmask 0xffffffe0 broadcast 194.109.43.127 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect status: active dns works, ping works, ftp works, ssh works; not tried: IPv6, larger MTU, TSO, VLAN So I guess it is a NetBSD driver problem. -- B*E*R*T