[dpdk-dev] [Bug 558] mlx5: xstats names are not standard

bugzilla at dpdk.org bugzilla at dpdk.org
Thu Oct 15 19:37:47 CEST 2020


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 at dpdk.org
          Reporter: iryzhov at 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.


More information about the dev mailing list