Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net/lagg
Module Name: src
Committed By: yamaguchi
Date: Thu Mar 31 02:04:50 UTC 2022
Modified Files:
src/sys/net/lagg: if_lagg_lacp.c if_lagg_lacp.h
Log Message:
handle LACPDU and MarkerDU in thread context
Those handler move from softint to thread context to
improve throughput in high load, because they hold LACP_LOCK.
pointed out by k-goda@IIJ
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/net/lagg/if_lagg_lacp.c
cvs rdiff -u -r1.3 -r1.4 src/sys/net/lagg/if_lagg_lacp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index