diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-08-10 08:37:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-12 16:16:24 +0300 |
commit | f203fd85e6669d72fb3bfa3ce485a9642a4a9583 (patch) | |
tree | c4213624dd2e5475f4cc4c6aa8b683050bf0f967 /include/linux/fpga/fpga-mgr.h | |
parent | 10fbe8c082fdde74b1f0814bc30e194cf330cdf7 (diff) | |
download | linux-f203fd85e6669d72fb3bfa3ce485a9642a4a9583.tar.xz |
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 <ecree.xilinx@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions