Re: [PATCH crypto] chcr: Read rxchannel-id from firmware

2021-04-09 Thread Herbert Xu
On Sat, Apr 03, 2021 at 12:55:48AM +0530, Ayush Sawal wrote: > The rxchannel id is updated by the driver using the > port no value, but this does not ensure that the value > is correct. So now rx channel value is obtained from > etoc channel map value. > > Fixes: 567be3a5d227 ("crypto: chelsio - U

[PATCH crypto] chcr: Read rxchannel-id from firmware

2021-04-02 Thread Ayush Sawal
The rxchannel id is updated by the driver using the port no value, but this does not ensure that the value is correct. So now rx channel value is obtained from etoc channel map value. Fixes: 567be3a5d227 ("crypto: chelsio - Use multiple txq/rxq per tfm to process the requests) Signed-off-by: Ayus