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 E58C544048; Fri, 17 May 2024 09:45:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9218B40A6E; Fri, 17 May 2024 09:45:19 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 691F940698 for ; Fri, 17 May 2024 09:45:18 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44GLNtHv026296 for ; Fri, 17 May 2024 00:45:17 -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-transfer-encoding:content-type; s= pfpt0220; bh=2wpbpRB3uC+mhiXcn+HNNRVMLG2wM56AKSkj2g8CKno=; b=N73 AQoQUyI1J5hQi+ja5WaQoV5zNQgWUgB729dLSmVG7T3/1nGlv3UNtCIff8LMeNdr ECxbmqu/pbd3DgKcLGGmGcVN+L92APFhBvm5Aq/I3x/o5MRRy9V526vtvo5n54qm e/bcYCye12eaTmosXqa3pYmmbzbrk+5qnmeDJDQ8M3O64uOb4irQ7iPyAxZsrUuP bp/1ITE6zpbNPPKNKIqoFfFvTDL3O7pDWfZwZoOaAfNW4MZT3HkuojK7K7IEn3RE 4YIYKvEzzhURF2efSS2IuI9jNLenDVsTN+fJGGeGfy63vJIMbHM9HOiLt3MI+i9h 1koRPsUzOkJDKYMQ80Q== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3y5t0vhc3q-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 17 May 2024 00:45:17 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Fri, 17 May 2024 00:45:16 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Fri, 17 May 2024 00:45:16 -0700 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 0A2573F706F; Fri, 17 May 2024 00:45:13 -0700 (PDT) From: Nithin Dabilpuram To: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , Harman Kalra CC: , Subject: [PATCH 08/10] common/cnxk: add API to reset CGX stats Date: Fri, 17 May 2024 13:14:46 +0530 Message-ID: <20240517074448.3146611-8-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240517074448.3146611-1-ndabilpuram@marvell.com> References: <20240517074448.3146611-1-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: 574GpFpg6_lAp2CumKaAlVsL6Yu3cACR X-Proofpoint-GUID: 574GpFpg6_lAp2CumKaAlVsL6Yu3cACR X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-16_07,2024-05-15_01,2023-05-22_02 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 From: Sunil Kumar Kori Similar to NIX stats reset API, adding API to reset CGX stats. When user requests to reset the stats then it clears if nix_lf is PF otherwise silently discard the request. Signed-off-by: Sunil Kumar Kori --- drivers/common/cnxk/roc_nix.h | 1 + drivers/common/cnxk/roc_nix_mac.c | 29 +++++++++++++++++++++++++++++ drivers/common/cnxk/version.map | 1 + 3 files changed, 31 insertions(+) diff --git a/drivers/common/cnxk/roc_nix.h b/drivers/common/cnxk/roc_nix.h index 63bcd5b25e..25cf261348 100644 --- a/drivers/common/cnxk/roc_nix.h +++ b/drivers/common/cnxk/roc_nix.h @@ -849,6 +849,7 @@ int __roc_api roc_nix_mac_link_info_get_cb_register( void __roc_api roc_nix_mac_link_info_get_cb_unregister(struct roc_nix *roc_nix); int __roc_api roc_nix_q_err_cb_register(struct roc_nix *roc_nix, q_err_get_t sq_err_handle); void __roc_api roc_nix_q_err_cb_unregister(struct roc_nix *roc_nix); +int __roc_api roc_nix_mac_stats_reset(struct roc_nix *roc_nix); /* Ops */ int __roc_api roc_nix_switch_hdr_set(struct roc_nix *roc_nix, diff --git a/drivers/common/cnxk/roc_nix_mac.c b/drivers/common/cnxk/roc_nix_mac.c index 2d1c29dd66..f79aaec4a5 100644 --- a/drivers/common/cnxk/roc_nix_mac.c +++ b/drivers/common/cnxk/roc_nix_mac.c @@ -354,6 +354,35 @@ roc_nix_mac_max_rx_len_set(struct roc_nix *roc_nix, uint16_t maxlen) return rc; } +int +roc_nix_mac_stats_reset(struct roc_nix *roc_nix) +{ + struct nix *nix = roc_nix_to_nix_priv(roc_nix); + struct dev *dev = &nix->dev; + struct mbox *mbox = mbox_get(dev->mbox); + struct msg_req *req; + int rc = -ENOSPC; + + if (roc_model_is_cn10k()) { + rc = 0; + goto exit; + } + + if (roc_nix_is_vf_or_sdp(roc_nix)) { + rc = 0; + goto exit; + } + + req = mbox_alloc_msg_cgx_stats_rst(mbox); + if (req == NULL) + goto exit; + + rc = mbox_process(mbox); +exit: + mbox_put(mbox); + return rc; +} + int roc_nix_mac_link_cb_register(struct roc_nix *roc_nix, link_status_t link_update) { diff --git a/drivers/common/cnxk/version.map b/drivers/common/cnxk/version.map index e8d32b331e..e37c1c7b7d 100644 --- a/drivers/common/cnxk/version.map +++ b/drivers/common/cnxk/version.map @@ -308,6 +308,7 @@ INTERNAL { roc_nix_mac_mtu_set; roc_nix_mac_promisc_mode_enable; roc_nix_mac_rxtx_start_stop; + roc_nix_mac_stats_reset; roc_nix_max_pkt_len; roc_nix_mcast_list_free; roc_nix_mcast_list_setup; -- 2.25.1