From: Ganapati Kundapura <ganapati.kundapura@intel.com>
To: jerinjacobk@gmail.com, dev@dpdk.org, jay.jayatheerthan@intel.com,
s.v.naga.harish.k@intel.com
Subject: [PATCH v1 1/1] eventdev/eth_rx: add event buf size and count in telemetry
Date: Thu, 23 Mar 2023 03:58:28 -0500 [thread overview]
Message-ID: <20230323085828.2709694-1-ganapati.kundapura@intel.com> (raw)
rx_event_buf_count and rx_event_buf_size is added to structure
rte_event_eth_rx_adapter_stats but they are not displayed in
rxa_stats telemetry handler.
Updated handle_rxa_stats() to display rx_event_buf_count and
rx_event_buf_size.
Signed-off-by: Ganapati Kundapura <ganapati.kundapura@intel.com>
diff --git a/lib/eventdev/rte_event_eth_rx_adapter.c b/lib/eventdev/rte_event_eth_rx_adapter.c
index c1cd124..07d8235 100644
--- a/lib/eventdev/rte_event_eth_rx_adapter.c
+++ b/lib/eventdev/rte_event_eth_rx_adapter.c
@@ -3597,6 +3597,8 @@ handle_rxa_stats(const char *cmd __rte_unused,
RXA_ADD_DICT(rx_adptr_stats, rx_enq_block_cycles);
RXA_ADD_DICT(rx_adptr_stats, rx_enq_end_ts);
RXA_ADD_DICT(rx_adptr_stats, rx_intr_packets);
+ RXA_ADD_DICT(rx_adptr_stats, rx_event_buf_count);
+ RXA_ADD_DICT(rx_adptr_stats, rx_event_buf_size);
return 0;
}
--
2.6.4
next reply other threads:[~2023-03-23 8:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-23 8:58 Ganapati Kundapura [this message]
2023-04-04 10:49 ` Jerin Jacob
2023-04-04 10:49 ` Jerin Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230323085828.2709694-1-ganapati.kundapura@intel.com \
--to=ganapati.kundapura@intel.com \
--cc=dev@dpdk.org \
--cc=jay.jayatheerthan@intel.com \
--cc=jerinjacobk@gmail.com \
--cc=s.v.naga.harish.k@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).