what are Softirq's and how many major numbers be allocated
in the linux kernel(2.4) ?
Answer / rajath n r
Softirq is a type of bottom half. Softirqs are rarely used,
Softirqs are statically allocated at compile-time. Unlike
tasklets, you cannot dynamically register and destroy
softirqs. They are required only for very high-frequency and
high threaded uses.
there can be a maximum of 32 registered softirqs. Note that
this cap is fixedthe maximum number of registered softirqs
cannot be dynamically changed. In the current kernel,
however, only 6 of the 32 entries are used
| Is This Answer Correct ? | 2 Yes | 3 No |
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
diff b/w spinlock, seamaphores and mutex and where to use it.
what is stored at /lib/modules ?
what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?
What do fork() internally call?
how to configure sendmail server on red hat linux version 4 and what and all we Require?
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
what is the diff b/w MUTEX and semaphore?
what is iptabe on redhat linux?
What is the use of proc structure?
if root user forget the password how to change it?
what is sudo on linux?