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 1262FC6379F for ; Fri, 13 Jan 2023 19:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230310AbjAMTlK (ORCPT ); Fri, 13 Jan 2023 14:41:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229789AbjAMTkR (ORCPT ); Fri, 13 Jan 2023 14:40:17 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90D1F7D1CF for ; Fri, 13 Jan 2023 11:39:33 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1EECC62305 for ; Fri, 13 Jan 2023 19:39:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37F9FC433EF; Fri, 13 Jan 2023 19:39:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673638772; bh=zIyZzBxUuhP7+nuxsIthas0ReYYVgbHBRuqE496Kcuo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OVxfjdX+xSG5cz4HGndyqKlVhOyJRLA+mSW82zS5I2bk0PH9kxXxuFoGrax77DOkw UQvHPB+7HLectrpoJ9cz91diHZlTeLGL+afl7eNkQ4mCQD+F8jsXEiNdU7qsx7L2+r WEzWEqNfUNVXYapOcUBbWq1dJX3GZ3bgGww/O3V2wjDaphxUyrlJqu/rbgzHP8RxRT WfQ0rlgk/eHK9oOiD+3YfBNP8FKAZWcs1ZawmChkyb1wkcO4tT2oqfUKMVEPf52k9u Ukz3+toh4ra9MPIxv78tjBsiLgrzKz5DSHnsK3zsmGsOxtUKhKUvA8iBoWPN/axDvq IxiLP4yZJVWTg== Date: Fri, 13 Jan 2023 11:39:31 -0800 From: Jakub Kicinski To: Raju Rangoju Cc: , , , , Subject: Re: [PATCH net 0/2] amd-xgbe: PFC and KR-Training fixes Message-ID: <20230113113931.6d70d025@kernel.org> In-Reply-To: <20230111172852.1875384-1-Raju.Rangoju@amd.com> References: <20230111172852.1875384-1-Raju.Rangoju@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 11 Jan 2023 22:58:50 +0530 Raju Rangoju wrote: > This patch series fixes the issues in kr-training and pfc > > Patches: > > 0001 - There is difference in the TX Flow Control registers (TFCR) > between the revisions of the hardware. Update the driver to use the > TFCR based on the reported version of the hardware. > > 0002 - AN restart triggered during KR training not only aborts the KR > training process but also move the HW to unstable state. Add the > necessary changes to fix kr-taining. Applied, thanks!