Messages in this thread |  | | Subject | Re: Major network performance regression in 3.7 | | From | Eric Dumazet <> | | Date | Sun, 06 Jan 2013 10:51:16 -0800 |
| |
> > (sd->len is usually 4096, which is expected, but sd->total_len value is > huge in your case, so we always set the flag in fs/splice.c)
I am testing :
if (sd->len < sd->total_len && pipe->nrbufs > 1) more |= MSG_SENDPAGE_NOTLAST;
|  |