Re: [Cluster-devel] [PATCH RESEND 8/8] dlm: slow down filling up processing queue

2023-10-11 Thread Greg KH
On Tue, Oct 10, 2023 at 06:04:48PM -0400, Alexander Aring wrote: > If there is a burst of message the receive worker will filling up the > processing queue but where are too slow to process dlm messages. This > patch will slow down the receiver worker to keep the buffer on the > socket layer to tel

[Cluster-devel] [PATCH RESEND 8/8] dlm: slow down filling up processing queue

2023-10-10 Thread Alexander Aring
If there is a burst of message the receive worker will filling up the processing queue but where are too slow to process dlm messages. This patch will slow down the receiver worker to keep the buffer on the socket layer to tell the sender to backoff. This is done by a threshold to get the next buff