commit | 7baf33bdac37da65ddce3adf4daa8c7805802174 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 15 09:37:55 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:56:42 2018 -0700 |
tree | d72f69ef38d1eb9cb40176b99c813272ad025d87 | |
parent | a7a2563064e963bc5e3f39f533974f2730c0ff56 [diff] |
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack() With the new EDT model, sch_fq no longer has to special case TCP pure acks, since their skb->tstamp will allow them being sent without pacing delay. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>