-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
The other possible issue is that due to HTTP processing in softirq one can experience SSH unavailability under heavy traffic loads, even on designated network interface. It seems we should prioritize ingress traffic depending on service (SSH, HTTP etc.) using XDP or Linux QoS.
Linked with #488 if Linux QoS is used to fix the problem or #1048 if XDP is used.
Probably some scheduling ideas from Shenango can be applied to solve the issue.