All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] qed: Fix and enhance slowpath workqueue mechanism.
@ 2020-03-24 14:13 Yuval Basson
  2020-03-24 14:13 ` [PATCH net-next 1/3] qed: Replace wq_active Boolean with an atomic QED_SLOWPATH_ACTIVE flag Yuval Basson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yuval Basson @ 2020-03-24 14:13 UTC (permalink / raw)
  To: davem, netdev

The next patch series enhances slowpath workqueue mechanism and fixes
a race between scheduled tasks and destroy_workqueue.

Yuval Basson (3):
  qed: Replace wq_active Boolean with an atomic QED_SLOWPATH_ACTIVE flag
  qed: Add a flag for rescheduling the slowpath task
  qed: Fix race condition between scheduling and destroying the slowpath
    workqueue

 drivers/net/ethernet/qlogic/qed/qed.h      |  3 ++-
 drivers/net/ethernet/qlogic/qed/qed_main.c | 37 +++++++++++++-----------------
 2 files changed, 18 insertions(+), 22 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-03-25 20:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 14:13 [PATCH net-next 0/3] qed: Fix and enhance slowpath workqueue mechanism Yuval Basson
2020-03-24 14:13 ` [PATCH net-next 1/3] qed: Replace wq_active Boolean with an atomic QED_SLOWPATH_ACTIVE flag Yuval Basson
2020-03-24 23:36   ` David Miller
2020-03-25 20:35     ` [EXT] " Yuval Basson
2020-03-24 14:13 ` [PATCH net-next 2/3] qed: Add a flag for rescheduling the slowpath task Yuval Basson
2020-03-24 14:13 ` [PATCH net-next 3/3] qed: Fix race condition between scheduling and destroying the slowpath workqueue Yuval Basson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.