]> Git Repo - linux.git/commit
pkt_sched: fq: clear time_next_packet for reused flows
authorEric Dumazet <[email protected]>
Sun, 27 Oct 2013 23:26:43 +0000 (16:26 -0700)
committerDavid S. Miller <[email protected]>
Mon, 28 Oct 2013 04:18:31 +0000 (00:18 -0400)
commitfc59d5bdf1e3dca0336d155e55d812286db075ad
tree647350005b677b64cdfbea97d396245c74f9514a
parentad86de802d0ea6776eccd0a2526ba31101d89267
pkt_sched: fq: clear time_next_packet for reused flows

When a socket is freed/reallocated, we need to clear time_next_packet
or else we can inherit a prior value and delay first packets of the
new flow.

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/sch_fq.c
This page took 0.050125 seconds and 4 git commands to generate.