]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx5: Fix RDMA TX steering prio
authorPatrisious Haddad <phaddad@nvidia.com>
Wed, 15 Jan 2025 11:39:04 +0000 (13:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jan 2025 16:15:59 +0000 (17:15 +0100)
commit83775c9a9a65247929fc0829bef7b27e49aa008a
treedc211ec8436726a265b53e291f832552862dedaa
parenta04effa1b79f219a01a208d793bd605e7a10ac85
net/mlx5: Fix RDMA TX steering prio

[ Upstream commit c08d3e62b2e73e14da318a1d20b52d0486a28ee0 ]

User added steering rules at RDMA_TX were being added to the first prio,
which is the counters prio.
Fix that so that they are correctly added to the BYPASS_PRIO instead.

Fixes: 24670b1a3166 ("net/mlx5: Add support for RDMA TX steering")
Signed-off-by: Patrisious Haddad <phaddad@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c