From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D04EC433F5 for ; Fri, 22 Apr 2022 07:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444722AbiDVH1q (ORCPT ); Fri, 22 Apr 2022 03:27:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444773AbiDVH1f (ORCPT ); Fri, 22 Apr 2022 03:27:35 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE10F5006B for ; Fri, 22 Apr 2022 00:24:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A5578B82A89 for ; Fri, 22 Apr 2022 07:24:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E059BC385A4; Fri, 22 Apr 2022 07:24:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650612280; bh=a9XFHB5KTUVM/++Od48uhizMUvs2RvY3v9GzsQ1YNjA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z2bsHmenAmd+0gSva0cKVTq0mQ8Fyk9JIlJw5STkfLgGC+NbCA98wtXUpLtaQ0yE+ oOhbSelgbPDPFT0IwwV/r/tl618vqNqmhCrU2hbSsNninx8YTFJFFV2/9BkptcqWWI dXhVPuQkUI9gcz5nTi9f9D+M7QD/bsy4V6sqFYn4zGks2wzcJWSyuLUb6iJvjSlON4 yRwFYGxZZKm+kJs+JJp0i/M5yswPHl6XSxYbUORvgAFpPV+fDxi/OdaLXIfztWH+Vn vlWZBroEs8jEhxE8U6Fviv6RQJBuc+rnyxmlx6pCGtwxwTuCqyW60KL+LudKhlNkeN wl6WEuaq3ZfhA== Date: Fri, 22 Apr 2022 12:54:35 +0530 From: Vinod Koul To: Dave Jiang Cc: dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: idxd: refactor wq driver enable/disable operations Message-ID: References: <165047301643.3841827.11222723219862233060.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <165047301643.3841827.11222723219862233060.stgit@djiang5-desk3.ch.intel.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 20-04-22, 09:43, Dave Jiang wrote: > Move the core driver operations from wq driver to the drv_enable_wq() and > drv_disable_wq() functions. The move should reduce the wq driver's > knowledge of the core driver operations and prevent code confusion for > future wq drivers. Applied, thanks -- ~Vinod