Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2007 07:47:04 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
Message-ID:  <200705190747.l4J7l4Tu049748@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-05-19 07:47:04 UTC

  FreeBSD src repository

  Modified files:
    sys/net              ieee8023ad_lacp.c ieee8023ad_lacp.h 
  Log:
  Implement the Marker Protocol. A marker frame is placed on the interface queue
  of each port and any further packets are blocked, when the all the marker frames
  have been returned to us from the remote network device then we can be sure
  that all interface queues are empty.
  
  This is needed when a port is added or removed from the aggregation since it
  will affect the hash based distribution, if the queues are not empty then a
  packet from an existing connection may be placed on a different interface and
  arrive out of order. This was previously achieved by suppressing transmission for
  1 second, now that there is an active feedback this timeout as been increased
  to 3 seconds and used as a fallback.
  
  Revision  Changes    Path
  1.9       +103 -8    src/sys/net/ieee8023ad_lacp.c
  1.5       +28 -24    src/sys/net/ieee8023ad_lacp.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705190747.l4J7l4Tu049748>