lvs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Long delay on estimation_timer causes packet latency
@ 2020-04-16 22:00 yunhong-cgl jiang
  2020-04-17  7:47 ` Julian Anastasov
  0 siblings, 1 reply; 8+ messages in thread
From: yunhong-cgl jiang @ 2020-04-16 22:00 UTC (permalink / raw)
  To: horms, ja; +Cc: netdev, lvs-devel, Yunhong Jiang

Hi, Simon & Julian,
	We noticed that on our kubernetes node utilizing IPVS, the estimation_timer() takes very long (>200sm as shown below). Such long delay on timer softirq causes long packet latency.  

          <idle>-0     [007] dNH. 25652945.670814: softirq_raise: vec=1 [action=TIMER]
.....
          <idle>-0     [007] .Ns. 25652945.992273: softirq_exit: vec=1 [action=TIMER]

	The long latency is caused by the big service number (>50k) and large CPU number (>80 CPUs),

	We tried to move the timer function into a kernel thread so that it will not block the system and seems solves our problem. Is this the right direction? If yes, we will do more testing and send out the RFC patch. If not, can you give us some suggestion?

Thanks
—yunhong 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-04 13:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16 22:00 Long delay on estimation_timer causes packet latency yunhong-cgl jiang
2020-04-17  7:47 ` Julian Anastasov
2020-04-17 16:56   ` yunhong-cgl jiang
2020-12-03  6:42     ` dust.li
2020-12-03  8:48       ` Julian Anastasov
2020-12-04  3:27         ` dust.li
2020-12-04  5:42           ` Julian Anastasov
2020-12-04 13:59             ` dust.li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).