From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752521AbcG2MWm (ORCPT ); Fri, 29 Jul 2016 08:22:42 -0400 Received: from mail-yw0-f193.google.com ([209.85.161.193]:34142 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbcG2MWl (ORCPT ); Fri, 29 Jul 2016 08:22:41 -0400 Date: Fri, 29 Jul 2016 08:22:37 -0400 From: Tejun Heo To: Leon Romanovsky Cc: Bhaktipriya Shridhar , Matan Barak , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Saeed Mahameed Subject: Re: [PATCH] net/mlx5_core/pagealloc: Remove deprecated create_singlethread_workqueue Message-ID: <20160729122237.GG2542@mtj.duckdns.org> References: <20160728081949.GA5561@Karyakshetra> <20160728093735.GO4628@leon.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160728093735.GO4628@leon.nu> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Jul 28, 2016 at 12:37:35PM +0300, Leon Romanovsky wrote: > Did you test this patch? Did you notice the memory reclaim path nature > of this work? The conversion uses WQ_MEM_RECLAIM, which is standard for all workqueues which can stall packet processing if stalled. The requirement comes from nfs or block devices over network. Thanks. -- tejun