summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMarkus Schneider-Pargmann <msp@baylibre.com>2024-02-07 12:32:20 +0300
committerMarc Kleine-Budde <mkl@pengutronix.de>2024-02-12 19:02:45 +0300
commitc306c3873de0804bea4bb2ac717bd2c088acc589 (patch)
treec2ae47f1ce4984aaf8608852a76d03a97a9ccf66 /tools/perf/scripts/python/export-to-postgresql.py
parent251f913d19a8a960126359c20bd5719461e5399f (diff)
downloadlinux-c306c3873de0804bea4bb2ac717bd2c088acc589.tar.xz
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 <msp@baylibre.com> Link: https://lore.kernel.org/all/20240207093220.2681425-15-msp@baylibre.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions