All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Don't allocate ib/iw cm workqueues with WQ_MEM_RECLAIM
@ 2017-08-15 19:20 Sagi Grimberg
       [not found] ` <1502824838-21745-1-git-send-email-sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Sagi Grimberg @ 2017-08-15 19:20 UTC (permalink / raw)
  To: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Steve Wise

It's not correct due to the fact that such workqueues cannot allocate
memory in their work execution by definition, which is definitly not
the case for cm workqueues.

Changes from v1:
- fixed spelling glitch

Sagi Grimberg (2):
  cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIM
  iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIM

 drivers/infiniband/core/cm.c   | 2 +-
 drivers/infiniband/core/iwcm.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-08-18 14:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 19:20 [PATCH v2 0/2] Don't allocate ib/iw cm workqueues with WQ_MEM_RECLAIM Sagi Grimberg
     [not found] ` <1502824838-21745-1-git-send-email-sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2017-08-15 19:20   ` [PATCH v2 1/2] cm: Don't allocate ib_cm workqueue " Sagi Grimberg
2017-08-15 19:20   ` [PATCH v2 2/2] iwcm: Don't allocate iwcm " Sagi Grimberg
2017-08-15 20:53   ` [PATCH v2 0/2] Don't allocate ib/iw cm workqueues " Parav Pandit
     [not found]     ` <VI1PR0502MB300859CC289623BEA5D2DF9AD18D0-o1MPJYiShExKsLr+rGaxW8DSnupUy6xnnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-08-15 20:56       ` Parav Pandit
2017-08-18 14:48   ` Doug Ledford

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.