Remix.run Logo
waynesonfire 5 hours ago

> -tso4 -tso6 -vlanhwfilter -vlanmtu -vlanhwtso -vlanhwtag -vlanhwcsum -lro

Whys the author disabling tso and lro? Whats the motivation?

I'm not familiar with the other flags.

kev009 3 hours ago | parent | next [-]

People found this worked in the past and it gets copied around. There is no reason to disable some of this. Bridge will automatically disable LRO and find the common set of other offloads. TSO is not useful for a bridged guest.

crest 38 minutes ago | parent | prev | next [-]

LRO because the bridge has to forward the real frames. TSO because it’s fairly useless now.

j16sdiz 3 hours ago | parent | prev [-]

Looks like TSO does not support VLAN. Not sure about lro.