From patchwork Tue Aug 16 05:52:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hernan Vargas X-Patchwork-Id: 115139 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 467DEA00C4; Tue, 16 Aug 2022 00:00:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B845A42C27; Mon, 15 Aug 2022 23:58:01 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 6091E42B73 for ; Mon, 15 Aug 2022 23:57:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660600662; x=1692136662; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mS+iHQ40T/syL+2H5AekgFFscZbnx3pis7Sgj8KS48w=; b=BZ0gXqMZYWx4Sz9fq5762XbHeHSrkaENP0kN5FGvlBjl1YQhtn59unB8 rgZargN1ILOlW/JekF1xFN7JBailOj/gIwv1bNHDTiOidgI08C4zHQoeL 7oWbSzLnsTzATxFrMGGvNmMtvtHBV1AAG/kCu5paNfaLZe+78i0501Uta gFXvUzMu8P5cfE2dL3aANMgUzjUr4mOMY5M4fb7zqTw/ViUv3eSbrw8Mh pX6/L/mozuzdL/+UpugAkq4A8NKJQ54wF4Ezok27kxCx3AVEFp3yhYRgW bvyKfmM/Qm9AwZlaGiyT7t7gBm3s1XGkZtp04cdEHKjzuCANTseU7tWtY g==; X-IronPort-AV: E=McAfee;i="6400,9594,10440"; a="292862751" X-IronPort-AV: E=Sophos;i="5.93,239,1654585200"; d="scan'208";a="292862751" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2022 14:57:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,239,1654585200"; d="scan'208";a="666826131" Received: from unknown (HELO csl-npg-qt0.la.intel.com) ([10.233.181.103]) by fmsmga008.fm.intel.com with ESMTP; 15 Aug 2022 14:57:41 -0700 From: Hernan Vargas To: dev@dpdk.org, gakhil@marvell.com, trix@redhat.com Cc: nicolas.chautru@intel.com, qi.z.zhang@intel.com, Hernan Vargas Subject: [PATCH v1 31/33] baseband/acc100: update debug print for LDPC FCW Date: Mon, 15 Aug 2022 22:52:56 -0700 Message-Id: <20220816055258.107564-32-hernan.vargas@intel.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220816055258.107564-1-hernan.vargas@intel.com> References: <20220816055258.107564-1-hernan.vargas@intel.com> MIME-Version: 1.0 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 Print full size of FCW LDPC structure on debug messages. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c index a388a9ce3d..125139c3bb 100644 --- a/drivers/baseband/acc100/rte_acc100_pmd.c +++ b/drivers/baseband/acc100/rte_acc100_pmd.c @@ -3867,7 +3867,7 @@ enqueue_ldpc_dec_one_op_cb(struct acc100_queue *q, struct rte_bbdev_dec_op *op, #ifdef RTE_LIBRTE_BBDEV_DEBUG rte_memdump(stderr, "FCW", &desc->req.fcw_ld, - sizeof(desc->req.fcw_ld) - 8); + sizeof(desc->req.fcw_ld)); rte_memdump(stderr, "Req Desc.", desc, sizeof(*desc)); #endif