Re: [PATCH net V2] net/tls: Fix wrong record sn in async mode of device resync

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 15 Nov 2020 15:14:48 +0200 you wrote: > In async_resync mode, we log the TCP seq of records until the async request > is completed. Later, in case one of the logged seqs matches the resync > request, we return it, toget

[PATCH net V2] net/tls: Fix wrong record sn in async mode of device resync

2020-11-15 Thread Tariq Toukan
In async_resync mode, we log the TCP seq of records until the async request is completed. Later, in case one of the logged seqs matches the resync request, we return it, together with its record serial number. Before this fix, we mistakenly returned the serial number of the current record instead