[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180503035931.22439-1-pasha.tatashin@oracle.com>
Date: Wed, 2 May 2018 23:59:29 -0400
From: Pavel Tatashin <pasha.tatashin@...cle.com>
To: pasha.tatashin@...cle.com, steven.sistare@...cle.com,
daniel.m.jordan@...cle.com, linux-kernel@...r.kernel.org,
jeffrey.t.kirsher@...el.com, intel-wired-lan@...ts.osuosl.org,
netdev@...r.kernel.org, gregkh@...uxfoundation.org
Subject: [PATCH 0/2] multi-threading device shutdown
Do a faster shutdown by calling dev->*->shutdown(dev) in parallel.
device_shutdown() calls these functions for every single device but
only using one thread.
Since, nothing else is running on the machine by the device_shutdown()
s called, there is no reason not to utilize all the available CPU
resources.
Pavel Tatashin (2):
ixgbe: release lock for the duration of ixgbe_suspend_close()
drivers core: multi-threading device shutdown
drivers/base/core.c | 238 ++++++++++++++----
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 9 +-
2 files changed, 197 insertions(+), 50 deletions(-)
--
2.17.0
Powered by blists - more mailing lists