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 096BDC433EF for ; Tue, 15 Feb 2022 11:38:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237195AbiBOLiO (ORCPT ); Tue, 15 Feb 2022 06:38:14 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:50440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236631AbiBOLiN (ORCPT ); Tue, 15 Feb 2022 06:38:13 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F6BF2409B for ; Tue, 15 Feb 2022 03:38:04 -0800 (PST) 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 2D9F4B81860 for ; Tue, 15 Feb 2022 11:38:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E512FC340EB; Tue, 15 Feb 2022 11:38:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644925081; bh=y6m26xnifIGRSi/EA+sIoo40HqraY8nQcxTl4JaBEok=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NB8Kdue31GlBS82TLbSpVFKBtXrjaAia5YwKHoHmuHc5qaMEzB7zYgLpQ8O5dny6q Mrtq7qtEOS12g9qdqU8a+UjQoh0/izy45VYJLelqsNLEalwok7M/vAiHWofSWjaCIc 6T2R07Lt02+NFeI5+ClH+6zHIiej9Oty2CWAhiFWCRc7aQhEKJzl26gfvEkUiGBgAM sEjnTi5C1EI9Xud0XyzzEQmdlvtUdNocc8cNf4+cVsv3dBSI35+lcia0bVfW1vo9C5 rYKX9CzYrMYlRMFxI68LJm8xjpxA3YmfGnhF8TYniaMWZnVibZgHuMZsTLSyquABrB MdwzTTyRe4I5Q== Date: Tue, 15 Feb 2022 17:07:58 +0530 From: Vinod Koul To: Dave Jiang Cc: Binuraj Ravindran , dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: idxd: restore traffic class defaults after wq reset Message-ID: References: <164304123369.824298.6952463420266592087.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <164304123369.824298.6952463420266592087.stgit@djiang5-desk3.ch.intel.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 24-01-22, 09:20, Dave Jiang wrote: > When clearing the group configurations, the driver fails to restore the > default setting for DSA 1.x based devices. Add defaults in > idxd_groups_clear_state() for traffic class configuration. Applied, thanks -- ~Vinod