qcacmn: Add ring stats for direct switch rings

Add ring statistics for reo2ppe and ppe2tcl rings

Change-Id: Ib9c15ba2f95d5cb97d238afad8f6f93dc5100e82
CRs-Fixed: 3279422
This commit is contained in:
Pavankumar Nandeshwar
2022-09-13 03:39:32 -07:00
committed by Madan Koyyalamudi
parent 27da15777b
commit c3630a234b
6 changed files with 40 additions and 1 deletions

View File

@@ -621,6 +621,7 @@ void dp_initialize_arch_ops_li(struct dp_arch_ops *arch_ops)
arch_ops->dp_find_peer_by_destmac = dp_find_peer_by_destmac_li;
arch_ops->peer_get_reo_hash = dp_peer_get_reo_hash_li;
arch_ops->reo_remap_config = dp_reo_remap_config_li;
arch_ops->dp_txrx_ppeds_rings_status = NULL;
}
#ifdef QCA_DP_TX_HW_SW_NBUF_DESC_PREFETCH