skbeh
skbeh
> Please know that being in offline mode inherently makes your server less secure. Online mode not solves **any** bugs in existing code (There have been reports that this h2...
@AmadeusGhost I have not seen it before the notification therefore I reinvented the wheel🌚 Also please tell me if there is any good way to keep author information within Makefile.
Here are the test logs. [test.log](https://github.com/openwrt/openwrt/files/8901710/test.log) [speed.log](https://github.com/openwrt/openwrt/files/8901711/speed.log)
I think it is relevant to https://github.com/vschagen/mtk-eip93/blob/ca08387bf8352652129019bb19e2423ab313d5cb/crypto/mtk-eip93/eip93-main.c#L165 . I wonder if the problem is that the engine (on chip) can not handle the authentication of GCM (gash), according to https://forum.openwrt.org/t/mediatek-eip-93-crypto-driver-mt7621-finally-pushed-upstream-in-progress/111510...
> I would use an async crypto fallback for requests smaller than, say 512 bytes. I've done it with qce in https://github.com/torvalds/linux/commit/ce163ba0bf298f1707321ac025ef639f88e62801, although later with https://github.com/torvalds/linux/commit/25b71d61d6317212274b822e1cdbb03e499eea43, it was inadvertently? limited...
`insmod tcrypt mode=0` as mentioned above.
@[cotequeiroz](https://github.com/cotequeiroz) I implemented fallback in the driver. Therefore I saw a great speedup with small packets and the self tests passed.
@mgkiller7 > I did see the same test result as yours, but i note the CPU load is very high It is the expected behaviour because there is a high...
@cotequeiroz I have added support for configuring threshold in menuconfig.
Are there any other thing that I need to do?