Is there a way to get the full line speed of the NIC in a jail or bhyve ?
I have a server with a mlx5en(4) NIC, a Mellanox ConnectX-4 Lx 2x25G. I would like to setup it as a router and provide a wan for the internal vms /jails and others machines.
Unfortunately there is an issue using SRV-IO with this card. I get a DAD detection error until I disable it: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270859
I'm not comfortable to disable DAD. Sois there another way to use the full capacity of the card? vnet appears s a 10G interface. .
	
	
	
		
				
			I have a server with a mlx5en(4) NIC, a Mellanox ConnectX-4 Lx 2x25G. I would like to setup it as a router and provide a wan for the internal vms /jails and others machines.
Unfortunately there is an issue using SRV-IO with this card. I get a DAD detection error until I disable it: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270859
I'm not comfortable to disable DAD. Sois there another way to use the full capacity of the card? vnet appears s a 10G interface. .
		Code:
	
	# ifconfig vnet0
vnet0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9000
	options=8<VLAN_MTU>
	ether 0e:20:98:4c:84:f0
	hwaddr 02:33:37:e1:d2:0b
	inet6 2a0e:XXXX:XXXX:XXX::4 prefixlen 64
	inet6 fe80::c20:98ff:fe4c:84f0%vnet0 prefixlen 64 scopeid 0x2
	groups: epair
	media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
	status: active
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> 
			     
 
		 I can run sr-iov by disabling DAD but I am not comfortable with it; That is after all one of the improvements of IPv6...
 I can run sr-iov by disabling DAD but I am not comfortable with it; That is after all one of the improvements of IPv6...