From: Lin Zhang <hidden> Date: 2017-07-17 02:22:50
In the pull_pages code block, if the first frag size > eat,
we can end the loop in advance to avoid extra copy.
Signed-off-by: Lin Zhang <redacted>
---
net/core/skbuff.c | 4 ++++
1 file changed, 4 insertions(+)
From: Eric Dumazet <hidden> Date: 2017-07-17 07:32:44
On Mon, 2017-07-17 at 10:22 +0800, Lin Zhang wrote:
quoted hunk
In the pull_pages code block, if the first frag size > eat,
we can end the loop in advance to avoid extra copy.
Signed-off-by: Lin Zhang <redacted>
---
net/core/skbuff.c | 4 ++++
1 file changed, 4 insertions(+)
From: lin zhang <hidden> Date: 2017-07-17 08:24:34
2017-07-17 15:32 GMT+08:00 Eric Dumazet [off-list ref]:
quoted hunk
On Mon, 2017-07-17 at 10:22 +0800, Lin Zhang wrote:
quoted
In the pull_pages code block, if the first frag size > eat,
we can end the loop in advance to avoid extra copy.
Signed-off-by: Lin Zhang <redacted>
---
net/core/skbuff.c | 4 ++++
1 file changed, 4 insertions(+)