Re: [PATCH v3 1/2] can: c_can: add ethtool support
From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-05-14 17:28:41
Also in:
linux-can, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-05-14 17:28:41
Also in:
linux-can, lkml
On Fri, May 14, 2021 at 06:55:47PM +0200, Dario Binacchi wrote:
With commit 132f2d45fb23 ("can: c_can: add support to 64 message objects")
the number of message objects used for reception / transmission depends
on FIFO size.
The ethtools API support allows you to retrieve this info. Driver info
has been added too.
Signed-off-by: Dario Binacchi <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew