From: David S. Miller Date: Fri, 20 Jan 2017 17:22:27 +0000 (-0500) Subject: Merge branch 'rxbusy' X-Git-Tag: MMI-PSA29.97-13-9~6152^2~362 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e9f3a685a2b7685a730d990b4e87248b513907a0;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git Merge branch 'rxbusy' Mahesh Bandewar says: ==================== use netdev_is_rx_handler_busy() in few known cases netdev_rx_handler_register() was recently split into two parts - (a) check if the handler is used, (b) register the new handler, parts. This is helpful in scenarios like bonding where at the time of registration there is too much state to unwind and it should check if the device is free before building that state. IPvlan and macvlan drivers don't have this issue however it can make use of the same check instead of using a device specific check. ==================== Signed-off-by: David S. Miller --- e9f3a685a2b7685a730d990b4e87248b513907a0