diff options
author | Jakub Kicinski <[email protected]> | 2024-08-09 22:37:18 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-08-12 14:16:24 +0100 |
commit | f203fd85e6669d72fb3bfa3ce485a9642a4a9583 (patch) | |
tree | c4213624dd2e5475f4cc4c6aa8b683050bf0f967 /tools/perf/scripts/python/futex-contention.py | |
parent | 10fbe8c082fdde74b1f0814bc30e194cf330cdf7 (diff) |
eth: mvpp2: implement new RSS context API
Implement the separate create/modify/delete ops for RSS.
No problems with IDs - even tho RSS tables are per device
the driver already seems to allocate IDs linearly per port.
There's a translation table from per-port context ID
to device context ID.
mvpp2 doesn't have a key for the hash, it defaults to
an empty/previous indir table.
Note that there is no key at all, so we don't have to be
concerned with reporting the wrong one (which is addressed
by a patch later in the series).
Compile-tested only.
Reviewed-by: Edward Cree <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions