diff options
author | Jijie Shao <shaojijie@huawei.com> | 2024-10-15 20:35:10 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-10-21 11:26:52 +0200 |
commit | 4d089035fa196042461e562d482290559d7c1825 (patch) | |
tree | 550b20fe332597e7bd70fbf15895a183a400088e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a239b2b1dee2dce9c48939b122b3ad3ed7b99cbd (diff) |
net: hibmcge: Add interrupt supported in this module
The driver supports four interrupts: TX interrupt, RX interrupt,
mdio interrupt, and error interrupt.
Actually, the driver does not use the mdio interrupt.
Therefore, the driver does not request the mdio interrupt.
The error interrupt distinguishes different error information
by using different masks. To distinguish different errors,
the statistics count is added for each error.
To ensure the consistency of the code process, masks are added for the
TX interrupt and RX interrupt.
This patch implements interrupt request, and provides a
unified entry for the interrupt handler function. However,
the specific interrupt handler function of each interrupt
is not implemented currently.
Because of pcim_enable_device(), the interrupt vector
is already device managed and does not need to be free actively.
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions