aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorJianbo Liu <[email protected]>2024-12-03 22:49:20 +0200
committerJakub Kicinski <[email protected]>2024-12-04 19:43:46 -0800
commit5085f861b414e4a51ce28a891dfa32a10a54b64e (patch)
tree82a7075ddba46be80030294db965bfc1c8637f4a /drivers/fpga/fpga-mgr.c
parent31f114c3d158dacbeda33f2afb0ca41f4ec6c9f9 (diff)
net/mlx5e: Remove workaround to avoid syndrome for internal port
Previously a workaround was added to avoid syndrome 0xcdb051. It is triggered when offload a rule with tunnel encapsulation, and forwarding to another table, but not matching on the internal port in firmware steering mode. The original workaround skips internal tunnel port logic, which is not correct as not all cases are considered. As an example, if vlan is configured on the uplink port, traffic can't pass because vlan header is not added with this workaround. Besides, there is no such issue for software steering. So, this patch removes that, and returns error directly if trying to offload such rule for firmware steering. Fixes: 06b4eac9c4be ("net/mlx5e: Don't offload internal port if filter device is out device") Signed-off-by: Jianbo Liu <[email protected]> Tested-by: Frode Nordahl <[email protected]> Reviewed-by: Chris Mi <[email protected]> Reviewed-by: Ariel Levkovich <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions