Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464005
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Steve Wise" <swise@opengridcomputing.com> |
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH 07/22] IB/iwcm: Remove deprecated create_singlethread_workqueue |
| Date | Tue, 16 Aug 2016 20:30:01 +0200 |
| Message-ID | <s6RhD-6xt-9@gated-at.bofh.it> (permalink) |
| References | <s6ul3-d0-3@gated-at.bofh.it> <s6uuK-vA-39@gated-at.bofh.it> |
| X-Original-To | "'Bhaktipriya Shridhar'" <bhaktipriya96@gmail.com>, "'Yishai Hadas'" <yishaih@mellanox.com>, "'Doug Ledford'" <dledford@redhat.com>, "'Sean Hefty'" <sean.hefty@intel.com>, "'Hal Rosenstock'" <hal.rosenstock@gmail.com>, "'Jason Gunthorpe'" <jgunthorpe@obsidianresearch.com>, "'Leon Romanovsky'" <leonro@mellanox.com>, "'Chuck Lever'" <chuck.lever@oracle.com>, "'Mark Bloch'" <markb@mellanox.com>, "'Hans Westgaard Ry'" <hans.westgaard.ry@oracle.com>, "'Christoph Lameter'" <cl@linux.com>, "'Erez Shitrit'" <erezsh@mellanox.com>, "'Haggai Eran'" <haggaie@mellanox.com>, "'Florian Westphal'" <fw@strlen.de>, "'Guy Shapiro'" <guysh@mellanox.com>, "'Eli Cohen'" <eli@mellanox.com>, "'Or Gerlitz'" <ogerlitz@mellanox.com>, "'Faisal Latif'" <faisal.latif@intel.com>, "'Matan Barak'" <matanb@mellanox.com>, "'Chien Tin Tung'" <chien.tin.tung@intel.com>, "'Mustafa Ismail'" <mustafa.ismail@intel.com>, "'Shiraz Saleem'" <shiraz.saleem@intel.com>, "'Tatyana Nikolova'" <tatyana.e.nikolova@intel.com>, "'Steve Wise'" <swise@chelsio.com>, "'Mike Marciniszyn'" <infinipath@intel.com>, "'Bart Van Assche'" <bart.vanassche@sandisk.com>, "'Yotam Kenneth'" <yotamke@mellanox.com>, "'Somnath Kotur'" <Somnath.Kotur@Avagotech.Com>, "'Moni Shoua'" <monis@mellanox.com>, "'Shachar Raindel'" <raindel@mellanox.com>, "'Parav Pandit'" <pandit.parav@gmail.com>, "'Sagi Grimberg'" <sagi@grimberg.me>, "'Christoph Hellwig'" <hch@infradead.org>, "'Dean Luick'" <dean.luick@intel.com>, "'Ira Weiny'" <ira.weiny@intel.com>, "'Kaike Wan'" <kaike.wan@intel.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| Content-Transfer-Encoding | 7bit |
| X-Mailer | Microsoft Outlook 14.0 |
| Thread-Index | AQN97tjb2Ny34cGB5rb+XCD3ewI7xwMrJWd1nNqeriA= |
| Content-Language | en-us |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 15 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <linux-rdma@vger.kernel.org>, <linux-kernel@vger.kernel.org>, "'Tejun Heo'" <tj@kernel.org> |
| X-Original-Date | Tue, 16 Aug 2016 13:20:26 -0500 |
| X-Original-Message-ID | <042301d1f7ea$dc7c32f0$957498d0$@opengridcomputing.com> |
| X-Original-References | <cover.1471283717.git.bhaktipriya96@gmail.com> <7ff721d47b418328d541d6a9b9c7c776bad8ab7e.1471283717.git.bhaktipriya96@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1464005 |
Show key headers only | View raw
> alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "iwcm_wq" queues work item &work(maps to cm_work_handler). > It has been identity converted. > > WQ_MEM_RECLAIM has been set to ensure forward progress under > memory pressure. > > Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Looks fine. Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/22] Remove deprecated create_workqueue instances Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:00 +0200
[PATCH 01/22] IB/sa : Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:00 +0200
[PATCH 03/22] IB/multicast: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:00 +0200
[PATCH 02/22] IB/mad: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:00 +0200
[PATCH 08/22] iw_cxgb3: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
RE: [PATCH 08/22] iw_cxgb3: Remove deprecated create_singlethread_workqueue "Steve Wise" <swise@opengridcomputing.com> - 2016-08-16 20:20 +0200
[PATCH 11/22] IB/mthca: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
[PATCH 09/22] IB/qib: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
RE: [PATCH 09/22] IB/qib: Remove deprecated create_singlethread_workqueue "Marciniszyn, Mike" <mike.marciniszyn@intel.com> - 2016-08-16 19:40 +0200
[PATCH 06/22] IB/addr: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
[PATCH 10/22] iw_cxgb4: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
RE: [PATCH 10/22] iw_cxgb4: Remove deprecated create_singlethread_workqueue "Steve Wise" <swise@opengridcomputing.com> - 2016-08-16 20:20 +0200
[PATCH 07/22] IB/iwcm: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:10 +0200
RE: [PATCH 07/22] IB/iwcm: Remove deprecated create_singlethread_workqueue "Steve Wise" <swise@opengridcomputing.com> - 2016-08-16 20:30 +0200
[PATCH 15/22] IB/mlx5/odp: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 15/22] IB/mlx5/odp: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 17:50 +0200
[PATCH 19/22] IB/nes: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
[PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 17:50 +0200
[PATCH 18/22] IB/mlx4/mcg: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 18/22] IB/mlx4/mcg: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 18:00 +0200
[PATCH 12/22] i40iw_main: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
[PATCH 17/22] IB/mlx4/mad: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 17/22] IB/mlx4/mad: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 18:00 +0200
[PATCH 20/22] IB/ipoib: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
[PATCH 13/22] i40iw_cm: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
[PATCH 21/22] IB/ipoib_verbs: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
[PATCH 14/22] IB/mlx5: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 14/22] IB/mlx5: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 17:50 +0200
Re: [PATCH 14/22] IB/mlx5: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 17:50 +0200
[PATCH 22/22] IB/mlx4/alias_GUID: Remove deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-15 20:20 +0200
Re: [PATCH 22/22] IB/mlx4/alias_GUID: Remove deprecated create_singlethread_workqueue Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 18:00 +0200
Re: [PATCH 00/22] Remove deprecated create_workqueue instances Tejun Heo <tj@kernel.org> - 2016-08-16 01:20 +0200
Re: [PATCH 00/22] Remove deprecated create_workqueue instances Leon Romanovsky <leonro@mellanox.com> - 2016-08-19 17:50 +0200
csiph-web