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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B4EEC07E9A for ; Wed, 14 Jul 2021 06:51:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B1B66136E for ; Wed, 14 Jul 2021 06:51:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238141AbhGNGyY (ORCPT ); Wed, 14 Jul 2021 02:54:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:51390 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238104AbhGNGyY (ORCPT ); Wed, 14 Jul 2021 02:54:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C6B1D613AF; Wed, 14 Jul 2021 06:51:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626245493; bh=aC8YyFw7g3a24JrV8Copqbnq3nQ8kdn5UOWWkMjj3Q4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sD1xA44YubdUkOxcLqoQOpPAIWdwCG56H/2kLARJOopPnqh/n4ESG6Cgwj8MAl/Cw qxRP5/8SBDpqzydb6OD44eX7WM8NVQUWtu3sRFzZ7KGXJjhUA8XZ5vGExQFjg6Pwic 2l6VID+zz6ShQi52l8KN5BGL9v+OWRz0HbjIBCa8iBTWNDvSoGCjL4qAOThfeSVsg7 Ew4w5pbiFqPsKMlK3JuS44vk8XVwqqsv7U20cG0YK3kA/zYkzYagGhBiTCm7eeDY2q JOeezEvW3GzR/xLxIFEuOv6luqK9qc613yKhxIni8VoBxofvZjCPttRrOiV0bWfju0 ZzVwsi9FLcBRQ== Date: Wed, 14 Jul 2021 12:21:29 +0530 From: Vinod Koul To: Dave Jiang Cc: dmaengine@vger.kernel.org Subject: Re: [PATCH v2] dmanegine: idxd: cleanup all device related bits after disabling device Message-ID: References: <162285154108.2096632.5572805472362321307.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <162285154108.2096632.5572805472362321307.stgit@djiang5-desk3.ch.intel.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 04-06-21, 17:06, Dave Jiang wrote: > The previous state cleanup patch only performed wq state cleanups. This > does not go far enough as when device is disabled or reset, the state > for groups and engines must also be cleaned up. Add additional state > cleanup beyond wq cleanup. Tie those cleanups directly to device > disable and reset, and wq disable and reset. Applied, thanks -- ~Vinod