Buferbloat, ethernet hardware parameters and LACP bonds...

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Following the 'bufferbloat' recommendation:

        https://www.bufferbloat.net/projects/bloat/wiki/Tests_for_Bufferbloat/

i've added to a typical bridge (in a debian/ProxmoxVE server):

 iface enp2s0f1 inet manual
        ethernet-autoneg on
        link-speed 100
        link-duplex full
        hardware-dma-ring-tx 18
        offload-tso off
        offload-gso off
        offload-gro off

 auto vmbr1
 iface vmbr1 inet static
        address 172.17.44.50
        netmask 255.255.255.0
        gateway 172.17.44.1
        bridge_ports enp2s0f1
        bridge_waitport 30
        bridge_stp off
        bridge_fd 0

and seems to work, eg link speed is 100Mbit/s and offload parameters
are off.


But i've tried to do the same thing with an LACP bond, adding this parameters
both to single interfaces and also on the bond interface, both seems get
ignored.


It is not possible to set hardware parameters in bond and/or in bond
members?!


Thanks.

-- 
dott. Marco Gaiarin				        GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''          http://www.lanostrafamiglia.it/
  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)
  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797

		Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
      http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000
	(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux