]> git.proxmox.com Git - ovs.git/commit
rtnetlink: Notifiers should only run once per poll loop.
authorEthan Jackson <ethan@nicira.com>
Mon, 22 Aug 2011 19:47:43 +0000 (12:47 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 22 Aug 2011 20:06:04 +0000 (13:06 -0700)
commit4e77828b64c604d74dda44be76d57fb1b7c46302
tree5e7fedae91d1595f4a81f71d0177b3d77295352d
parent4f356133b56d7e907393118f41c17beac4260dd0
rtnetlink: Notifiers should only run once per poll loop.

rtnetlink_notifier_run() does quite a bit of work, and is likely
only to have interesting effects once per poll loop.
lib/rtnetlink.c