Home
last modified time | relevance | path

Searched hist:fd3bb7aa4609f12853c7ac0fb010babf76e50b5d (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dif_lagg.cdiff fd3bb7aa4609f12853c7ac0fb010babf76e50b5d Thu Jan 04 21:05:47 CET 2018 Steven Hartland <smh@FreeBSD.org> Disabled the use of flowid for lagg by default

Disabled the use of RSS hash from the network card aka flowid for
lagg(4) interfaces by default as it's currently incompatible with
the lacp and loadbalance protocols.

The incompatibility is due to the fact that the flowid isn't know
for the first packet of a new outbound stream which can result in
the hash calculation method changing and hence a stream being
incorrectly split across multiple interfaces during normal
operation.

This can be re-enabled by setting the following in loader.conf:
net.link.lagg.default_use_flowid="1"

Discussed with: kmacy
Sponsored by: Multiplay
/freebsd/
H A DUPDATINGdiff fd3bb7aa4609f12853c7ac0fb010babf76e50b5d Thu Jan 04 21:05:47 CET 2018 Steven Hartland <smh@FreeBSD.org> Disabled the use of flowid for lagg by default

Disabled the use of RSS hash from the network card aka flowid for
lagg(4) interfaces by default as it's currently incompatible with
the lacp and loadbalance protocols.

The incompatibility is due to the fact that the flowid isn't know
for the first packet of a new outbound stream which can result in
the hash calculation method changing and hence a stream being
incorrectly split across multiple interfaces during normal
operation.

This can be re-enabled by setting the following in loader.conf:
net.link.lagg.default_use_flowid="1"

Discussed with: kmacy
Sponsored by: Multiplay