diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-07-11 15:37:22 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-07-13 15:51:21 -0700 |
commit | 3771266bf8418904794175fdc83aaf4732114cba (patch) | |
tree | da43a5d6bb1057dd675c52655dc4a161aa77b176 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 464b99e77b3d024a319db0dabe917d04824039db (diff) |
eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled out
ARFS depends on NTUPLE filters, but the inverse is not true.
Drivers which don't support ARFS commonly still support NTUPLE
filtering. mlx5 has a Kconfig option to disable ARFS (MLX5_EN_ARFS)
and does not advertise NTUPLE filters as a feature at all when ARFS
is compiled out. That's not correct, ntuple filters indeed still work
just fine (as long as MLX5_EN_RXNFC is enabled).
This is needed to make the RSS test not skip all RSS context
related testing.
Acked-by: Saeed Mahameed <saeedm@nvidia.com>
Link: https://patch.msgid.link/20240711223722.297676-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions