-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teamd: Add support for custom retry counts for LACP sessions #13453
Commits on Jan 20, 2023
-
teamd: Add support for custom retry counts for LACP sessions
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for aa248b0 - Browse repository at this point
Copy the full SHA aa248b0View commit details
Commits on Feb 2, 2023
-
Add _SECONDS to #define name to make it clear this is in seconds
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b9daabb - Browse repository at this point
Copy the full SHA b9daabbView commit details -
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ba9325c - Browse repository at this point
Copy the full SHA ba9325cView commit details -
Rename patches to include patch order number
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4d7730f - Browse repository at this point
Copy the full SHA 4d7730fView commit details
Commits on Feb 16, 2023
-
Use monotonic time instead of wall-clock time
Also fix a bug with `next_retry_count_change_time` getting calculated repeatedly when a non-standard retry count is sent. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 304a444 - Browse repository at this point
Copy the full SHA 304a444View commit details
Commits on Feb 17, 2023
-
Replace magic number of 3 with existing define
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ec258ed - Browse repository at this point
Copy the full SHA ec258edView commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6035645 - Browse repository at this point
Copy the full SHA 6035645View commit details -
Add support for showing the partner's retry count
Also fix a logic error when filling in the retry count fields in the LACP PDU packet. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 27cdefb - Browse repository at this point
Copy the full SHA 27cdefbView commit details
Commits on Apr 21, 2023
-
Make changes to the transition mechanism
First, reply with the most recently received LACP PDU version. This is so that if one side is sending both the old and new versions, then the peer side will send both versions to keep both listeners happy. This also allows for using the new version packets even when the retry count is 3 on both sides. This can only be triggered remotely; there's no local command to force a particular version to be used. Second, reset the 60-second timer preventing the retry count from being reset back to 3 every time a new version PDU is received. This keeps that setting persistent for longer with the downside of a delayed response to the retry count being reset to 3. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 51b1191 - Browse repository at this point
Copy the full SHA 51b1191View commit details
Commits on Apr 25, 2023
-
Send LACPDU immediately on version change
After getting a LACPDU that uses a diferent LACPDU version, immediately send a LACPDU back. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for e977386 - Browse repository at this point
Copy the full SHA e977386View commit details
Commits on May 4, 2023
-
Add option to disable retry count feature, and fix some bugs
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 357cd54 - Browse repository at this point
Copy the full SHA 357cd54View commit details
Commits on May 12, 2023
-
Use LACP_CFG_DFLT_RETRY_COUNT if an invalid retry count is set via co…
…nfig Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f80bbfd - Browse repository at this point
Copy the full SHA f80bbfdView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e07744b - Browse repository at this point
Copy the full SHA e07744bView commit details
Commits on May 30, 2023
-
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 67c1d52 - Browse repository at this point
Copy the full SHA 67c1d52View commit details