CVSROOT: /cvs
Module name: www
Changes by: [email protected] 2016/03/16 10:24:12
Modified files:
. : 59.html
Log message:
More details about the network SMP work.
- List all drivers and sections that are mostly run without big lock.
Here "mostly" generally means the fast path, so I'm lying a bit to
keep the description short.
- Not running with the kernel lock held means that some other part of
the kernel has a chance to run concurrently. So I used "can run in
parallel of ...".
- I do not mention kernel APIs deliberately
Feel free to improve it further, yes we've done a lot!