netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] bonding work-queues, try_rtnl() & notifications
@ 2015-03-12  5:54 Mahesh Bandewar
  2015-03-12 12:09 ` Nikolay Aleksandrov
  2015-03-12 19:20 ` David Miller
  0 siblings, 2 replies; 7+ messages in thread
From: Mahesh Bandewar @ 2015-03-12  5:54 UTC (permalink / raw)
  To: Jay Vosburgh, Andy Gospodarek, Veaceslav Falico,
	Nikolay Aleksandrov, David Miller
  Cc: Mahesh Bandewar, Maciej Zenczykowski, netdev, Eric Dumazet

This patch series tries to address the issue discovered in various work-
queues and the way these handlers deal with the RTNL. Especially for 
notification handling. If RTNL can not be acquired, these handlers ignore
sending notifications and just re-arm the timer. This could be very 
problematic if the re-arm timer has larger value (e.g. in minutes).


Mahesh Bandewar (4):
  bonding: Handle notifications during work-queue processing gracefully
  bonding: Do not ignore notifications for miimon-work-queue
  bonding: Do not ignore notifications for AD-work-queue
  bonding: Do not ignore notifications for ARP-work-queue

 drivers/net/bonding/bond_3ad.c  | 22 ++++++++++++---
 drivers/net/bonding/bond_main.c | 62 ++++++++++++++++++++++++-----------------
 include/net/bonding.h           | 22 +++++++++++++++
 3 files changed, 77 insertions(+), 29 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-12 19:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12  5:54 [PATCH net-next 0/4] bonding work-queues, try_rtnl() & notifications Mahesh Bandewar
2015-03-12 12:09 ` Nikolay Aleksandrov
2015-03-12 14:11   ` Eric Dumazet
2015-03-12 14:21     ` Nikolay Aleksandrov
2015-03-12 14:24       ` Nikolay Aleksandrov
2015-03-12 19:10         ` Jay Vosburgh
2015-03-12 19:20 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).