From: Yunhong Jiang Date: Tue, 27 Oct 2015 04:54:35 +0000 (-0400) Subject: Force tick interrupt and get rid of softirq magic X-Git-Tag: WW-2015-52~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6d8b23062207c761e4606d1eae0e43cf36141a44;hp=6d8b23062207c761e4606d1eae0e43cf36141a44;p=kvmfornfv.git Force tick interrupt and get rid of softirq magic This is a backporting from upstream linux, please refer to http://marc.info/?t=142904577100001&r=1&w=2 for more information, the corresponding kernel commit is 0ff53d09642204c64842 (tick: sched: Force tick interrupt and get rid of softirq magic). The purpose of this patch is, if a tick_sched interrupt is missed, don't try to raise softirq, instead, we can simply trigger the timer interrupt. The reason is, softirq requires context switch and has much higher overhead than interrupt. Upstream status: backport 0ff53d09642204c64842 Change-Id: I70131fb85189d15972fcaa1a2a2fa190270787f9 Back-port-by: Yunhong Jiang ---