Re: [PATCH v4 0/8] crypto: sun4i-ss: prevent always fallback for ciphers

2021-01-02 Thread Herbert Xu
On Mon, Dec 14, 2020 at 08:02:24PM +, Corentin Labbe wrote: > Hello > > For help testing on "crypto: sun4i-ss - Fix sparse endianness markers", > I have added "stats" support like other allwinner's crypto drivers. > Seeing stats showed a clear problem, the ciphers function were not used > at

[PATCH v4 0/8] crypto: sun4i-ss: prevent always fallback for ciphers

2020-12-14 Thread Corentin Labbe
Hello For help testing on "crypto: sun4i-ss - Fix sparse endianness markers", I have added "stats" support like other allwinner's crypto drivers. Seeing stats showed a clear problem, the ciphers function were not used at all. This is due to the not-inialized need_fallback which is "init" as true