diff options
| author | Markus Schneider-Pargmann <[email protected]> | 2024-02-07 10:32:20 +0100 |
|---|---|---|
| committer | Marc Kleine-Budde <[email protected]> | 2024-02-12 17:02:45 +0100 |
| commit | c306c3873de0804bea4bb2ac717bd2c088acc589 (patch) | |
| tree | c2ae47f1ce4984aaf8608852a76d03a97a9ccf66 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
| parent | 251f913d19a8a960126359c20bd5719461e5399f (diff) | |
can: m_can: Implement transmit submission coalescing
m_can supports submitting multiple transmits with one register write.
This is an interesting option to reduce the number of SPI transfers for
peripheral chips.
The m_can_tx_op is extended with a bool that signals if it is the last
transmission and the submit should be executed immediately.
The worker then writes the skb to the FIFO and submits it only if the
submit bool is set. If it isn't set, the worker will write the next skb
which is waiting in the workqueue to the FIFO, etc.
Signed-off-by: Markus Schneider-Pargmann <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions