summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-03-26 16:18:34 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-04-11 13:07:49 -0500
commitb13aa1091fb2002a6854e0401df5fc6231fbca58 (patch)
treef9ef27d92698d885b4699cb8c580d47e393fc7f7 /tools/perf/scripts/python/net_dropmonitor.py
parent64f6db77fcb81493988061587fa478e6612dc45b (diff)
downloadkernel-b13aa1091fb2002a6854e0401df5fc6231fbca58.tar.gz
drm/amdgpu: Use dpm_enabled as dpm state flag
driver will set dpm_enabled to true only when module parameter amdgpu_dpm not equal to 0 and smu hw initialize successfully. Reviewed-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko 2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman 2011-07-21macvlan: do vlan cleanupJiri Pirko 2011-06-06macvlan: add VLAN filters to lowerdevJohn Fastabend 2011-05-22macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward 2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds 2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet 2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet 2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet 2011-05-07macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan 2011-04-17net: macvlan: convert to hw_featuresMichał Mirosław 2011-03-21macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman 2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko 2011-03-14macvlan : fix checksums error when we are in bridge modeDaniel Lezcano