diff options
author | Jijie Shao <shaojijie@huawei.com> | 2024-10-15 20:35:12 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-10-21 11:26:53 +0200 |
commit | 40735e7543f94fc88f58d94fd5f88daa4a2f2c6e (patch) | |
tree | e391e7cf9faff1012268e62f98ae08600f61aded /tools/perf/scripts/python/task-analyzer.py | |
parent | ff4edac6e9bd2dc7f14e86f6880e542ac37679bd (diff) |
net: hibmcge: Implement .ndo_start_xmit function
Implement .ndo_start_xmit function to fill the information of the packet
to be transmitted into the tx descriptor, and then the hardware will
transmit the packet using the information in the tx descriptor.
In addition, we also implemented the tx_handler function to enable the
tx descriptor to be reused, and .ndo_tx_timeout function to print some
information when the hardware is busy.
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions