[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210509124309.30024-1-dariobin@libero.it>
Date: Sun, 9 May 2021 14:43:06 +0200
From: Dario Binacchi <dariobin@...ero.it>
To: linux-kernel@...r.kernel.org
Cc: Dario Binacchi <dariobin@...ero.it>,
"David S. Miller" <davem@...emloft.net>,
Gianluca Falavigna <gianluca.falavigna@...ind.it>,
Jakub Kicinski <kuba@...nel.org>,
Marc Kleine-Budde <mkl@...gutronix.de>,
Oliver Hartkopp <socketcan@...tkopp.net>,
Tong Zhang <ztong0001@...il.com>,
Vincent Mailhol <mailhol.vincent@...adoo.fr>,
Wolfgang Grandegger <wg@...ndegger.com>,
YueHaibing <yuehaibing@...wei.com>,
Zhang Qilong <zhangqilong3@...wei.com>,
linux-can@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH 0/3] can: c_can: cache frames to operate as a true FIFO
Performance tests of the c_can driver led to the patch that gives the
series its name. We have also added a patch for ethtool support and a
patch to remove a variable that is no longer used.
Dario Binacchi (3):
can: c_can: remove the rxmasked unused variable
can: c_can: add ethtool support
can: c_can: cache frames to operate as a true FIFO
drivers/net/can/c_can/Makefile | 3 +
drivers/net/can/c_can/c_can.h | 6 +-
drivers/net/can/c_can/c_can_ethtool.c | 46 +++++++++++++
.../net/can/c_can/{c_can.c => c_can_main.c} | 65 +++++++++++++++----
4 files changed, 107 insertions(+), 13 deletions(-)
create mode 100644 drivers/net/can/c_can/c_can_ethtool.c
rename drivers/net/can/c_can/{c_can.c => c_can_main.c} (95%)
--
2.17.1
Powered by blists - more mailing lists