net: link_watch: mark bonding link events urgent
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Mon, 22 Jan 2018 16:07:19 +0000 (08:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jan 2018 00:43:30 +0000 (19:43 -0500)
commitb76f4189df5c54a892ae54ac23908cc54ae7134f
treedfea020e9a167e3617c421e17cacd7bdfefdf3d5
parent0542e13b5f5663ffdc18e0e028413b2cd09f426f
net: link_watch: mark bonding link events urgent

It takes 1sec for bond link down notification to hit user-space
when all slaves of the bond go down. 1sec is too long for
protocol daemons in user-space relying on bond notification
to recover (eg: multichassis lag implementations in user-space).
Since the link event code already marks team device port link events
 as urgent, this patch moves the code to cover all lag ports and master.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/link_watch.c