From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751504AbcFUJRM (ORCPT ); Tue, 21 Jun 2016 05:17:12 -0400 Received: from 8bytes.org ([81.169.241.247]:51915 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751381AbcFUJRH (ORCPT ); Tue, 21 Jun 2016 05:17:07 -0400 Date: Tue, 21 Jun 2016 11:14:37 +0200 From: Joerg Roedel To: Bhaktipriya Shridhar Cc: Tejun Heo , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd: Remove create_workqueue Message-ID: <20160621091437.GA28248@8bytes.org> References: <20160618082830.GA6631@Karyakshetra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160618082830.GA6631@Karyakshetra> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 18, 2016 at 01:58:30PM +0530, Bhaktipriya Shridhar wrote: > alloc_workqueue replaces deprecated create_workqueue(). > > A dedicated workqueue has been used since the workitem (viz > &fault->work), is involved in IO page-fault handling. > WQ_MEM_RECLAIM has been set to guarantee forward progress under memory > pressure, which is a requirement here. > Since there are only a fixed number of work items, explicit concurrency > limit is unnecessary. > > Signed-off-by: Bhaktipriya Shridhar > --- > drivers/iommu/amd_iommu_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.