DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/ioat: fix stats print
@ 2020-09-17 11:02 Kevin Laatz
  2020-09-17 11:34 ` Bruce Richardson
  2020-09-17 13:07 ` [dpdk-dev] [PATCH v2] " Kevin Laatz
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Laatz @ 2020-09-17 11:02 UTC (permalink / raw)
  To: dev; +Cc: marcinx.baran, pawelx.modrak, bruce.richardson, Kevin Laatz

Currently some of the status string at the top of the stats output is being
cut off. To fix this, the status string array size has been increased.

Bugzilla ID: 536
Fixes: 632bcd9b5d4f ("examples/ioat: print statistics")

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
---
 examples/ioat/ioatfwd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ioat/ioatfwd.c b/examples/ioat/ioatfwd.c
index 43a19843ee..8a8c81edfb 100644
--- a/examples/ioat/ioatfwd.c
+++ b/examples/ioat/ioatfwd.c
@@ -168,7 +168,7 @@ print_stats(char *prgname)
 	struct rte_rawdev_xstats_name *names_xstats;
 	uint64_t *xstats;
 	unsigned int *ids_xstats, nb_xstats;
-	char status_string[120]; /* to print at the top of the output */
+	char status_string[140]; /* to print at the top of the output */
 	int status_strlen;
 	int ret;
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-08 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 11:02 [dpdk-dev] [PATCH] examples/ioat: fix stats print Kevin Laatz
2020-09-17 11:34 ` Bruce Richardson
2020-09-17 13:07 ` [dpdk-dev] [PATCH v2] " Kevin Laatz
2020-09-17 13:21   ` Bruce Richardson
2020-10-08 12:44     ` Thomas Monjalon

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).