summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNithin Sujir <nsujir@broadcom.com>2013-05-23 11:11:22 +0000
committerDavid S. Miller <davem@davemloft.net>2013-05-24 22:23:29 -0700
commit2e460fc07ef0ebadfb593b564a8c7fa6559ac3d7 (patch)
treea1761f4f704f1b15d5fa110304414cc276ea72ab /tools/perf/scripts/python
parente6ff4c75f9095f61b3a66c2a78e47b62864022dd (diff)
downloadkernel-2e460fc07ef0ebadfb593b564a8c7fa6559ac3d7.tar.gz
tg3: Split APE driver state change out of boot reset signature update
Unlike the boot signature that needs to be set before every reset, the ape state only needs to be updated to tell the firmware that the driver is now taking/releasing control of the hardware. Move the calls to tg3_ape_driver_state_change() to better, more appropriate places. Also, the firmware does not distinguish between SUSPEND and START states anymore. Remove the SUSPEND case in the switch. Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
r> 2024-11-14selftest: extend test_rss_context_queue_reconfigure for action additionEdward Cree 2024-11-14selftest: validate RSS+ntuple filters with nonzero ring_cookieEdward Cree 2024-11-14selftest: include dst-ip in ethtool ntuple rulesEdward Cree 2024-10-17selftests: drv-net: rss_ctx: add rss ctx busy testcaseDaniel Zahka 2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski 2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski 2024-07-29selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski 2024-07-09selftests: drv-net: rss_ctx: test flow rehashing without impacting trafficJakub Kicinski 2024-07-09selftests: drv-net: rss_ctx: check behavior of indirection table resizingJakub Kicinski 2024-07-09selftests: drv-net: rss_ctx: test queue changes vs user RSS configJakub Kicinski 2024-07-09selftests: drv-net: rss_ctx: factor out send traffic and checkJakub Kicinski 2024-07-09selftests: drv-net: rss_ctx: fix cleanup in the basic testJakub Kicinski 2024-07-03selftests: drv-net: rss_ctx: allow more noise on default contextJakub Kicinski 2024-06-28selftests: drv-net: rss_ctx: convert to defer()Jakub Kicinski 2024-06-26selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski