[qca-nss-drv] Support for paged payload pool
Change-Id: I48f1907a6fe7310f503df53f53a1eadc368a4c2c
Signed-off-by: Sachin Shashidhar <sshashid@codeaurora.org>
diff --git a/nss_stats.c b/nss_stats.c
index d8adebc..f0343a8 100644
--- a/nss_stats.c
+++ b/nss_stats.c
@@ -175,9 +175,11 @@
*/
static int8_t *nss_stats_str_drv[NSS_STATS_DRV_MAX] = {
"nbuf_alloc_errors",
+ "paged_buf_alloc_errors",
"tx_queue_full[0]",
"tx_queue_full[1]",
"tx_buffers_empty",
+ "tx_paged_buffers_empty",
"tx_buffers_pkt",
"tx_buffers_cmd",
"tx_buffers_crypto",