summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorPatrisious Haddad <phaddad@nvidia.com>2025-06-10 18:15:08 +0300
committerJakub Kicinski <kuba@kernel.org>2025-06-11 14:41:09 -0700
commit8ec40e3f1f72bf8f8accf18020d487caa99f46a4 (patch)
treed712e58dc7837d86269ddb361bf71790cc0f4681 /net/unix/af_unix.c
parent687560d8a9a2d654829ad0da1ec24242f1de711d (diff)
net/mlx5: Fix return value when searching for existing flow group
When attempting to add a rule to an existing flow group, if a matching flow group exists but is not active, the error code returned should be EAGAIN, so that the rule can be added to the matching flow group once it is active, rather than ENOENT, which indicates that no matching flow group was found. Fixes: bd71b08ec2ee ("net/mlx5: Support multiple updates of steering rules in parallel") Signed-off-by: Gavi Teitz <gavi@nvidia.com> Signed-off-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Patrisious Haddad <phaddad@nvidia.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Mark Bloch <mbloch@nvidia.com> Link: https://patch.msgid.link/20250610151514.1094735-4-mbloch@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions