diff options
author | Ido Schimmel <[email protected]> | 2016-07-25 13:12:33 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-07-25 17:57:33 -0700 |
commit | 86cb13e4ec5060d94069a8418fd4f3ccb38edee2 (patch) | |
tree | 3b45b1bf9df3cce13fef997a19a3d92815c81d03 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 3568bdf0419fcaeebc5bba7cb2e034436b3e4125 (diff) |
mlxsw: spectrum: Fix compilation error when CLS_ACT isn't set
When CONFIG_NET_CLS_ACT isn't set 'struct tcf_exts' has no member named
'actions' and we therefore must not access it. Otherwise compilation
fails.
Fix this by introducing a new macro similar to tc_no_actions(), which
always returns 'false' if CONFIG_NET_CLS_ACT isn't set.
Fixes: 763b4b70afcd ("mlxsw: spectrum: Add support in matchall mirror TC offloading")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Jiri Pirko <[email protected]>
Signed-off-by: Ido Schimmel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions