* [dpdk-dev] [Bug 558] mlx5: xstats names are not standard
@ 2020-10-15 17:37 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-10-15 17:37 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=558
Bug ID: 558
Summary: mlx5: xstats names are not standard
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: iryzhov@nfware.com
Target Milestone: ---
xstats names for simple stats are mostly standardized in ethdev drivers, for
example:
rx_multicast_packets
rx_broadcast_packets
tx_multicast_packets
tx_broadcast_packets
but mlx5 driver adds "port" word to all its xstats names:
rx_port_multicast_packets
rx_port_broadcast_packets
etc.
I suppose it doesn't conform to the "Scheme for Human Readable Names" described
in the docs and should be fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-15 17:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15 17:37 [dpdk-dev] [Bug 558] mlx5: xstats names are not standard bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.