]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,
authorGleb Smirnoff <glebius@FreeBSD.org>
Fri, 26 Sep 2014 08:42:32 +0000 (08:42 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Fri, 26 Sep 2014 08:42:32 +0000 (08:42 +0000)
commit09c7577ef3fb45d931240d5cdd0200d8901c0a54
tree88eb2014d5a32caf3a0a1377adeb22656fa74c77
parentcd8d304e79b1112390d85ea2529f25ab3882b79a
- When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,
  then drop lock, run the attach routines, and then set it to specific
  proto. This removes tons of WITNESS warnings.
- Make lagg protocol attach handlers not failing and allocate memory
  with M_WAITOK.

Sponsored by: Netflix
Sponsored by: Nginx, Inc.
sys/net/ieee8023ad_lacp.c
sys/net/ieee8023ad_lacp.h
sys/net/if_lagg.c