Merge branch 'bnxt-fix-failure-to-report-rss-context-in-ntuple-rule'
authorJakub Kicinski <kuba@kernel.org>
Sat, 30 Nov 2024 22:16:13 +0000 (14:16 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Nov 2024 22:16:14 +0000 (14:16 -0800)
commit84812c846aea158017b793a02c74dc8d6b25a1ae
treeccbb5334f9723d91945fc3e47e87067ca4a1096c
parentb9653d19e556c6afd035602927a93d100a0d7644
parent7078d43b2374daedf254662053e924c938eb86b3
Merge branch 'bnxt-fix-failure-to-report-rss-context-in-ntuple-rule'

Daniel Xu says:

====================
bnxt: Fix failure to report RSS context in ntuple rule

This patchset fixes a bug where bnxt driver was failing to report that
an ntuple rule is redirecting to an RSS context. First commit is the
fix, then second commit extends selftests to detect if other/new drivers
are compliant with ntuple/rss_ctx API.
====================

Link: https://patch.msgid.link/cover.1732748253.git.dxu@dxuuu.xyz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>