]> git.baikalelectronics.ru Git - kernel.git/commit
sch_cake: don't call diffserv parsing code when it is not needed
authorToke Høiland-Jørgensen <toke@redhat.com>
Thu, 25 Jun 2020 20:12:08 +0000 (22:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:24:05 +0000 (16:24 -0700)
commit42c01518b54e73f291835b876963221dc1c16150
treeb81eccaee3731a5ca290926fbece484249ac2514
parent8e6f3c1ecdcc480fd9b80d827531f1f12f5ad077
sch_cake: don't call diffserv parsing code when it is not needed

As a further optimisation of the diffserv parsing codepath, we can skip it
entirely if CAKE is configured to neither use diffserv-based
classification, nor to zero out the diffserv bits.

Fixes: 8c36151c3966 ("sch_cake: Make sure we can write the IP header before changing DSCP bits")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_cake.c