aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorJustin Lai <justinlai0215@realtek.com>2024-09-04 11:21:03 +0800
committerJakub Kicinski <kuba@kernel.org>2024-09-05 22:02:37 -0700
commitea244d7d8dce074e8a38e658ecd2e96abed288af (patch)
tree12aaeddaf05258bbb29e5afa37a244fce14bc20e /tools/perf/scripts/python/gecko.py
parenta36e9f5cfe9eb3a1dce8769c7058251c42705357 (diff)
rtase: Implement the .ndo_open function
Implement the .ndo_open function to set default hardware settings and initialize the descriptor ring and interrupts. Among them, when requesting interrupt, because the first group of interrupts needs to process more events, the overall structure and interrupt handler will be different from other groups of interrupts, so it needs to be handled separately. The first set of interrupt handlers need to handle the interrupt status of RXQ0 and TXQ0, TXQ4~7, while other groups of interrupt handlers will handle the interrupt status of RXQ1&TXQ1 or RXQ2&TXQ2 or RXQ3&TXQ3 according to the interrupt vector. Signed-off-by: Justin Lai <justinlai0215@realtek.com> Link: https://patch.msgid.link/20240904032114.247117-3-justinlai0215@realtek.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions