Searched hist:"16 b304f3404f8e0243d5ee2b70b68767b7b59b2b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/netlink/ |
H A D | af_netlink.h | diff 16b304f3404f8e0243d5ee2b70b68767b7b59b2b Thu Aug 15 17:31:06 CDT 2013 Pravin B Shelar <pshelar@nicira.com> netlink: Eliminate kmalloc in netlink dump operation.
Following patch stores struct netlink_callback in netlink_sock to avoid allocating and freeing it on every netlink dump msg. Only one dump operation is allowed for a given socket at a time therefore we can safely convert cb pointer to cb struct inside netlink_sock.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_netlink.c | diff 16b304f3404f8e0243d5ee2b70b68767b7b59b2b Thu Aug 15 17:31:06 CDT 2013 Pravin B Shelar <pshelar@nicira.com> netlink: Eliminate kmalloc in netlink dump operation.
Following patch stores struct netlink_callback in netlink_sock to avoid allocating and freeing it on every netlink dump msg. Only one dump operation is allowed for a given socket at a time therefore we can safely convert cb pointer to cb struct inside netlink_sock.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|