Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_NET_SMALL_RTNL
:
CONFIG_DEBUG_KERNEL && CONFIG_NET && CONFIG_LOCK_DEBUGGING_SUPPORT
rtnl_lock() is being replaced with rtnl_net_lock() that acquires the global RTNL and a small per-netns RTNL mutex.
During the conversion, rtnl_net_lock() just adds an extra mutex in every RTNL scope and slows down the operations.
Once the conversion completes, rtnl_lock() will be removed and rtnetlink will gain per-netns scalability.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab