From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 036BDA2EDB for ; Mon, 30 Sep 2019 04:50:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A609E37B4; Mon, 30 Sep 2019 04:49:56 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 8FE4637B0 for ; Mon, 30 Sep 2019 04:49:54 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8U2jV1H027118; Sun, 29 Sep 2019 19:49:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=wAh+LNIEI4tEmnoGBh9KrXz2a1n0oafxtmvADzdY42U=; b=Eczal7c2fmWztpCmb/BiQqnuvkKaj2VxfcRvXmA1JKcvUoYSr+e6pwY8g+Sh1g7AOhTo x8SrO06bQ7CSebzt2QvXbz37m0RpE4epNUvlFKDQ+2vHWOcvjn6UZcs3je/QamBUoENl Ilx/iLH7QphGTPFqNN+jaQQnnazdilaiRjn9SCJ5VfzlLEM9gNrm1sxD8XelxYReHcve a8by/3k4/qZvG9mXY1lu2AGIf9//KqB7msO1Mq7wkG2zoHpsnsNEp3pDR+/+Gkp1QZv1 e5crx9rgJRgcr/kFiUz2WuRTKoXUQnOtZtbiF5TSe1g7PP1duhy4iJnDH2UprLwYyxri 4A== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2va4vrw0nq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 29 Sep 2019 19:49:53 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sun, 29 Sep 2019 19:49:52 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Sun, 29 Sep 2019 19:49:52 -0700 Received: from irv1user08.caveonetworks.com (unknown [10.104.116.105]) by maili.marvell.com (Postfix) with ESMTP id 1E8623F703F; Sun, 29 Sep 2019 19:49:51 -0700 (PDT) Received: (from rmody@localhost) by irv1user08.caveonetworks.com (8.14.4/8.14.4/Submit) id x8U2npjv022213; Sun, 29 Sep 2019 19:49:51 -0700 X-Authentication-Warning: irv1user08.caveonetworks.com: rmody set sender to rmody@marvell.com using -f From: Rasesh Mody To: , , CC: Rasesh Mody , Date: Sun, 29 Sep 2019 19:49:14 -0700 Message-ID: <20190930024921.21818-3-rmody@marvell.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190930024921.21818-1-rmody@marvell.com> References: <20190930024921.21818-1-rmody@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-09-30_01:2019-09-25,2019-09-30 signatures=0 Subject: [dpdk-dev] [PATCH 2/9] net/qede/base: change MFW mailbox command log verbosity X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Change management FW mailboxes DP_VERBOSE module to ECORE_MSG_HW Signed-off-by: Rasesh Mody --- drivers/net/qede/base/ecore_mcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/qede/base/ecore_mcp.c b/drivers/net/qede/base/ecore_mcp.c index 6c6560688..1a5152ec5 100644 --- a/drivers/net/qede/base/ecore_mcp.c +++ b/drivers/net/qede/base/ecore_mcp.c @@ -469,7 +469,7 @@ static void __ecore_mcp_cmd_and_union(struct ecore_hwfn *p_hwfn, /* Set the drv command along with the sequence number */ DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (p_mb_params->cmd | seq_num)); - DP_VERBOSE(p_hwfn, ECORE_MSG_SP, + DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "MFW mailbox: command 0x%08x param 0x%08x\n", (p_mb_params->cmd | seq_num), p_mb_params->param); } @@ -594,7 +594,7 @@ _ecore_mcp_cmd_and_union(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, ecore_mcp_cmd_del_elem(p_hwfn, p_cmd_elem); OSAL_SPIN_UNLOCK(&p_hwfn->mcp_info->cmd_lock); - DP_VERBOSE(p_hwfn, ECORE_MSG_SP, + DP_VERBOSE(p_hwfn, ECORE_MSG_HW, "MFW mailbox: response 0x%08x param 0x%08x [after %d.%03d ms]\n", p_mb_params->mcp_resp, p_mb_params->mcp_param, (cnt * delay) / 1000, (cnt * delay) % 1000); -- 2.18.0