Questions tagged [computer-architecture]

1 questions
1
vote
0 answers

RCU usage in Process context and softirq context

I am learning the new RCU based lockless synchronization approach in the linux kernel. I already have a Kernel module which maintains hash_table (kernel hash api). Until now I was using spin_lock_irqsave() in order to synchronize process context…
Haswell
  • 1,573
  • 1
  • 18
  • 45