Horrendous upload network performance with VLAN (download seems OK)

Patrick Proniewski patpro at patpro.net
Wed Dec 3 16:06:00 UTC 2014


I did and it failed, but maybe I've not used the right syntax:

	# ifconfig bxe0 -vlanmtu
	ifconfig: -vlanmtu: Invalid argument

man bxe makes me think that this driver won't allow this kind of changes.


On 3 déc. 2014, at 16:59, Steven Hartland <killing at multiplay.co.uk> wrote:

> Have you tried disabling all the various flags VLAN flags on the NIC?
> 
> On 03/12/2014 15:46, Patrick Proniewski wrote:
>> 
>> Blade B is configured to access the network through a link sporting multiple VLANs, so I've created a network interface that uses one of these VLANs. Ping is OK, I can ssh to this server, transfer rate to the server (down) is not fantastic but OK, enough to perform pkg installation or FreeBSD update. Transfer rate from the server to the rest of the world is abysmal, often stalling after few 100's KB.
>> 
>> 	ifconfig_bxe0="UP"
>> 	vlans_bxe0="161"
>> 	ifconfig_bxe0_161="inet x.y.z.142/24"
>> 	defaultrouter="x.y.z.1"
>> 
>> 	# ifconfig bxe0
>> 	bxe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>> 	    options=507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>
>> 	    ether 00:17:a4:77:04:10
>> 	    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
>> 	    media: Ethernet autoselect (10Gbase-CX4 <full-duplex>)
>> 	    status: active
>> 
>> 	# ifconfig bxe0.161
>> 	bxe0.161: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>> 	    options=303<RXCSUM,TXCSUM,TSO4,TSO6>
>> 	    ether 00:17:a4:77:04:10
>> 	    inet x.y.z.142 netmask 0xffffff00 broadcast x.y.z.255
>> 	    inet6 fe80::217:a4ff:fe77:410%bxe0.161 prefixlen 64 scopeid 0x10
>> 	    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
>> 	    media: Ethernet autoselect (10Gbase-CX4 <full-duplex>)
>> 	    status: active
>> 	    vlan: 161 parent interface: bxe0


More information about the freebsd-net mailing list