Re: [PATCH v3 0/2] crypto: Implement a generic crypto statistics

2018-09-27 Thread Herbert Xu
On Wed, Sep 19, 2018 at 10:10:53AM +, Corentin Labbe wrote: > This patch is a try to implement a generic crypto driver statistics. > The goal is to have an "ifconfig" for crypto device. > > Some driver tried to implement this via a debugfs interface. > > This serie do it directly in the crypt

[PATCH v3 0/2] crypto: Implement a generic crypto statistics

2018-09-19 Thread Corentin Labbe
This patch is a try to implement a generic crypto driver statistics. The goal is to have an "ifconfig" for crypto device. Some driver tried to implement this via a debugfs interface. This serie do it directly in the crypto API and give access to stats via the crypto_user(netlink) API. Then an use