|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [RFC] irq rate limit
On 09/09/2009 09:48, "Qing He" <qing.he@xxxxxxxxx> wrote:
> This is a poc patch of guest irq ratelimit. The main motivation is
> to ensure Xen's responsiveness during an irq storm, that caused by
> improper hardware or drivers. If one interrupt is fired at a high
> rate (>10k/10ms in the poc), it is disabled until the next periodic
> timer_fn. A global generation counter is used to minimize overhead.
What's the generation counter for? Why not just zero desc->rl_cnt in the
timer handler?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|