Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\s+5\/9\]\s+ipvs\:\s+use\s+adaptive\s+pause\s+in\s+master\s+thread\s*$/: 9 ]

Total 9 documents matching your query.

1. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Fri, 20 Apr 2012 01:51:31 +0300 (EEST)
Hello Pablo, I understand this. It will save wakeups while master thread is busy with messages but not if the messages come with such gap that causes master thread to send them one by one for every w
/html/lvs-devel/2012-04/msg00075.html (15,145 bytes)

2. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Thu, 12 Apr 2012 02:13:09 +0200
Hi Julian, Why 32? If you do up() once per message, you will still get an arbitrary number of messages in the queue until the scheduler selects your thread to enter the running state. Well, this is n
/html/lvs-devel/2012-04/msg00019.html (14,768 bytes)

3. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 11 Apr 2012 23:02:39 +0300 (EEST)
Hello, OK, now I added up(). It will be called when 32 messages are queued after last sent by thread. Done, used same value both for rcvbuf and sndbuf. Yes, both values are for same thing, the proble
/html/lvs-devel/2012-04/msg00016.html (25,016 bytes)

4. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Tue, 10 Apr 2012 01:08:03 +0200
Hi Julian, You can still use kthread_should_stop inside a wrapper function that calls kthread_stop and up() the semaphore. sync_stop: kthread_stop(k) up(s) kthread_routine: while(1) { down(s) if (kth
/html/lvs-devel/2012-04/msg00015.html (14,003 bytes)

5. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Sun, 8 Apr 2012 23:12:53 +0300 (EEST)
Hello, May be it is possible to use up/down but we have to handle the kthread_should_stop check and also I prefer to reduce the wakeup events. So, I'm trying another solution which is appended just f
/html/lvs-devel/2012-04/msg00014.html (22,735 bytes)

6. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Thu, 5 Apr 2012 17:05:53 +0200
Hi Julian, I see, see below. I was refering to the situation in which you decide to delay sync messages due to congestion. State sync needs to be soft real-time to ensure that the backup is one copy-
/html/lvs-devel/2012-04/msg00006.html (16,744 bytes)

7. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Julian Anastasov <ja@xxxxxx>
Date: Wed, 4 Apr 2012 00:16:15 +0300 (EEST)
Hello, Agreed, packet processing does not check for any limits for the sync_queues lists. This can be addressed additionally, may be there can be some wakeup if threshold is reached, so that we wake
/html/lvs-devel/2012-04/msg00005.html (13,783 bytes)

8. Re: [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
Date: Mon, 2 Apr 2012 13:11:45 +0200
Hi Simon et al. I see. You are avoiding the congestion in the socket queue by putting the pressure in your sync_buff queue (I don't find any limit in the code for the amount of memory that it may con
/html/lvs-devel/2012-04/msg00000.html (15,110 bytes)

9. [PATCH 5/9] ipvs: use adaptive pause in master thread (score: 1)
Author: Simon Horman <horms@xxxxxxxxxxxx>
Date: Wed, 21 Mar 2012 17:56:20 +0900
High rate of sync messages in master can lead to overflowing the socket buffer and dropping the messages. Instead of using fixed pause try to adapt to the sync rate, so that we do not wakeup too ofte
/html/lvs-devel/2012-03/msg00017.html (14,687 bytes)


This search system is powered by Namazu