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=-1.1 required=3.0 tests=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 AC16BC10F27 for ; Wed, 11 Mar 2020 09:39:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8387621655 for ; Wed, 11 Mar 2020 09:39:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583919562; bh=/LRiph60URpGfe2dBdVz+L3xl44yNut/zMZ2qYpXMrE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=juXWWz+4CMuOl6GRr9Qn17iigsHHuAOm7q7hAYTmUxCgOffRV6ULMgX8vNfdgvtv0 ByKiwgZhpGg22dGPNfRVaKqiwU//O5v/jMoqCBpk/rFecQDLertgu8+hIrGhsIDo07 NMIEErKrkjCET0wZhCflPL3POEWJYP10j8oZqcnI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728255AbgCKJjW (ORCPT ); Wed, 11 Mar 2020 05:39:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:37014 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbgCKJjW (ORCPT ); Wed, 11 Mar 2020 05:39:22 -0400 Received: from localhost (unknown [106.201.105.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AA52D2146E; Wed, 11 Mar 2020 09:39:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583919561; bh=/LRiph60URpGfe2dBdVz+L3xl44yNut/zMZ2qYpXMrE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wyIS9TPnhw3y4zEgP+xph0aC6+rpytI/DiTrR3k67D5Qxlf17vU+G7Q5CJejHvi1M 4CJAYL3IoWdz60oLQ30y0/LJ1aphRqqqje4wzJzTSigruImLOcT0/RblM8sKIgfZYs SHMYuseufsYyYRXEvmEuGzXor/UIh/cfMhiA6tzw= Date: Wed, 11 Mar 2020 15:09:16 +0530 From: Vinod Koul To: Dave Jiang Cc: dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: idxd: reflect shadow copy of traffic class programming Message-ID: <20200311093916.GP4885@vkoul-mobl> References: <158386263076.10898.4586509576813094559.stgit@djiang5-desk3.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <158386263076.10898.4586509576813094559.stgit@djiang5-desk3.ch.intel.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 10-03-20, 10:50, Dave Jiang wrote: > The traffic class are set to -1 at initialization until the user programs > them. If the user choose not to, the driver will program appropriate > defaults. The driver also needs to update the shadowed copies of the values > after doing the programming. Applied, thanks -- ~Vinod