From: Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> Date: Fri, 8 Apr 2016 16:41:26 -0300
> 1st patch is a preparation for the 2nd. The idea is to not call > ->sk_data_ready() for every data chunk processed while processing > packets but only once before releasing the socket. > > v2: patchset re-checked, small changelog fixes > v3: on patch 2, make use of local vars to make it more readable Applied to net-next, but isn't this reduced overhead coming at the expense of latency? What if that lower latency is important to the application and/or consumer?