]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qede: Initialize lock and slowpath workqueue early
authorMintz, Yuval <Yuval.Mintz@cavium.com>
Mon, 20 Feb 2017 20:43:34 +0000 (22:43 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 6 Mar 2017 05:00:29 +0000 (21:00 -0800)
commit62ed7dab03430f3ee1f1d074d366e98d96da2b17
tree602b9058265422afacb33c244ad4d849666c76f5
parent4c7c022ea1452cc1d2af8d3713c829655c3bd6ad
qede: Initialize lock and slowpath workqueue early

Orabug: 25477939

Need to make sure the slowpath workqueue and the qede lock
are ready for the registration of the netdevice, as once
registered there's no guarantee those wouldn't be used.

Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 0e0b80a9a7181cbdbb965a6b4750574932106e31)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/qlogic/qede/qede_main.c