Re: [PATCH net 0/4] net/tls: two fixes for rx_list pre-handling

2019-05-26 Thread David Miller
From: Jakub Kicinski Date: Fri, 24 May 2019 10:34:29 -0700 > tls_sw_recvmsg() had been modified to cater better to async decrypt. > Partially read records now live on the rx_list. Data is copied from > this list before the old do {} while loop, and the not included > correctly in deciding whether

[PATCH net 0/4] net/tls: two fixes for rx_list pre-handling

2019-05-24 Thread Jakub Kicinski
Hi! tls_sw_recvmsg() had been modified to cater better to async decrypt. Partially read records now live on the rx_list. Data is copied from this list before the old do {} while loop, and the not included correctly in deciding whether to sleep or not and lowat threshold handling. These modificatio