aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorVladimir Oltean <[email protected]>2023-01-19 14:27:01 +0200
committerDavid S. Miller <[email protected]>2023-01-23 12:44:18 +0000
commit1a733bbddfad466e2561acc8d86b9e5df2985c95 (patch)
treedb7d452384b0d8d2a819cf633df6f2d43d237388 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent5f6c2d498ad97cf9f85b81c0fbb205abbcdfe3f8 (diff)
net: mscc: ocelot: allow ocelot_stat_layout elements with no name
We will add support for pMAC counters and MAC merge layer counters, which are only reported via the structured stats, and the current ocelot_get_strings() stands in our way, because it expects that the statistics should be placed in the data array at the same index as found in the ocelot_stats_layout array. That is not true. Statistics which don't have a name should not be exported to the unstructured ethtool -S, so we need to have different indices into the ocelot_stats_layout array (i) and into the data array (data itself). Signed-off-by: Vladimir Oltean <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions