[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTikXLwDA5cTevWiBRf+6BvZFEs+YSVqZk7wJLEjq@mail.gmail.com>
Date: Wed, 25 Aug 2010 18:05:41 +0530
From: Lal <learner.kernel@...il.com>
To: netdev@...r.kernel.org
Subject: RPS patch questions
I am evaluating RPS patch from Tom Herbert. I have some questions
regarding this patch.
1. Can __smp_call_function_single be called from bottom half handler?
I presume, yes.
2. I am working on 2.6.21 kernel which have neither
__smp_call_function_single nor smp_call_function_single. I used
smp_call_function_single from some other kernel version but this too
can not be called from bottom half handler (just like
smp_call_function). Did somebody try to write such function for 2.6.21
(or older kernel) which can be called from bottom halves?
3. One option I've is to upgrade to 2.6.27 kernel which has
__smp_call_function_single. I see a comment that this function must
not be called with interrupt disabled. Does it mean it can be called
from bottom half handler?
Thanks
Lal
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists