Fwd: Data size error interrupt with Talitos driver on 4.9.82 kernel

2019-08-27 Thread Mukul Joshi
Another thing I noticed is the difference in the cryptlen value between 4.9.82 kernel and 3.14.68 kernel. If I send a 500 byte ping, in aead_decrypt(), the value of req->cryptlen: 1. On the 4.9.82 kernel, value of req->cryptlen is 548 bytes. 2. However, on 3.14.68 kernel, it is 556 bytes. The sam

Fwd: Data size error interrupt with Talitos driver on 4.9.82 kernel

2019-08-27 Thread Mukul Joshi
Hi Christophe, Thanks for your email. One thing I forgot to mention is that I am running a RT kernel, 4.9.82 with rt76 patches applied to it. I am not sure if that can play any role in this issue. Yes, I have the crypto tests activated at boot time. All the ones that have their corresponding test

Re: Data size error interrupt with Talitos driver on 4.9.82 kernel

2019-08-25 Thread Christophe Leroy
Hi Mukul Le 24/08/2019 à 18:40, Mukul Joshi a écrit : Hi Christophe, [...] I am working with MPC8360E SoC  and trying to setup IPSEC tunnel between 2 hosts. I am able to setup the tunnel but I am seeing issues with packet decryption. The sender side doesn't seem to have a problem and the