commit | 263ba61d3b19508dfb003c215ec5d23f882b4f87 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Thu Nov 10 19:14:37 2011 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Sat Dec 03 09:35:05 2011 -0800 |
tree | 1f00fe8aeaff938b6e6706d145f761c5990fc28e | |
parent | 340e8dc1fb4032b6c8334c9bff20b2aec42ecfd8 [diff] |
genetlink: Add genl_notify() Open vSwitch uses Generic Netlink interface for communication between userspace and kernel module. genl_notify() is used for sending notification back to userspace. genl_notify() is analogous to rtnl_notify() but uses genl_sock instead of rtnl. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>