aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJuhee Kang <[email protected]>2022-07-21 19:26:47 +0900
committerDavid S. Miller <[email protected]>2022-07-22 12:35:45 +0100
commit59ad24714b7bb0c46c69cffc55478cc3295465d3 (patch)
treeed71b2e1299cafbdcb8dcd1772eca47e9fa449a6 /tools/perf/scripts/python/check-perf-trace.py
parentb66eb3a6e427b059101c6c92ac2ddd899014634c (diff)
mlxsw: use netif_is_any_bridge_port() instead of open code
The open code which is netif_is_bridge_port() || netif_is_ovs_port() is defined as a new helper function on netdev.h like netif_is_any_bridge_port that can check both IFF flags in 1 go. So use netif_is_any_bridge_port() function instead of open code. This patch doesn't change logic. Signed-off-by: Juhee Kang <[email protected]> Reviewed-by: Ido Schimmel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions