https://github.com/torvalds/linux
Revision caebd1b389708bf3d0465be829480fc706a68720 authored by Nir Dotan on 03 August 2018, 12:57:44 UTC, committed by David S. Miller on 03 August 2018, 19:28:01 UTC
In previous patch mlxsw_afa_resource_del() was added to avoid a duplicate
resource detruction scenario.
For mirror actions, such duplicate destruction leads to a crash as in:

 # tc qdisc add dev swp49 ingress
 # tc filter add dev swp49 parent ffff: \
   protocol ip chain 100 pref 10 \
   flower skip_sw dst_ip 192.168.101.1 action drop
 # tc filter add dev swp49 parent ffff: \
   protocol ip pref 10 \
   flower skip_sw dst_ip 192.168.101.1 action goto chain 100 \
   action mirred egress mirror dev swp4

Therefore add a call to mlxsw_afa_resource_del() in
mlxsw_afa_mirror_destroy() in order to clear that resource
from rule's resources.

Fixes: d0d13c1858a1 ("mlxsw: spectrum_acl: Add support for mirror action")
Signed-off-by: Nir Dotan <nird@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7cc6169
History
Tip revision: caebd1b389708bf3d0465be829480fc706a68720 authored by Nir Dotan on 03 August 2018, 12:57:44 UTC
mlxsw: core_acl_flex_actions: Remove redundant mirror resource destruction
Tip revision: caebd1b
File Mode Size
BUGS -rw-r--r-- 235 bytes
Kbuild -rw-r--r-- 522 bytes
Kconfig -rw-r--r-- 323 bytes
Kconfig.ore -rw-r--r-- 495 bytes
common.h -rw-r--r-- 8.6 KB
dir.c -rw-r--r-- 16.4 KB
exofs.h -rw-r--r-- 7.8 KB
file.c -rw-r--r-- 2.4 KB
inode.c -rw-r--r-- 36.3 KB
namei.c -rw-r--r-- 7.3 KB
ore.c -rw-r--r-- 30.4 KB
ore_raid.c -rw-r--r-- 20.0 KB
ore_raid.h -rw-r--r-- 2.2 KB
super.c -rw-r--r-- 26.5 KB
sys.c -rw-r--r-- 5.3 KB

back to top