From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7E1E5A04FF; Tue, 24 May 2022 17:13:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 68EDB40140; Tue, 24 May 2022 17:13:19 +0200 (CEST) Received: from mail-108-mta240.mxroute.com (mail-108-mta240.mxroute.com [136.175.108.240]) by mails.dpdk.org (Postfix) with ESMTP id A0BDD400D6 for ; Tue, 24 May 2022 17:13:18 +0200 (CEST) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta240.mxroute.com (ZoneMTA) with ESMTPSA id 180f6a11f29000c327.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 24 May 2022 15:13:16 +0000 X-Zone-Loop: c84210e238a2bfd0c2171ba081f22681848bbaf9bf45 X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:Date:In-reply-to:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=BHfBUXzrvY26FpMV/0bFDQF72oE74wSEfVwG0dHAWDw=; b=RnsMHEhUq1iBcrhWTRrYdGvk5H TK6OkCZODfNBnS0BmjWhaLQn6G5BJYTfvd8pTdA8Pgw0BTlFA+4c/zzpqR3k2dovliGW6Gix21ZJL /rzA+wH91FwgqFItzie/3zaTKisxEkcQoaLOPAsV3jDgvaVFBScVVcoAwsQeVU+0Mdj8nTP1i4ci7 Kqfi/NDUSVYQ2jauyqPJSmXEnaIZMO6pcVUH8bTvujCdABjLUoiELSU5ygWhvNfaZL/VQzyv6JDQH xV7tcHnmNZHCCMpX+bP1CoMSI5QOQbv0DKQpfydLzEGVbm3xkWAEw/WHUHoGHIFEaTJYHGqvF5xRm 0g4KVlLA==; References: <20220520052230.3680344-1-rbhansali@marvell.com> <20220520052230.3680344-2-rbhansali@marvell.com> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: Rahul Bhansali Cc: dev@dpdk.org, Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , jerinj@marvell.com Subject: Re: [PATCH 2/2] common/cnxk: print NIX inline outbound CPT LF registers In-reply-to: <20220520052230.3680344-2-rbhansali@marvell.com> Date: Tue, 24 May 2022 16:13:13 +0100 Message-ID: <87h75fynee.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Rahul Bhansali writes: > This add the support to dump NIX inline outbound CPT LF > registers. > > Signed-off-by: Rahul Bhansali > --- > drivers/common/cnxk/roc_nix_debug.c | 14 ++++++++++++++ > drivers/common/cnxk/roc_nix_inl.h | 1 + > drivers/common/cnxk/version.map | 1 + > 3 files changed, 16 insertions(+) > Acked-by: Ray Kinsella