aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2025-06-12 15:15:37 +0000
committerJakub Kicinski <[email protected]>2025-06-12 15:15:38 +0000
commit613fd52ea75d70275fa67de0af5af2b5d65bed16 (patch)
tree6db2c9fd8a5cbf848df1236a8e318e58edeeabdc /drivers/net/ethernet/intel/ice/ice_ptp.c
parentMerge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff)
parentselftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS ... (diff)
downloadkernel-613fd52ea75d70275fa67de0af5af2b5d65bed16.tar.gz
kernel-613fd52ea75d70275fa67de0af5af2b5d65bed16.zip
Merge branch 'fix-ntuple-rules-targeting-default-rss'
Gal Pressman says: ==================== Fix ntuple rules targeting default RSS This series addresses a regression in ethtool flow steering where rules targeting the default RSS context (context 0) were incorrectly rejected. The default RSS context always exists but is not stored in the rss_ctx xarray like additional contexts. The current validation logic was checking for the existence of context 0 in this array, causing valid flow steering rules to be rejected. This prevented configurations such as: - High priority rules directing specific traffic to the default context - Low priority catch-all rules directing remaining traffic to additional contexts Patch 1 fixes the validation logic to skip the existence check for context 0. Patch 2 adds a selftest that verifies this behavior. v3: https://lore.kernel.org/[email protected] v2: https://lore.kernel.org/[email protected] ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_ptp.c')
0 files changed, 0 insertions, 0 deletions